
//¹ö¶¯Ìõ¹ã¸æ

document.writeln("<DIV id=MovedDiv1 style='left:6px;POSITION:absolute;TOP:80px;'><table width=\"96\" height=\"236\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images\/rmcp.gif\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"26\">&nbsp;<\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td height=\"192\" align=\"center\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\" width=\"87\" height=\"187\">");
document.writeln("      <param name=\"movie\" value=\"images\/left.swf\" \/>");
document.writeln("      <param name=\"quality\" value=\"high\" \/>");
document.writeln("      <embed src=\"images\/left.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"87\" height=\"187\"><\/embed>");
document.writeln("    <\/object><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td>&nbsp;<\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table></div>")

lastScrollY=0; 
function backtop1() 
{ 
diffY=document.body.scrollTop; 
percent=.1*(diffY-lastScrollY); 
if(percent>0) 
{ 
percent=Math.ceil(percent); 
} 
else 
{ 
percent=Math.floor(percent); 
} 
document.all.MovedDiv1.style.pixelTop+=percent; 
lastScrollY=lastScrollY+percent; 
} 
window.setInterval("backtop1()",30); 
