
function MM_openBrWindow(theURL,winName,features) { //v2.0
 pop=window.open(theURL,winName,features);
pop.focus();
 }
