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