 
function actif_rech(a){if(a.value=="RECHERCHER..."){a.value=""}}
 
function des_rech(a){if(a.value==""){a.value="RECHERCHER..."}}

function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' ){
window.sidebar.addPanel("Jeux-flash-gratuit.fr","http://www.jeux-flash-gratuit.fr/","");
}
else {
window.external.AddFavorite("http://www.jeux-flash-gratuit.fr/","Jeux-flash-gratuit.fr");
}
}


function Lien() {
	i = document.Choix.Liste.selectedIndex;
	if (i == 0) return;
	url = document.Choix.Liste.options[i].value;
	parent.location.href = url;
}


