// JavaScript Document


function Abrir(url, ancho, alto){
			window.open(url,"_blank","menubar=no,location=no,scrollbars=no,resizable=no,top=0,left=0,width="+ancho+",height="+alto+",status=no");

		}
