<!-- Begin
function popupPage( l, t, w, h, m_url, res) {
                    sc = 0
                 det="no";
                 if (w>screen.width) {det="yes";}
                 if (h>screen.height) {det="yes";}
                 var windowprops = "fullscreen=" + det +

",location=no,scrollbars=no,menubars=no,toolbars=no,resizable=" + res + ",left=" +

l + ",top=" + t + ",width=" + w + ",height=" + h;
                 var URL = m_url;
                 popup = window.open(URL,"MenuPopup",windowprops);
    }

//  End -->