<!---

function map() {
var currentPath=location.pathname

    window.name = "mywin";
	  newwin=window.open("/power/pgf/kiosk/mapframe.HTM", "win", "width=600,height=375,status=no,scrollbars=yes,resizable=no,menubar=no,left=10,top=10");
	if(currentPath!="/power/pgf/hydrPNW.shtml"){
	location.href = "/power/pgf/hydrPNW.shtml";
	
	}
	
}

function openCOE() {
    window.name = "mywin";
        newwin=window.open("http://www.nwd.usace.army.mil", "COEwin", "width=650,height=500,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,location=no,directories=yes,left=100,top=200");
		
}


function openUSBR() {
    window.name = "mywin";
        newwin=window.open("http://www.usbr.gov/pn/", "USBRwin", "width=650,height=500,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,location=no,directories=yes,left=100,top=200");
		
}

//-->