// JavaScript Document


function openWindow(url, wname, width, height) {
	window.open(url, wname, "height=" + height + ",width=" + width + "location = 0, status = 1, resizable = 1, scrollbars=1, toolbar = 0");
return true;
}


$(function(){
	//MENU LAVALAMP
	$("#menu ul").lavaLamp({
		fx: "backout", 
		speed: 700
	});	
	
	
	//SECTION EDITORIAL	   
	$('.fancybox').click(function(){return false});
	$('.iframe').fancybox({	
		'overlayColor'			: '#000',
		'overlayOpacity'		: 0.3,
		'overlayShow'			: true,
		//'zoomSpeedIn'			: 600,
		//'zoomSpeedOut'			: 500,
		//'easingIn'				: 'easeOutBack',
		//'easingOut'				: 'easeInBack',
		'frameWidth'			: 535,
		'frameHeight'			: 485
	});
	$('.iframe.editlk').fancybox({	
		'overlayColor'			: '#000',
		'overlayOpacity'		: 0.3,
		'overlayShow'			: true,
		//'zoomSpeedIn'			: 600,
		//'zoomSpeedOut'			: 500,
		//'easingIn'				: 'easeOutBack',
		//'easingOut'				: 'easeInBack',
		'frameWidth'			: 826,
		'frameHeight'			: 575
	});

});
