function favoris () {

	if (navigator.appName=="Netscape") {

		window.sidebar.addPanel ( "Mon-dubLi.org" , "http://www.mon-dubli.org" , "" ) ;

	} else if ( navigator.appName == "Microsoft Internet Explorer" ) {

		window.external.AddFavorite ( "http://www.mon-dubli.org","Mon-dubLi.org en Ligne ..." ) ;

	} else {

		window.alert ( 'Vous devrez mettre http://www.mon-dubli.org manuellement en favoris.' ) ;
	}

}

function ini( id ) {

	document.getElementById('theme').innerHTML = 'DEVELLOPEMENT EN COURS';

	activer ( id ) ;

}

//	NOUVELLE REQUETE
function selectText ( BoxName ) {

	activer ( BoxName ) ;

	document.getElementById(BoxName).select() ;

}

//	FOCUS
function activer ( id ) {

	document.getElementById(id).focus() ;

}
