function bb(e){ if(e.preventDefault){ e.preventDefault(); }else{ e.preventDefault=false; } } onmousedown="bb(event)"