// JavaScript Document
function Abrir_ventana(location){
	window.open(location,"ventana1","width=600,height=500,top=50,left=50,location=no,resizable=no,menubar=no,scrollbars=NO"); 
}
