<!--
function popuppage(URL,w,h) {
var windowprops = "location=0,scrollbars=1,menubars=no,toolbar=0,resizable=1,left = 0,top = 0" +",width=" + w +",height=" + h;
popup = window.open(URL,"MenuPopup",windowprops);
}

// -->// JavaScript Document