function gt_showmything(){ $jq("#header_mything").show(); event.stopPropagation(); } $jq(document).click(function(){ $jq("#header_mything").hide(); });