<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->

function popupPage(URL, l, t, w, h) {

var windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes" +

",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;

popup = window.open(URL,"MenuPopup",windowprops);

}