function geturl() {
	var url = "https://emea3.recruitmentplatform.com/syndicated/lay/jsoutputinitrapido.cfm?component=lay9999_lst400a&LOV8=All&keywords=&jobnum=&srcsubmit=Rechercher&statlog=1&ID=QFBFK026203F3VBQB7V8N8M79&mask=sbauque&LG=FR";

	if (document.recherche.organization.options[document.recherche.organization.selectedIndex].value == "16101381138")
		{url = "https://emea3.recruitmentplatform.com/syndicated/lay/jsoutputinitrapido.cfm?ID=Q7SFK026203F3VBQB7V8N8MO5&component=lay9999_src350a&mask=saifext&LG=FR";}

	else {
		if (document.recherche.location.options[document.recherche.location.selectedIndex].value != "")
			{url = url + "&LOV11=" + document.recherche.location.options[document.recherche.location.selectedIndex].value;}
		if (document.recherche.jobfield.options[document.recherche.jobfield.selectedIndex].value != "")
			{url = url + "&LOV1=" + document.recherche.jobfield.options[document.recherche.jobfield.selectedIndex].value;}
		if (document.recherche.organization.options[document.recherche.organization.selectedIndex].value != "")
			{url = url + "&SUBDEPT1=" + document.recherche.organization.options[document.recherche.organization.selectedIndex].value;}
	}
	newwin=window.open(url,'offres','directories=no,menubar=no,scrollbars=yes,resizable=yes,location=no,toolbar=yes,width=850,height=770');
	return false;
}

function popup() {
	newwin=window.open('','offres','directories=no,menubar=no,scrollbars=yes,resizable=yes,location=no,toolbar=yes,width=850,height=770');
}

