//<!--------------------------Facility Window------------------------->
function pop()
	{
		width=650; height=415;
		LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
		TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
		win = window.open("facilitytour.html", "fac", "height="+height+", width="+width+", left="+LeftPosition+", top="+TopPosition+",toolbar=0, location=0,directories=0,status=1,menuBar=0,scrollBars=0,resizable=0");
		win.focus();
	}

//<!--------------------------Facility Window Ends------------------------->

//<!--------------------------StatusBar Message Starts ------------------------->//

window.onload = function() {
	var allAnchors = document.getElementsByTagName("a")
	for (var i = 0; i < allAnchors.length; i++) {
		allAnchors[i].onmouseover = function() { window.status = ''; return true;}
	}
}

//<!--------------------------StatusBar Message Ends ------------------------->	//

//<!--------------------------Feedback Window------------------------->
	function portfolio()
	{
		width=560; height=340;
		LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
		TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
		win = window.open("flash/portfolio.html", "home", "height="+height+", width="+width+", left="+LeftPosition+", top="+TopPosition+",toolbar=0, location=0,directories=0,status=1,menuBar=0,scrollBars=0,resizable=0");
		win.focus();
	}
	
		function inf(i)
	{
		width=800; height=600;
		LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
		TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
		
		switch (i)
			{
				case 1:win = window.open("1.html", "home", "height="+height+", width="+width+", left="+LeftPosition+", top="+TopPosition+",toolbar=0, location=0,directories=0,status=1,menuBar=0,scrollBars=0,resizable=0");
				break;
				
				case 2:win = window.open("2.html", "home", "height="+height+", width="+width+", left="+LeftPosition+", top="+TopPosition+",toolbar=0, location=0,directories=0,status=1,menuBar=0,scrollBars=0,resizable=0");
				break;
				
				case 3:win = window.open("3.html", "home", "height="+height+", width="+width+", left="+LeftPosition+", top="+TopPosition+",toolbar=0, location=0,directories=0,status=1,menuBar=0,scrollBars=0,resizable=0");
				break;
				
				case 4:win = window.open("4.html", "home", "height="+height+", width="+width+", left="+LeftPosition+", top="+TopPosition+",toolbar=0, location=0,directories=0,status=1,menuBar=0,scrollBars=0,resizable=0");
				break;
			}
			
			
		win.focus();
	}

//<!--------------------------Feedback Window Ends------------------------->










