

function Propose(){document.forms['proposer'].submit();}


function Add_pic(){ 
//	window.open('add_pic.php','add_pic','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=70');
	if(document.forms['proposer'].pic.value != ''){
		document.forms['proposer'].method="post";
		document.forms['proposer'].action="include/proposer_add_pic.php";
		document.forms['proposer'].submit();
	}
}


function Recherche(from){

	if(from == 'g'){
		if(document.forms['searchg'].kw.value != ''){
			window.location='recherche.php?kw='+document.forms['searchg'].kw.value+'&cata=TOUT&page=1';
			//window.location='recherche,'+document.forms['searchg'].kw.value+',TOUT-1.html';
		}
	}
	
	if(from=='f'){
		if(document.forms['searchf'].kw.value!=''){
			window.location='recherche.php?kw='+document.forms['searchf'].kw.value+'&cata='+document.forms['searchf'].cata.value+'&page=1';
			//window.location='recherche,'+document.forms['searchf'].kw.value+','+document.forms['searchf'].cata.value+'-1.html';
		}
	}
}

function Retirer(id_lot){
	if (confirm("Confirmer la suppression du lot de la sélection ?")) { window.location='include/offre_del.php?i='+id_lot;//window.location='retirer-offre,'+id_lot+'.html';
	}
	else {window.back();}
												 
}













