

function popupPage() {
var page = "http://www.restorant.be";
windowprops = "height=500,width=750,location=no,"
+ "toolbar=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0";
window.open(page, "Popup", windowprops);
}
