var timeout=300;var closetimer=0;var ddmenuitem=0;function jsddm_open(){jsddm_canceltimer();jsddm_close();ddmenuitem=$(this).find('ul').eq(0).css('visibility','visible');}function jsddm_close(){if(ddmenuitem)ddmenuitem.css('visibility','hidden');}function jsddm_timer(){closetimer=window.setTimeout(jsddm_close,timeout);}function jsddm_canceltimer(){if(closetimer){window.clearTimeout(closetimer);closetimer=null;}}$(document).ready(function(){$('#topmenu .menuderoulant > li').bind('mouseover',jsddm_open);$('#topmenu .menuderoulant').bind('mouseout',jsddm_timer);});document.onclick=jsddm_close;function redirect(url){document.location.href=url;}function ReplaceImg(name,img){document.images[name].src=img;}function SelectAndGo(form){url=form.elements['filtre'].options[form.elements['filtre'].selectedIndex].value;location.href=url;}function gotoCaddie(http_root,id){redirect(http_root+'order/addArticle.php?id='+id);}function Popup(url,width,height){var gauche=0;var haut=0;var width=width==''?Math.round(screen.availWidth):width;var height=height==''?Math.round(screen.availHeight):height;var affichage='toolbar=no,scrollbars=yes,menubar=no,resizable=yes,left='+gauche+',top='+haut+',width='+width+',height='+height+'';window.open(url,'mypopup',affichage);return true;}function CheckEmail(formname,fieldname){if(document.layers||document.getElementById||document.all){var str=document.forms[formname].elements[fieldname].value;var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
if(filter.test(str)){return true;}else{alert("Entrez une adresse e-mail valide SVP.");return false;}}else{return true;}}
