function P2002_index()
{	url = 'http://lefigaro.scrutins.net/P2002/une.html';
	cnw = window.open('','P2002','width=550,height=489');
	cnw = window.open(url,'P2002','width=550,height=489');
	cnw.focus();
}
function P2002_trombi(id)
{	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=P2002&cgi=/cgi/P2002/trombi/fiche&id=' + id;
	cnw = window.open('','P2002','width=550,height=489');
	cnw = window.open(url,'P2002','width=550,height=489');
	cnw.focus();
}
function P2002_cgi(par)
{	deb = 'http://lefigaro.scrutins.net/cgi/frameset?elec=P2002&'
	url = deb + par;
	cnw = window.open('','P2002','width=550,height=489');
	cnw = window.open(url,'P2002','width=550,height=489');
	cnw.focus();
}

function envoi_form(fo)
{       action=fo.action[fo.action.selectedIndex].value;
	re=fo.re[fo.re.selectedIndex].value;
	dep=fo.dep[fo.dep.selectedIndex].value;
	
	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=P2002&cgi=/cgi/histo_req&version=figaro&action=' + action + '&re=' + re +'&dep=' +dep;
	mnw = window.open('','P2002','width=550,height=489');
        mnw = window.open(url,'P2002','width=550,height=489');
        mnw.focus();

	return false;
}
function envoi_form2(fo)
{       
	nom=escape(fo.nom.value);
	prenom=escape(fo.prenom.value);
	
	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=P2002&cgi=/cgi/P2002/trombi/trombi_req&nom=' + nom + '&prenom=' + prenom;
	mnw = window.open('','P2002','width=550,height=489');
        mnw = window.open(url,'P2002','width=550,height=489');
        mnw.focus();

	return false;
}

function envoi_form_trombi_P(fo)
{       
	nom=escape(fo.nom.value);
	prenom=escape(fo.prenom.value);
	
	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=P2002&cgi=/cgi/P2002/trombi/trombi_req&nom=' + nom + '&prenom=' + prenom;
	mnw = window.open('','P2002','width=550,height=489');
        mnw = window.open(url,'P2002','width=550,height=489');
        mnw.focus();

	return false;
}

function resultats_P2002(dep)
{       
	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=P2002&cgi=/cgi/elec_req&version=figaro&action=P2002&dep=' + dep;
	mnw = window.open('','P2002','width=550,height=489');
        mnw = window.open(url,'P2002','width=550,height=489');
        mnw.focus();

	return false;
}

function resultat_P2002(dep)
{       
	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=P2002&cgi=/cgi/elec_req&version=figaro&action=P2002&dep=' + dep;
	mnw = window.open('','P2002','width=550,height=489');
        mnw = window.open(url,'P2002','width=550,height=489');
        mnw.focus();
}
function villes(dep1)
{       dep = escape(dep1);
	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=P2002&cgi=/cgi/elec_req&version=figaro&action=P2002&nom=' + dep;
	mnw = window.open('','P2002','width=550,height=489');
        mnw = window.open(url,'P2002','width=550,height=489');
        mnw.focus();
}

function carte_P2002(id2)
{	id = escape(id2);
	url = 'http://lefigaro.scrutins.net/cgi/frameset2?elec=P2002&cgi=' + id;
	mnw = window.open('','P2002','width=550,height=489');
        mnw = window.open(url,'P2002','width=550,height=489');
        mnw.focus();
}

function resultats(fo)
{      
	nom = escape(fo.nom.value);
	dep = fo.dep[fo.dep.selectedIndex].value;
	act = "P2002";

	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=' + act + '&cgi=/cgi/elec_req&version=figaro&action=' + act + '&dep=' + dep + '&nom=' +nom;
	mnw = window.open('',act,'width=550,height=489');
        mnw = window.open(url,act,'width=550,height=489');
        mnw.focus();

	return false;
}
function resultat(fo)
{      
	nom = escape(fo.nom.value);
	act = fo.action.value;

	url = 'http://lefigaro.scrutins.net/cgi/frameset?elec=' + act + '&cgi=/cgi/elec_req&version=figaro&action=' + act + '&nom=' +nom;
	mnw = window.open('',act,'width=550,height=489');
        mnw = window.open(url,act,'width=550,height=489');
        mnw.focus();

	return false;
}
