
function MM_openBrWindow(theURL,winName,features) 
{ //v2.0
  window.open(theURL,winName,"scrollbars=no,resizable=yes,left=150,top=10,width=1000,height=650" + features);
}
