$(document).ready(function() {
	var popup = false;
	

	// =============
	// = Diaporama =
	// =============
	
	$('.amenagement_de_comble #contents').prepend('<div class="slideshow"><img src="http://www.snrentreprise.com/images/comble01.jpg" width="946" height="340" /><img src="http://www.snrentreprise.com/images/comble02.jpg" width="946" height="340" /><img src="http://www.snrentreprise.com/images/comble03.jpg" width="946" height="340" /></div>');
	$('.renovation #contents').prepend('<div class="slideshow"><img src="http://www.snrentreprise.com/images/renovation01.jpg" width="946" height="340" /><img src="http://www.snrentreprise.com/images/renovation02.jpg" width="946" height="340" /><img src="http://www.snrentreprise.com/images/renovation03.jpg" width="946" height="340" /></div>');
	$('.extensions #contents').prepend('<div class="slideshow"><img src="http://www.snrentreprise.com/images/extensions01.jpg" width="946" height="340" /><img src="http://www.snrentreprise.com/images/extensions02.jpg" width="946" height="340" /><img src="http://www.snrentreprise.com/images/extensions03.jpg" width="946" height="340" /></div>');
	$('.tous_types_de_travaux #contents').prepend('<div class="slideshow"><img src="http://www.snrentreprise.com/images/travaux01.jpg" width="946" height="340" /><img src="http://www.snrentreprise.com/images/travaux02.jpg" width="946" height="340" /><img src="http://www.snrentreprise.com/images/travaux03.jpg" width="946" height="340" /></div>');			
    $('.slideshow').cycle();


	// ================
	// = Mise en page =
	// ================
	$('#contents').after("<div id='gallery'></div>")
	$('#contents').after("<div id='lesplus'></div>")
	$('#lesplus').after("<div id='frame'></div>")
	
	$("#text hr:eq(0)").nextAll().each(function(){
		$("#gallery").append(this);
	});
	
	$("#gallery hr:eq(0)").nextAll().each(function(){
		$("#lesplus").append(this);
	});	
	
	$("#lesplus hr:eq(0)").nextAll().each(function(){
		$("#frame").append(this);
		popup = true;
	});	
	$("#conteneur hr").remove();
	
	
	// ============
	// = Carousel =
	// ============
	$(".gallery").before('<img class="prev" alt="Prev" src="/media/prev__088389200_1707_23122009.jpg" />');
	$(".gallery").after('<img class="next" alt="Next" src="/media/next__038708000_1707_23122009.jpg" />');
	$(".gallery a").wrap('<li></li>');
	$(".gallery li").wrapAll('<ul></ul>');
	$(".gallery").jCarouselLite({btnNext: ".next", btnPrev: ".prev",circular:false});
	

	// =========
	// = Popup =
	// =========
	
	$("#frame").prepend("<a href='#' id='close'>Fermer</a>");
	$("#frame").hide();
	
	if(popup){
		$('#text').append("<a href='#' id='tellmemore'>En savoir plus</a>");
	}
	
	$("#tellmemore").click(function(){
		$("#frame").show();	
		return false;
	});
	$("#close").click(function(){
		$("#frame").hide();	
		return false;
	});
	
	

	// Variantes Agence & Contact
	// $('.agence #gallery,.agence #lesplus,.contacteznous #gallery,.contacteznous #lesplus').remove();
	// $(".agence #frame").show();	
	// $(".agence #frame a").remove();
	// 
	// $(".agence #text hr:eq(1)").nextAll().each(function(){
	// 	$("#frame").append(this);
	// });	
	
	// ('<iframe width="300" scrolling="no" height="300" frameborder="0" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=102151645329888559973.000479c137bbdb2340c51&amp;source=embed&amp;ll=48.432845,-1.472168&amp;spn=1.093415,1.647949&amp;z=8&amp;output=embed"></iframe>' )
	
	// ('<p><strong>Agence de LAVAL</strong><br />76, avenue de Paris<br />53940 SAINT-BERTHEVIN<br />Tél. 02.43.26.21.21</p><p><strong>Agence de SAINT MALO</strong><br />56, Bd Gambetta<br />35400 SAINT MALO<br />Tél. 02.99.56.63.66</p>');
	

	
	
	

	
	
	
	// ==============
	// = Formulaire =
	// ==============
	$('.contacteznous #gallery,.contacteznous #lesplus').remove();
	$('.contacteznous #contents').after($("#formpersonnalise"));

	$(".contacteznous #contents #main").prepend('<iframe width="49%" scrolling="no" height="303" frameborder="0" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=102151645329888559973.000479c137bbdb2340c51&amp;source=embed&amp;ll=48.432845,-1.472168&amp;spn=1.093415,1.647949&amp;z=8&amp;output=embed"></iframe><hr class="clear" />' );	
	$(".contacteznous #contents #main").prepend('<div id="adresses"><h1>Nos Agences</h1><address><strong>Agence de LAVAL</strong><br />76, avenue de Paris<br />53940 SAINT-BERTHEVIN<br />Tél. 02.43.26.21.21</address><address><strong>Agence de SAINT MALO</strong><br />56, Bd Gambetta<br />35400 SAINT MALO<br />Tél. 02.99.56.63.66</address><img src="/images/agence.jpg"/></div>');

	$("#formpersonnalise>fieldset>.row:lt(8)").wrapAll("<div id='leftfields'></div>");
	$("#formpersonnalise>fieldset>.row").after($('#captcha,.submit'));
	$("#formpersonnalise>fieldset>div:gt(0)").wrapAll("<div id='rightfields'></div>");
	
	// ==============
	// = Navigation =
	// ==============
	
	$(".first_level li:gt(3)").addClass('grey');
});







