﻿var newwin;

function menuwin(p)
{
    newwin = window.open(p,'Popup','width=540,height=500,resizable=yes,scrollbars=yes');
    setTimeout('newwin.focus();',150);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

