/**
 * @author j
 */
function ouvre(theURL, winName, features){ //v2.0
    window.open(theURL, winName, features);
}

function redirection() 
{ 
this.location.href=window.document.from.sites.options[window.document.from.sites.selectedIndex].value ; 
}


