Shadowbox.init({
    skipSetup: true,
	language:   "it",
    players: ["html"]
});

window.onload = function(){
    Shadowbox.open({
        content:    '<img src="images/maglietta.jpg" width="750" height="590" alt="" /><br /><center><a href="pdf/oraribusnavetta.pdf" target="_blank" title="orari bus navetta sbirrando">scarica e stampa il pdf degli orari del Bus Navetta</a></center>',
        player:     "html",
        title:      "",
        height:     625,
        width:      750
    });
};
