/*
	Bibliothèques des fonctions utilisables dans les pages du site
	pour rechercher un CSV, un produit, un logiciel, etc...
	Version 1 : 01/07/2005
*/
function f_rechercher_csv() {
	f_url = "/ps/csv_recherche_pop.asp";
	window.open(f_url,"csv","toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width=400,height=450");
}
function f_rechercher_bornes() {
	f_url = "/ps/bornes_recherche_pop.asp";
	window.open(f_url,"bornes","toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width=500,height=500");
}
function f_rechercher_orgdest() {
	f_url = "/ps/orgdest_recherche_pop.asp";
	window.open(f_url,"orgdest","toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width=500,height=500");
}
