<!--
function hours_window(loc)
	{
	var URL = loc;
	var windowprops="location=no,scrollbars=yes,menubars-no,toolbars=no,resizable=yes,left=100,top=100,width=525,height=290";
	popup=window.open(URL,"",windowprops);
	}

-->