/*
 * Name: olivier
 * Description: 
 * Version    : 1.0
 * Released   : 20090619
 *
 */
<!--
function cherch(form) {
	// var adres = "http://www.google.com/search?hl=fr&ie=UTF-8&oe=UTF-8&q="+form.q.value +"+site%3Awww.addchambery.fr&btnG=Recherche+Google&lr=";
	var adres = "http://www.google.com/search?hl=fr&ie=UTF-8&oe=UTF-8&q="+form.q.value;
	window.open(adres,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}
//-->

