function mainFlashEmbed(fid,fn,wd,ht,para) { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } function FlashEmbed(fid,fn,wd,ht,para) { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } //½ºÅ©·Ñ ž¹öư function scrollLayer() { var top_point, start_point, end_point, timer; var obj_layer = document.getElementById('Qmn'); top_point = obj_layer.style.top; start_point = parseInt(top_point, 0); end_point = document.body.scrollTop + 570; limit_point = parseInt(window.document.body.scrollHeight) - parseInt(obj_layer.offsetHeight) - 75; if ( end_point > limit_point ) end_point = limit_point; if ( end_point < top_point ) end_point = top_point; if ( start_point != end_point ) { scroll_amount = Math.ceil( Math.abs( end_point - start_point ) / 15 ); obj_layer.style.top = parseInt(top_point, 0) + ( ( end_point < start_point ) ? -scroll_amount : scroll_amount ); } timer = setTimeout ("scrollLayer('Qmn', 0);", 1); } //FAQ var previd = null; function displaySub(subID) { if (previd != null) { if (previd != subID) { previd.style.display = "none"; } } if (subID.style.display == "none") { subID.style.display = "block"; } else { subID.style.display = "none"; } previd = subID; //titleID.style.bold = true; } //»õâ¿­±â function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); }