// JavaScript Document
$(document).ready(function() {
						 		   
var siturls = $("#top > a").attr('href');

var vars = { xml:siturls+"/uploads/NaturZen/swf/xml/background.xml" };
			var params = { wmode:'transparent'};
			var attributes = { id:"videoBackground" };
			swfobject.embedSWF(siturls+"/uploads/NaturZen/swf/background.swf", "flashContent", "100%", "100%", "10.0.0", siturls+"/uploads/NaturZen/swf/js/expressInstall.swf", vars, params, attributes);
			
   $(document).ready(function() {
 		$(".natur_zen_popup").colorbox({width:"770", height:"600", iframe:true,scrolling:false});
		
		setVDOsize();
		jQuery(window).resize(function() {
			setVDOsize();
		});
		function setVDOsize()
		{
			var pageWidth = 0;
	        var pageHeight = 0;
			
			var newWidth = jQuery(window).width(); // original page width
			var newHeight = jQuery(window).height(); // original page height
			
			
			jQuery('#ytcontainer').width(newWidth).height(newHeight);	
			
		}
		
		$("#banner_reserv").hover(
			function(){
				$("#banner_reserv").attr("src", siturls+"/uploads/NaturZen/img/booking-on.gif");
			},function(){
			$("#banner_reserv").attr("src", siturls+"/uploads/NaturZen/img/booking-off.gif");		
			}						  
								  
		);
		
		$("#popup_adviser").hover(
			function(){
				$("#popup_adviser").attr("src", siturls+"/uploads/NaturZen/img/conseil-on.jpg");
			},function(){
			$("#popup_adviser").attr("src", siturls+"/uploads/NaturZen/img/conseil-off.jpg");		
			}						  
								  
		);
		
		
		
		
   });
	
	
 
				/*$("#twitter").getTwitter({
					userName: "NaturZen75",
					numTweets: 5,
					loaderText: "Loading tweets...",
					slideIn: true,
					slideDuration: 750,
					showHeading: true,
					headingText: "SUIVEZ NOUS",
					showProfileLink: false,
					showTimestamp: false
				});*/
 
	
	
});
