
if (navigator.appName == 'Netscape')
var language = navigator.language;
else
var language = navigator.browserLanguage;


if (language.indexOf('fr') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('nl') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('en') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('de') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('ja') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('it') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('pt') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('es') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('sv') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';
else if (language.indexOf('zh') > -1) document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';



//Ici la page par défaut si la langue n'est pas dans la liste -->


else 
document.location.href = 'http://www.funportail.com/cat_software.php?s=80&alias=funmp';


// End -->

