function PopUp(adresse,fenetre,x,y,redim,ascen,menu,outil,secteur,adres,etat,posx,posy) {
	var arg = '';
	arg = arg + 'width=' + x;
	arg = arg + ',height=' + y;
	arg = arg + ',resizable=' + redim;
	arg = arg + ',scrollbars=' + ascen;
	arg = arg + ',menubar=' + menu;
	arg = arg + ',toolbar=' + outil;
	arg = arg + ',directories=' + secteur;
	arg = arg + ',location=' + adres;
	arg = arg + ',status=' + etat;
	arg = arg + ',screenX=' + posx;
	arg = arg + ',left=' + posx;
	arg = arg + ',screenY=' + posy;
	arg = arg + ',top=' + posy;
	window.open(adresse,fenetre,arg);
}
function situation(chemin) {
PopUp(chemin+'popup/plsitu.html','Situation','400','400','no','no','no','no','no','no','no','200','90');
}
function prix(lotis) {
	PopUp('le_php/affprix.php?lotis='+lotis,'Prix','608','520','no','yes','no','no','no','no','no','100','0');
}
function create_fen(contenu) {
	PopUp(contenu,'adresses','300','400','no','no','no','no','no','no','no','50','100');
}
function excel(le_lotis){
	window.location.href = "sauvetable.php3?ville="+le_lotis;
}
function envoi(le_lotis){
	window.location.href = "envoi_mail.php3?rech_lotis="+le_lotis;
}
function formHandler(){
	var ville = "?rech_lotis="+document.form.ville.options[document.form.ville.selectedIndex].value;
	window.location.href = "liste_contacts.php3"+ville;
}
function client(){
	window.location.href = "liste_clients.php3";
}
function relance(){
	window.location.href = "envoi_relance.php3";
}
function contact(){
	window.location.href = "liste_contacts.php3";
}
function client_lotis() {
	var contenu = "nouv_client.php3?rech_lotis="+document.form.client.options[document.form.client.selectedIndex].value;
	if(contenu != "nouv_client.php3?rech_lotis="){
		PopUp(contenu,'adresses','300','400','no','no','no','no','no','no','no','50','100');
	}
}
function excel_clients(){
	var le_lotis = "?id_lotis="+document.form2.excel.options[document.form2.excel.selectedIndex].value;
	if(le_lotis !="?id_lotis="){
		window.location.href = "sauvetable_clients.php3"+le_lotis;
	}
}
