function geturl(url)
{  
	var xmlhttp =new XMLRequest();
    var v1;
	var dt = new Date();
	v1 = url;
	if(url.indexOf("?")>0) //only put a ? on the url if there is not already one
		url += "&ts="+dt.getTime();
	else
		url += "?ts="+dt.getTime();
	if (xmlhttp)
    {	
		xmlhttp.open("GET",url,false); 
		xmlhttp.send(null);
		
        return xmlhttp.responseText; 
    }         
}
function XMLRequest() 
{
	req = false;
    if(window.XMLHttpRequest) {
    	try {
			req = new XMLHttpRequest();
        } catch(e) {}
    } 
	else if(window.ActiveXObject) {
       	try {
        	req = new ActiveXObject("Msxml2.XMLHTTP");
      	} catch(e) {
        	try {
          		req = new ActiveXObject("Microsoft.XMLHTTP");
        	} catch(e) {}
		}
    }
	return req;
}
	


	function LoadOurWork1()
	{
		document.getElementById('content1').innerHTML = geturl('inc/banbury_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/banbury_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/banbury_scrollbox.php');
		return true;
	}
	
		function LoadOurWork2()
	{
		document.getElementById('content1').innerHTML = geturl('inc/bridgewalk_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/bridgewalk_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/bridgewalk_scrollbox.php');
		return true;
	}
	
	function LoadOurWork3()
	{
		document.getElementById('content1').innerHTML = geturl('inc/shubin_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/shubin_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/shubin_scrollbox.php');
		return true;
	}
	
	function LoadOurWork4()
	{
		document.getElementById('content1').innerHTML = geturl('inc/terra_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/terra_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/terra_scrollbox.php');
		return true;
	}
	
		function LoadOurWork5()
	{
		document.getElementById('content1').innerHTML = geturl('inc/vanderput_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/vanderput_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/vanderput_scrollbox.php');
		return true;
	}
	
		function LoadOurWork6()
	{
		document.getElementById('content1').innerHTML = geturl('inc/danmore_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/danmore_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/danmore_scrollbox.php');
		return true;
	}
	
		function LoadOurWork7()
	{
		document.getElementById('content1').innerHTML = geturl('inc/toluka_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/toluka_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/toluka_scrollbox.php');
		return true;
	}
	
		function LoadOurWork8()
	{
		document.getElementById('content1').innerHTML = geturl('inc/hidden_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/hidden_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/hidden_scrollbox.php');
		return true;
	}
	
		function LoadOurWork9()
	{
		document.getElementById('content1').innerHTML = geturl('inc/hill_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/hill_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/hill_scrollbox.php');
		return true;
	}
	
		function LoadOurWork10()
	{
		document.getElementById('content1').innerHTML = geturl('inc/concept_top.html');
		document.getElementById('content2').innerHTML = geturl('inc/concept_main.php');
		document.getElementById('content3').innerHTML = geturl('inc/concept_scrollbox.php');
		return true;
	}