
	
	function popup(url, ancho, alto, left){
	   left = left == undefined ? "300" : left;
	   window.open(url,
		  "popup1",
		  "width="+ancho+", height="+alto+", scrollbars=no, menubar=no, location=no, resizable=no,left = "+left+",top = 300");
	}
