//---- Tracker de la page d'entrée
_uacct = "UA-2198237-2";
var sVirtual = new String( window.location.hash );
if( sVirtual=='' ) sVirtual='#home.swf';
sVirtual = '/'+sVirtual.substring(1, sVirtual.length);
callTracker(sVirtual);
//---- Fonction de tracking
function callTracker( sValue ){ urchinTracker(sValue);}
//---- Fonction de localisation par Hash
function setPath(sValue){window.location.hash = sValue;}
//---- Fonction de popup
function openWindow( sPath, iWidth, iHeight){window.open(sPath,'over','width='+iWidth+',height='+iHeight+'');}
