$().ready(function(){
	
	$('.ssmenu').click(function(){
		var idDom = $(this).attr('id');
		
		$('.ssmenu').removeClass('on');
		$(this).addClass('on');
		
		$('.soins div.selected').fadeOut(function(){
			$(this).removeClass('selected');
			$('#'+idDom+'content').fadeIn().addClass('selected');

		});
		
		return false;
	});
	
	$('#contactForm').validate();
	
});

function plan_ant()
{
 window.open("../img/plans/plan_antony.jpg","","width=521, height=477;");
 return false;
}
function plan_p17()
{
 window.open("../img/plans/plan_p17.jpg","","width=460, height=620;");
 return false;
}
function plan_sur()
{
 window.open("../img/plans/plan_suresnes.jpg","","width=620, height=602;");
 return false;
}
function plan_sgl()
{
 window.open("../img/plans/plan_stgerm.jpg","","width=620, height=552;");
 return false;
}
function plan_bou()
{
 window.open("../img/plans/plan_bou.gif","","width=350, height=400;");
 return false;
}
function plan_fbg()
{
 window.open("../img/plans/fbg.png","","width=560, height=460;");
 return false;
}
