 function abreFrame(frameVar)
     {
	  configuraAbreFrame="toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=1000,height=670,top=100,left=100,directories=no,copyhistory=no'";
      window.open(frameVar,'abreFrame',configuraAbreFrame)
	 }
