function MM_jumpMenu(targ,selObj,restore,vu,vu2){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"&vu="+vu+"&vu2="+vu2+"'");
	if (restore) selObj.selectedIndex=0;
	}

msg = "I attest that I am aware of and agree with the general conditions of use."
function BienVu(url)
	{
	Vu = confirm(msg);
	Path = "/" + url;
	if (Vu==true) {document.location.href = Path;}
	}
