$(document).ready(function() {

	// Zoom produits
	$('a.lightbox').jqzoom({
		zoomWidth: 300,
		zoomHeight: 350,
		xOffset: 20,
		title: false,
		lens:false
	});

	// animation top
	$('#wrapper').prepend('<div id="top">');
	swfobject.embedSWF("swf/top.swf", "top", "964", "280", "6.0.0", "", null, {wmode: 'transparent'});
	
	//slideshow
		$('#galerie').show();
		$('#galerie').cycle({ 
			fx:    'scrollDown', 
			sync:   0,
			delay: -2000 
		});
		$('#galerie_visite').show();
		$('#galerie_visite').cycle({ 
			fx: 'toss',
			speed:   2000,
			easing: 'easeOutExpo',
			animOut: { top: -100, left: -100, height: 0, width: 0 }
		});
		$('#galerie_accueil').show();
		$('#galerie_accueil').cycle({ 
			fx: 'toss',
			speed:   2000,
			easing: 'easeOutExpo',
			animOut: { top: -200, left: -100, height: 0, width: 0 }
		});
	
	// GMAP
	// if (GBrowserIsCompatible()) {
		// var map = new GMap2(document.getElementById("map_canvas"));
		// var latlng = new GLatLng(48.870537,7.447679);
		// map.addControl(new GSmallMapControl());
		// map.addControl(new GMapTypeControl());
		// map.setCenter(latlng, 13);
		// map.addOverlay(new GMarker(latlng));
		// map.openInfoWindowHtml(map.getCenter(),
                       // "<strong>Hanau Energies</strong><br />Ferme du Furstweg<br />67340 WEINBOURG");
	// }
	
});

