Shadowbox.init({
overlayOpacity: 0.9,
language:   "es",
 players:    ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});

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