function MM_openBrWindow(theURL,winName,features)
{ //v2.0
 window.open(theURL,winName,features);
}

function contentWin(url3open,width,height)
{
 cWindow = window.open(url3open,'aWindow','width='+width+',height='+height+',toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes,left=180,top=20');
}