
		function popup_all(url,w,h){
		
			var url=url;
			var w=w;
			var h=h;
			
			var mywin = window.open(url, name, 'menubar=yes,scrollbars=yes,width=' + w+ ',height=' + h + ',resizable=no');
			var posX = (window.screen.width/2) - (w/2);
			var posY = (window.screen.height/2) - (h/2);
			mywin.moveTo(posX,posY);
		}
	
		function context_menu(){
			document.oncontextmenu=new Function("return false");
		}
		
		function voir(langue){
			if(langue==0){
				document.getElementById('aff_wait').innerHTML="Patientez, la liste des cliniques multidisciplinaires <i>Lobe Sant&eacute; auditive</i> appara&icirc;tra sous peu.";
			}else{
				document.getElementById('aff_wait').innerHTML="Please wait, the list of <i>Lobe Hearing Health Care</i> Multidisciplinary Clinics should appear soon.";
			}
			document.getElementById('aff_wait').style.marginTop="15px";
			var leselect = document.getElementById('id_province_form').selectedIndex; 
			window.location="aff_produit.php?province="+leselect;
		}
		function voir_suite(langue){
			if(langue==0){
				document.getElementById('aff_wait').innerHTML="Patientez, la liste des cliniques multidisciplinaires <i>Lobe Sant&eacute; auditive</i> appara&icirc;tra sous peu.";
			}else{
				document.getElementById('aff_wait').innerHTML="Please wait, the list of <i>Lobe Hearing Health Care</i> Multidisciplinary Clinics should appear soon.";
			}
			document.getElementById('aff_wait').style.marginTop="15px";
			var leselect = document.getElementById('id_province_form').selectedIndex;
			var leselect_region = document.getElementById('id_region_form').selectedIndex;
			window.location="aff_produit.php?province="+leselect+"&region="+leselect_region;
		}
		
		function change_quant(checked,id_quant){
			if(checked==true){
				document.getElementById(id_quant).value=1;
			}else{
				document.getElementById(id_quant).value=0;
			}
		}
		
		
		
		function change_abonnement(champ){
			window.location=champ;
		}
		
	
