// GR Sarl - Jean Luc Biellmann - 2011

function pressOpen(n) {
	$$('body > div')[0].hide();
	if (!$('pressContent')) { 
		$$('body')[0].insert('<div id="press1" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 6; background: black;overflow:hidden" onclick="javascript:pressClose();"></div>');
		$$('body')[0].insert('<div id="press2" style="position: fixed; top: 20px; left: 20px; right: 20px; bottom: 20px; z-index: 7; border: 1px solid red;overflow:hidden" onclick="javascript:pressClose();"></div>');
		$$('body')[0].insert('<div id="press3" style="position:absolute;top:30px;left:30px;right:30px;bottom:30px;padding:20px; overflow:auto;z-index:8" onclick="javascript:pressClose();"><div style="margin:0 auto;max-width:900px;text-align:center"><a href="javascript:pressClose();" style="border:0"><img id="pressImg" src="/img/photos/centenaire/presse/'+n+'.jpg" alt="Article de presse..." style="max-width:900px" /></a><p><a href="javascript:pressClose();" style="color:white;border:0">Cliquez pour fermer la fenêtre</a></p></div></div>');
	} else {
		$('pressImg').src = 'img/photos/centenaire/presse/'+n+'.jpg';
	}
}

function pressClose(e) {
	if ($('press3')) {
		$('press3').remove();
		$('press2').remove();
		$('press1').remove();
		$$('body > div')[0].show();
	}
}

function recette (i) {
	$$('.recette').invoke('hide');
	$$('.recette')[i].show();
}

function ref (i) {
	$$('.ref').invoke('hide');
	$$('.ref')[i].show();
}

function video (i) {
	$$('.video').invoke('hide');
	$$('.video')[i].show();
}

function showmustgoon (img,sizemin,sizemax) {
	$('showroomimg').src = String(img.src).replace(sizemin,sizemax);
}

function showroom () {
	if ($('showroomimg')) {
		$$('.showroom3cols * img').each(function (img) {
			img.observe('mouseover',showmustgoon.bind(this,img,'120x80','475x310'));
		});
		$$('.showroom2cols * img').each(function (img) {
			img.observe('mouseover',showmustgoon.bind(this,img,'200x150','475x310'));
		});
		$$('.showroom1col img').each(function (img) {
			img.observe('mouseover',showmustgoon.bind(this,img,'200x150','620x310'));
		});
	}
}

function googlemap (e) {
	if ($('googlemap1'))
		$('googlemap1').setAttribute('src', 'http://maps.google.fr/maps?f=q&source=s_q&hl=fr&geocode=&q=bringel,31+rue+principale,guewenheim&aq=&sll=46.75984,1.738281&sspn=5.99181,19.753418&ie=UTF8&hq=bringel&hnear=31+Rue+Principale,+68116+Guewenheim,+Haut-Rhin,+Alsace&ll=47.694974,7.055969&spn=0.277299,1.234589&z=10&output=embed');
	if ($('googlemap2'))
		$('googlemap2').setAttribute('src','http://maps.google.fr/maps?f=q&source=embed&hl=fr&geocode=&q=bringel,+31+rue+principale,+guewenheim&aq=&sll=46.950262,1.73584&sspn=6.120117,19.753418&ie=UTF8&hq=bringel,&hnear=31+Rue+Principale,+68116+Guewenheim,+Haut-Rhin,+Alsace&layer=c&cbll=47.752934,7.091537&panoid=rYXb6r47GqmpSYkZ-uCKAg&cbp=13,252.92,,0,-3.55&ll=47.751685,7.091546&spn=0.004328,0.02017&z=16&output=svembed');
}

function home () {
	if ($('slaccueil')) {
		var _SunLight1 = new SunLight('/img/photos/accueil/120x80/DSC_0047.jpg,/img/photos/accueil/120x80/DSC_0052.jpg,/img/photos/accueil/120x80/DSC_0081.jpg,/img/photos/accueil/120x80/DSC_0086.jpg,/img/photos/accueil/120x80/DSC_0089.jpg,/img/photos/accueil/120x80/DSC_0091.jpg,/img/photos/accueil/120x80/DSC_0093.jpg,/img/photos/accueil/120x80/DSC_0096.jpg,/img/photos/accueil/120x80/DSC_0099.jpg,/img/photos/accueil/120x80/DSC_0106.jpg,/img/photos/accueil/120x80/DSC_0109.jpg,/img/photos/accueil/120x80/DSC_0110.jpg,/img/photos/accueil/120x80/DSC_0111.jpg,/img/photos/accueil/120x80/DSC_0115.jpg,/img/photos/accueil/120x80/DSC_0133.jpg,/img/photos/accueil/120x80/DSC_0135.jpg,/img/photos/accueil/120x80/DSC_0136.jpg,/img/photos/accueil/120x80/DSC_0137.jpg,/img/photos/accueil/120x80/DSC_0139.jpg,/img/photos/accueil/120x80/DSC_0143.jpg,/img/photos/accueil/120x80/DSC_0149.jpg,/img/photos/accueil/120x80/DSC_0156.jpg,/img/photos/accueil/120x80/DSC_0159.jpg,/img/photos/accueil/120x80/DSC_0161.jpg,/img/photos/accueil/120x80/DSC_0170.jpg,/img/photos/accueil/120x80/DSC_0173.jpg,/img/photos/accueil/120x80/DSC_0180.jpg,/img/photos/accueil/120x80/DSC_0184.jpg,/img/photos/accueil/120x80/DSC_0191.jpg,/img/photos/accueil/120x80/DSC_0194.jpg,/img/photos/accueil/120x80/p0.jpg,/img/photos/accueil/120x80/p1.jpg,/img/photos/accueil/120x80/p2.jpg,/img/photos/accueil/120x80/p3.jpg,/img/photos/accueil/120x80/p4.jpg',$$('.sl1'),4000,8000);
		_SunLight1.start();
	}
	
}

Event.observe(window,'load',function (e) {
	home(e);
	showroom(e);
	googlemap(e);
});

