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+'plsitu.html','Situation','640','480','no','no','no','no','no','no','no','200','90');
}
function google(chemin) {
	PopUp(dpt+'plsitu.html','Situation','640','480','no','no','no','no','no','no','no','200','90');
}
function photo56k(chemin) {
	PopUp(chemin+'photo/photo56k.html','photo56k','592','395','no','no','no','no','no','no','no','200','90');
}
function photoadsl(chemin) {
	PopUp(chemin+'photo/photoadsl.html','photoadsl','772','515','no','no','no','no','no','no','no','0','0');
}
function photoadsl2(chemin) {
	PopUp(chemin+'photo/photoadsl2.html','photoadsl2','800','533','no','no','no','no','no','no','no','0','0');
}
function prix(lotis) {
	PopUp('le_php/affprix.php?lotis='+lotis,'Prix','600','580','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 = "fr1510.php3"+ville;
}
function client(){
	window.location.href = "fr1510_clients.php3";
}
function relance(){
	window.location.href = "envoi_relance.php3";
}
function contact(){
	window.location.href = "fr1510.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;
	}
}

