<!--
//Window types and parameters

var calcS = 	  "toolbar=0,"
		+ "location=0,"
		+ "directories=0,"
		+ "status=0,"
		+ "menubar=0,"
		+ "scrollbars=0,"
		+ "resizable=0,"
		+ "width=400,"
		+ "height=400";

var otherPops =   "toolbar=0,"
		+ "location=0,"
		+ "directories=0,"
		+ "status=0,"
		+ "menubar=0,"
		+ "scrollbars=1,"
		+ "resizable=0,"
		+ "width=400,"
		+ "height=400";

var eBank = 	  "toolbar=1,"
		+ "location=0,"
		+ "directories=0,"
		+ "status=1,"
		+ "menubar=1,"
		+ "scrollbars=1,"
		+ "resizable=1,"
		+ "width=627,"
		+ "height=430";

var whetH = 	  "toolbar=0,"
		+ "location=0,"
		+ "directories=0,"
		+ "status=0,"
		+ "menubar=0,"
		+ "scrollbars=0,"
		+ "resizable=0,"
		+ "width=400,"
		+ "height=150";

//New Windows

function newwin0() {
window.open("https://www.homecu.net/~CUname/mindex.html","ebank", eBank)
}

function newwin1() {
window.open("disclosure.html","ewin", otherPops)
}

function newwin2() {
window.open("security.html","ewin", otherPops)
}

function newwin3() {
window.open("passwords.html","ewin", otherPops)
}

function newwin4() {
window.open("lc.html","lc", calcS)
}

function newwin5() {
window.open("lrates.html","lr", otherPops)
}

function newwin6() {
window.open("sc.html","sc", calcS)
}

function newwin7() {
window.open("srates.html","sr", otherPops)
}

function newwin8() {
window.open("privacy.html","pr", otherPops)
}

function newwin9() {
window.open("weather.html","we", whetH)
}
function newwin10() {
window.open("hb_secure.html","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,width=350,height=360")
}
//-->