<!--

function ventana(file){


	ancho=650;
	alto=450;

		open(file,"w","resizable=yes,scrollbars=yes,toolbar=no,directories=no,status=yes,location=no,leftmargin=0,rightmargin=0,menubar=no,width="+(ancho+16)+",height=416");

}




//-->