Scripts
var timer; var firing = false; var begen = function(id) { alert(\'one click\'); }; var popupAc = function(id) { alert(\'dou
Move your clearTimeout above the alert
clearTimeout(timer); popupAc(id);
PS: I might be wrong, just guessing, not having firefox here..