
function MM_openBrWindow(theURL,winName,features) 
{ 
url= window.open(theURL,winName,features,'status=1,toolbar=1, scrollbars=yes');
url.focus()
}
