
//this is a javascript function which opens remote window
function makeremote13() {
	remote = window.open("","tour","width=500,height=530,scrollbars=1,marginheight=0, marginwidth=0,windowborder=no,windowspacing=0");
	remote.location.href = "remote/tour/tourset.html";
	}
		
function makeremote12() {
	remote = window.open("","sample","width=700,height=530,scrollbars=1,marginheight=0, marginwidth=0,windowborder=no,windowspacing=0");
	remote.location.href = "remote/bindsamp.html";
	}
		
function makeremote11() {
	remote = window.open("","sample1","width=700,height=400,scrollbars=1,marginheight=0, marginwidth=0,windowborder=no,windowspacing=0");
	remote.location.href = "remote/photsamp.html";
	}
		
function makeremote10() {
	remote = window.open("","sample2","width=600,height=530,scrollbars=1,marginheight=0, marginwidth=0,windowborder=no,windowspacing=0");
	remote.location.href = "remote/workg/workset.html";
	}
		
function makeremote9() {
	remote = window.open("","sample3","width=600,height=530,scrollbars=1,marginheight=0, marginwidth=0,windowborder=no,windowspacing=0");
	remote.location.href = "remote/equipment/workset.html";
	}
	
function makeremote8() {
	remote = window.open("","sample4","width=500,height=530,scrollbars=1,marginheight=0, marginwidth=0,windowborder=no,windowspacing=0");
	remote.location.href = "remote/remote.html";
	}
	
function makeremote7() {
	remote = window.open("","sample5","width=500,height=530,scrollbars=1,marginheight=0, marginwidth=0,windowborder=no,windowspacing=0");
	remote.location.href = "remote/remote.html";
	}


function workWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

