function GotoShowQQPanel(){ document.write(""); document.write("
"); } function show_qqPanel() { $('#qqmainPanel').show(); } function hide_qqPanel() { $('#qqmainPanel').hide(); } function auto_qqPanel() { if ($('#qqmainPanel').css('display') == 'none') { show_qqPanel(); } else { hide_qqPanel(); } } GotoShowQQPanel(); $(document).ready(function() { $('#qqpaneldiv').floatdiv({ right: '0px', top: '50px' }); });