// JavaScript Document
function Page() {
var page = "popup.php";
windowprops = "height=300,width=300,location=no," + "scrollbars=no,menubars=no,toolbars=no,resizable=no";
window.open(page, "Popup", windowprops);
}

