var handle = null;
$('#dy_master2').mouseover(function () {
handle = setTimeout(popdiv2, 500);
}).mouseout(function () {
clearTimeout(handle);
});
$('#dy_master2').mouseover(function () {
handle = setTimeout(popdiv2, 500);
}).mouseout(function () {
clearTimeout(handle);
});