// JavaScript Document créé par Path pour le site Outils.Le-GA.com
function newbg(thecolor)
{document.bgColor=thecolor;}
function popupcentre(page,largeur,hauteur,options)
{var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);}
function popupcentree(page,largeur,hauteur,options)
{var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);}
function popupcentreee(page,largeur,hauteur,options)
{var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);}
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;}
function formHandler2(form2){
var URL = document.form2.site2.options[document.form2.site2.selectedIndex].value;
window.location.href = URL;}
function formHandler3(form3){
var URL = document.form3.site3.options[document.form3.site3.selectedIndex].value;
window.location.href = URL;}
function formHandler4(form4){
var URL = document.form4.site4.options[document.form4.site4.selectedIndex].value;
window.location.href = URL;}
function recomail() 
{ mail_str = "mailto:?subject=Regarde " + document.title; 
mail_str += "&body=Ce document va t'interesser " + document.title; 
mail_str += " est disponible a l'adresse : " + location.href; 
location.href = mail_str; } 
function blockError(){return true;}
window.onerror = blockError;
