/* [Destoon B2B System] Copyright (c) 2008-2015 www.destoon.com This is NOT a freeware, use is subject to license.txt */ (function() { var cmh2 = $(window).height(); $(window).bind("scroll.comment", function() { var cmh1 = $('#comment_count').offset().top; if($(document).scrollTop() + cmh2 >= cmh1) { if($('#comment_main').html().toLowerCase().indexOf('
')!=-1) $('#comment_main').html(''); $(window).unbind("scroll.comment"); } }); })(); $('#comment_div').mouseover(function() { if($('#comment_main').html().toLowerCase().indexOf('
')!=-1) $('#comment_main').html(''); });