//here's your path - 'http://maps.utah.gov/' function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&iHome'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Maps By Title'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Maps By Subject'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Maps By Geographic Extent'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Maps By Host Agency'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Current Issues Maps'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Frequently Requested Maps'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Order / Buy Maps'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Download Geographic Data'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= 'Frequently Asked Questions'; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; htmlcode+= ''; MM_preloadImages('http://maps.utah.gov/common/04_home-over.gif','http://maps.utah.gov/common/05_mapsbytitle-over.gif','http://maps.utah.gov/common/06_mapsbysubject-over.gif','http://maps.utah.gov/common/07_mapsbygeographicextent-o.gif','http://maps.utah.gov/common/08_mapsbyhostagency-over.gif','http://maps.utah.gov/common/09_currentissuesmaps-over.gif','http://maps.utah.gov/common/10_frequentlyrequested-over.gif','http://maps.utah.gov/common/11_order-over.gif','http://maps.utah.gov/common/12_downloaddata-over.gif','http://maps.utah.gov/common/13_faqs-over.gif'); document.write(htmlcode); } function popup(daURL, daHeight, daWidth, daTop, daLeft, daParams) { var h = ''; // New window height. Defined by daHeight, but has a default if daHeight is empty. var w = ''; // New window width. Defined by daWidth, but has a default if daWidth is empty. var t = ''; // New window location from screen top. Defined by daTop, but has a default if daTop is empty. var l = ''; // New window location from screen left. Defined by daLeft, but has a default if daLeft is empty. if(daHeight == 'null' || daHeight == '') { h = screen.availHeight / 2; //height default } else { h = daHeight; } if(daWidth == 'null' || daWidth == '') { w = screen.availWidth / 2; //width default } else { w = daWidth; } if(daTop == 'null' || daTop == '') { t = 75; //top default } else { t = daTop } if(daLeft == 'null' || daLeft == '') { l = screen.availWidth / 2.5; //left default } else { l = daLeft } var params = 'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width='+ w +',height='+ h +',top='+ t +',left='+ l +''; var params2 = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+ w +',height='+ h +',top='+ t +',left='+ l +''; var newWindow = ''; if (daParams == 'y') { newWindow = window.open(daURL, 'daWindow', params); } else { newWindow = window.open(daURL, 'daWindow', params2); } newWindow.focus(); }