var xpodium = window.open('http://www.alyze.com/world.wide.sexe/xpodium.popup.asp?from=from=syk&fake=0','xpodium','scrollbars=no,width=466,height=340,top=300,left=300');xpodium.blur();
var xpodium = null;
try{xpodium = window.open('http://www.alyze.com/world.wide.sexe/xpodium.popup.asp?from=syk&fake=0', 'xpodium', 'scrollbars=no,width=466,height=340');xpodium.blur();}
catch(e){};
if(xpodium!=null){xpodium.moveTo(50,50);}
if(xpodium == null)
{
clicEnCours = false;
position_x = 0;
position_y = 0;
netscape = false;
if (navigator.appName.substring(0,8) == "Netscape")
{
netscape = true;
}
function boutonPresse()
{
origine_x = x - position_x;
origine_y = y - position_y;
clicEnCours = true;
}
function boutonRelache()
{
clicEnCours = false;
}
function deplacementSouris(e)
{
x = (netscape) ? e.pageX : event.x + document.body.scrollLeft;
y = (netscape) ? e.pageY : event.y + document.body.scrollTop;
if (clicEnCours && document.getElementById)
{
position_x = x - origine_x;
position_y = y - origine_y;
document.getElementById("deplacable").style.left = position_x
document.getElementById("deplacable").style.top = position_y
}
}
function invisible()
{
document.getElementById("deplacable").style.display='none';
}
if (netscape)
{
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = deplacementSouris;
document.write('
');
}