/**
 * Guide Napoli 2000
 * 
 * (c) Endesia
 */
$(function(){
	$('a.new').click(function(){
		window.open(this.href);
		return false;
	});
	$('a.fancybox').fancybox({
		'zoomSpeedIn': 500,
		'zoomSpeedOut': 500,
		'frameWidth': 640,
		'frameHeight': 480
	});
	var topAni = $('<div id="topAnim"></div>');
	$(topAni).flash({
		swf: '/images/layout/top_anim.swf',
		height: 142,
		width: 431,
		expressInstaller: '/images/expressInstall.swf'
	});
	$('body').append(topAni);
});
