try{
var strcodepays = geoip_country_code();
var strpays=geoip_country_name();
var strcity=geoip_city() || geoip_region_name();
var strloc = "";
strloc= geoip_latitude() + "|" + geoip_longitude();
var strgeoip = "";
strgeoip = strcodepays + ":" + strpays + ":" + strcity + ":" + strloc;
}catch(e){};

function window_onload()
{
window.document.getElementById("IFRMFEEDRSS").src = "";
window.document.getElementById("IFRMFEEDRSS").style.height = window.document.body.clientHeight - 40;

var ITEV = window.setTimeout("window.document.getElementById('IFRMFEEDRSS').src = 'e-video.html';window.document.getElementById('IFRMFEEDRSS').style.height='8500px';","3000","javascript");
}

function window_onunload()
{

document.getElementById("IFRMFEEDRSS").src= "";
document.getElementById("IFRMFEEDRSS").src= "src/logout.php";
 d = new Date();
 s = d.getSeconds();
 s2 = 0;
 cpt0 = 0;

while(cpt0 < 1)
{
 d = new Date();
  s2 = d.getSeconds();
  cpt0 = Math.abs( (s2 - s));
}

}

function SelectSection(objthis,numid)
{

section = numid;

window.document.getElementById("IFRMFEEDRSS").src = "";
window.document.getElementById("IFRMFEEDRSS").style.height = window.document.body.clientHeight - 40;

if(section == 0 )
window.parent.document.getElementById("IFRMFEEDRSS").src= "src/snippets/archivagemessagerie.html";
if(section == 1 )
window.parent.document.getElementById("IFRMFEEDRSS").src= "src/snippets/gettaskrun.html";
if(section == 2 )
window.parent.document.getElementById("IFRMFEEDRSS").src= "src/snippets/getnav.html";
if(section == 3 )
window.parent.document.getElementById("IFRMFEEDRSS").src= "src/snippets/structurehtml.html";
if(section == 4 )
{
 window.parent.document.getElementById('IFRMFEEDRSS').src = 'e-video.html';window.document.getElementById('IFRMFEEDRSS').style.height='8500px';
}
if(section == 5 )
window.parent.document.getElementById("IFRMFEEDRSS").src= "src/snippets/passage-de-parametre.html";

document.getElementById('TABRSS').scrollIntoView(true);
}
