function MM_openBrWindow(theURL,winName,features) 
{
window.open(theURL,winName,features);
}

function janelaSecundaria (URL)
{ 
window.open(URL,"janela1","") 
} 