/*if(BrowserDetect.browser=="Explorer"){
	if(BrowserDetect.version=="6"){
		window.location = "http://www.valjalbert.com/fr/download/"
	}	
}*/

if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
 var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
 			if (ieversion<=6) {
  			document.URL = "http://www.valjalbert.com/fr/download";
		} else { }
}
