<!-- 
	function show(theVar)
		{
			if (theVar == 'Map')
				{
//				alert('Map');
				window.open('/map.html','Map','width=509,height=430,location=0,toolbar=0,menubar=0,scrollbars=0,resizable=0,status=0,left=10,top=10')
				}
			else if (theVar == 'Links')
				{
//				alert('Links');
				window.open('/links.html','Links','width=446,height=500,location=0,toolbar=0,menubar=0,scrollbars=1,resizable=0,status=0,left=10,top=10')
				}
			else if (theVar == 'Webcam')
				{
//				alert('Webcam');
				window.open('/webcam.html','Webcam','width=380,height=350,location=0,toolbar=0,menubar=0,scrollbars=0,resizable=0,status=0,left=10,top=10')
				}
			else if (theVar == 'Daniels')
				{
//				alert('Webcam');
				window.open('/daniels.html','Daniels','width=496,height=274,location=0,toolbar=0,menubar=0,scrollbars=0,resizable=0,status=0,left=10,top=10')
				}
			else if (theVar == 'newGuest')
				{
//				alert('Webcam');
				window.open('/newGuest.html','Daniels','width=446,height=600,location=0,toolbar=0,menubar=0,scrollbars=0,resizable=0,status=0,left=10,top=10')
				}
		}

// -->