function open_winqt()
{
windowqt = window.open("/common/econdev/html/qt.html","window1","width=500,height=400,resizable=no,toolbar=no,scrollbars=no,top=0,left=0");
}

function open_corridors()
{
window.open("/common/econdev/html/econdev_corridors.html","window2","width=790,height=430,resizable=no,toolbar=yes,scrollbars=yes,menubar=yes,top=0,left=0");
}

function open_print(gohere)
{
windowprivacy = window.open(gohere, "qnprint", config="width=600,height=400,resizable=yes,toolbar=no,menubar=yes,scrollbars=yes,top=0,left=0");
}

function open_email(gohere)
{
windowprivacy = window.open(gohere, "qnemail", config="width=400,height=325,resizable=yes,toolbar=no,menubar=yes,scrollbars=no,top=0,left=0");
}

function open_map(num,issue)
{
var local = window.location.hostname;
if (num == 1){
	if (local == "www.midamericanenergy.com" || local == "midamericanenergy" || local == "midamenergydev")
		{window.open("/common/econdev/html/econdev_location1.asp?url=me&iss=" + issue, "location1", config="height=425,width=750,resizable=yes,menubar=yes,toolbar=yes,top=0,left=0")}
	else
		{window.open("/common/econdev/html/econdev_location1.asp?url=mhc&iss=" + issue, "location1", config="height=425,width=750,resizable=yes,menubar=yes,toolbar=yes,top=0,left=0")}
	}
if (num == 2){
	if (local == "www.midamericanenergy.com" || local == "midamericanenergy" || local == "midamenergydev")
		{window.open("/common/econdev/html/econdev_location1.asp?url=me&id=qn1&iss=" + issue, "location1", config="height=425,width=750,resizable=yes,menubar=yes,toolbar=yes,top=0,left=0")}
	else
		{window.open("/common/econdev/html/econdev_location1.asp?url=mhc&id=qn1&iss=" + issue, "location1", config="height=425,width=750,resizable=yes,menubar=yes,toolbar=yes,top=0,left=0")}
	}
}
