$(document).ready(function()
{
	//FIX PNG
	$(document).pngFix(); 
	
	Shadowbox.init();
	
});

function mostrarMensaje()
{
	alert('Para poder descargarte los manuales has de estar conectado');
	return false;
}
