function popupPage(page) {

windowprops = "height=400,width=700,location=yes,"
+ "scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,status=yes";

window.open(page, "Popup", windowprops);
}
