

Shadowbox.loadLanguage('it', '/fe-web/jscript/shadowbox'); 
Shadowbox.loadSkin('classic', '/fe-web/img/shadowbox');
Shadowbox.loadPlayer(['iframe'], '/fe-web/jscript/shadowbox');
	  	
Event.observe(window, "load", Shadowbox.init);

function shadowOpen(player, title, content, width, height){
	Shadowbox.open({
	    player:     player,
	    title:      title,
	    content:    content,
	    width: 		width,
	    height:     height
	});
}

function openInformativaDatiPersonali (title,locale){
	shadowOpen('iframe',title,'/'+locale+'/trattamentoDati.do','676px', '325px');
	return false;
}