<!---

function pdfinfo() {
    window.name = "mywin";
        newwin=window.open("/power/p/pdfinfo.SHTML", "pdfwin", "width=650,height=500,status=no,scrollbars=yes,resizable=no,menubar=no,left=100,top=200");
		
}

function studiesinfo() {
    window.name = "mywin";
        newwin=window.open("/power/psp/rates/ratecase/fproposal/studiesinfo.HTM", "studieswin", "width=600,height=300,status=no,scrollbars=yes,resizable=no,menubar=no,left=100,top=200");
		
}

function river() {
    window.name = "mywin";
        newwin=window.open("/power/pl/columbia/index.html", "riverwin", "width=600,height=550,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,location=yes,directories=yes,left=100,top=200");
		
}

function hrf() {
    window.name = "mywin";
        newwin=window.open("http://www.hydrofoundation.org", "hrfwin", "width=800,height=650,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,location=yes,directories=yes,left=100,top=200");
		
}

function eehome() {
    window.name = "mywin";
        newwin=window.open("/Energy/N/", "eewin", "width=750,height=650,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,location=yes,directories=yes,left=100,top=200");
		
}

function eecrd() {
    window.name = "mywin";
        newwin=window.open("/Energy/N/projects/cr_discount/index.shtml", "eecrdwin", "width=650,height=500,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,location=yes,directories=yes,left=100,top=200");
		
}

function billing() {
var currentPath=location.pathname
	//first, open the pop up window
    window.name = "mywin";
        newwin=window.open("/Power/Psr/Billing_Procedures/billing_procedures.htm", "billingwin", "width=650,height=500,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,location=yes,directories=yes,left=100,top=200");
	
	//then open the billing splash page in the main window	if not already open
	if(currentPath!="/Power/Psr/billing.shtml"){
	location.href = "/Power/Psr/billing.shtml";
}
}

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 hydrocycle() {
var currentPath=location.pathname
 
    window.name = "mywin";
        newwin=window.open("/power/pgf/hydrology/weekly.htm", "hydrocycwin", "width=650,height=500,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,location=no,directories=yes,left=100,top=200");
	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");
		
}

//-->
