function imprimir(ref)
{
	if (ref != "")
	{
		document.location = "/sgsp/gaceta/imprimir.php?"+ref;
	}
	else if (window.print)
		window.print();
	else
		alert("Lo sentimos pero su navegador no soporta esta opción.");
}

function imprimir2(ref)
{
	if (ref != "")
	{
		document.location = "/sgsp/gaceta/imprimir2.php?"+ref;
	}
	else if (window.print)
		window.print();
	else
		alert("Lo sentimos pero su navegador no soporta esta opción.");
}