// JavaScript Document

if ((screen.width>=960) && (screen.height>=640)){
	// Affiche le Site Flash
	window.location="http://lediableauxcorsets.com/index2.php";
}else{
	// Affiche le Site MOBILE
	window.location="http://mobile.lediableauxcorsets.com/";
}

