<!--
function abre(url,target,x,y){
	width = x;
	height = y;
	
	var left = ((screen.width/2) - width/2);
	var top  = ((screen.height/2) - height/2)-30;
	
  janela=window.open(url,target,'top='+top+',left='+left+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+x+',height='+y);
}
//-->

<!--
function abre02(url,target,x,y){
  if (navigator.appName.indexOf("icrosoft")>-1 && navigator.userAgent.indexOf("3.")>-1 ) {x=x-13; y=y-20;}
  janela=window.open(url,target,'top=20,left=10,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width='+x+',height='+y);
}
//-->
