<!-- citymenue -->function MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}<!-- fit window to pic -->var arrTemp=self.location.href.split("?"); var picUrl = (arrTemp.length>0)?arrTemp[1]:""; var NS = (navigator.appName=="Netscape")?true:false; function FitPic() { 	iWidth = (NS)?window.innerWidth:document.body.clientWidth; 	iHeight = (NS)?window.innerHeight:document.body.clientHeight; 	iWidth = document.images[0].width - iWidth; 	iHeight = document.images[0].height - iHeight; 	window.resizeBy(iWidth, iHeight); 	self.focus(); }; 