
<!-- Begin
function popupPage() {
var page = "popup.html";
windowprops = "height=80,width=359,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";

window.open(page, "Popup", windowprops);
}
//  End -->
