	function abrirVentana()
	{
		var especificaciones="top=165, left=265, toolbar=no,location=no, status=no,menubar=no,scrollbars=no, resizable=yes, width=450, height=480";
		var pagina='SolCatalogo.html';
		ventana=window.open(pagina,"Catalogos",especificaciones);
//		alert('pagina:');
	} 
