function popPg(page) {
	OpenWin = this.open(page, "_new", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,alwaysRaised=yes,width=800,height=600");
}
function popWin(page,wid,ht) {
	OpenWin = this.open(page, "_new", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,alwaysRaised=yes,width=" + wid + ",height=" + ht);
}
// Printing prompt
function AvPrint() {
	alert ("For optimum printing, please first set your\npage margins to their smallest size in page setup.\n\nClick OK to continue.");
	print();
}