function popWin(url,width,height) {
	if (window.open) {
		openWin1=window.open(url,'openWin1','scrollbars=yes,width='+width+',height='+height+',resizable=yes');
		return false;
	} else {
		return true;
	}
}

function popcalc(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=yes,width=635,height=600,left = 140,top = 170');");
}

function popsurvey(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=yes,width=775,height=615,left = 15,top = 170');");
}

function popcalc(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=yes,width=664,height=600,left = 140,top = 170');");
}


function popimage(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=yes,width=774,height=506,left = 100,top = 200');");
}

<!--begin hiding from non-JS browsers

function classChange (newClass, theId) {
	if (document.getElementById) { //ns6
		identity=document.getElementById(theId);
		identity.className=newClass;
	} else if (document.all) { //ie4
		document.all[theId].className = newClass;
	}
}

function clickTip(which) {
	if (document.getElementById) {
		var whichDT = which + "-dt";
		var thisClass = document.getElementById(whichDT).className;
		newFaq = document.getElementById(which).style;
		if (thisClass == "checked") { ///new menu clicked, nothing showing
			classChange ('unchecked', whichDT);
			newFaq.display = "none";
		} else { ///hide old menu, show new menu
			classChange ('checked', whichDT);
			newFaq.display = "block";
		}
		return false;
	} else {
		return true;
	}
}


function printPage() {
	if (window.print) {
		setTimeout('window.print();',200);
	} else if ((navigator.platform.substring(0,3)) == "Mac") {
		alert("Press 'Cmd+p' on your keyboard to print this page.");
	} else {
		alert("Press 'Ctrl+p' on your keyboard to print this page.")
	}
} 

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=0,width=600,height=500,left = 212,top = 134');");
}

document.write("<style>dl.collapsible dd {display:none;} </style>");

// End -->