function chercher(frm){
	document.forms[frm].submit();	
}

function openNewWindow(url,param){
	window.open(url+param) ;
}
