');
} else { // version Flash trop ancienne ou détection du plug-in impossible
document.write('');
if(navigator.appName=="Microsoft Internet Explorer")
{
var maxHeight = document.body.clientHeight;
}
else
{
var maxHeight = window.innerHeight;
}
tp = ((maxHeight-170)/2);
document.getElementById("popup").style.marginTop=tp+'px';
}
}
// -->