<!-- Begin
//     0 =  0 seconds
//  5000 =  5 seconds
// 10000 = 10 seconds
tanpis = 0;
regargo = "http://web-pro.ifrance.com";

function site() {
 if (document.images)
  setTimeout('location.replace("'+regargo+'");',tanpis);
 else
  setTimeout('location.href = regargo;',tanpis);
}