// JavaScript


function AbreJanela(html, largura, altura){
window.open(html,"nova_janela","width="+largura+",height="+altura+",top=0,left=0");void(0);
} 


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}