<!--  Copyright 1999,2000 by William Bontrager. All rights reserved.
function PopUp(URL) {
var Properties = "height=750,width=620,location=no,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
mypopup = window.open(URL,"MyPopup",Properties);
} // -->