var stop;
$(this).bind("mouseover",function(){
stop= setTimeout(function(){ },200);
}).bind("mouseout",function(){
clearTimeout(stop);
})
var stop;
$(this).bind("mouseover",function(){
stop= setTimeout(function(){ },200);
}).bind("mouseout",function(){
clearTimeout(stop);
})