// JavaScript Document


function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function abrirpopup(pagina,titulo){
	window.open(pagina,titulo,"top=100,left=200,width=750,height=700,dependent=yes,scrollbars=yes,toolbar=no,resizable=yes")
}

