
/*                     ~\\|//
                        (@ ~)
        •————————oOOO————(_)————OOOo—————————•
        | Mail : http://mas.keo.in/?Code=Bul |
        | Site : http://bul.fr.nf            |
        |           .oooO   Oooo.            |
        •———————————(   )———(   )————————————•
                     \ (     ) /
                      \_)   (_/    */


//—————————————————————————————————————————
function gid(repere)	//—— getElementById ——
//—————————————————————————————————————————
{
	return document.getElementById(repere);
}
//————————————————————————————————————————————————
function Quitter()  //—— Arret de l'Application ——
//————————————————————————————————————————————————
{
	opener=self;
	window.close();	
}
