function popup(url, w, h, optz) {
	if (optz)
		window.open(url, '', 'width='+w+',height='+h + ',' + optz );
	else
		window.open(url, '', 'scrollbars=1,width='+w+',height='+h );
	return false;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
function openw(url,nom,info,dimx,dimy) { //autre fonction d'ouverture de popup
featur = info + ',width='+ dimx + ',height='+ dimy;
fenetre = window.open(url,nom,featur);
}
function MM_displayStatusMsg(msgStr) { //v1.0
window.status=msgStr;
document.MM_returnValue = true;
}
function sub_popup() { //v1.0
letexte_deb=document.le_form.search_crit.value;
letexte=letexte_deb.replace(' ','%20');
window.open('ebn.asp?pid=84&search_crit='+letexte,'aff_rech','status=yes,scrollbars=no,resizable=no,directories=no,location=no,menubar=no,toolbar=no,width=600,height=450,screenX=10,screenY=10,top=0,left=0,marginheight=no,marginwidth=no');
}