// JavaScript Document
document.write("<STYLE TYPE='text/css'><!--")

function up_btn(){
sx = document.body.scrollLeft;
sy = document.body.scrollTop;
up.style.left= sx + 784;
up.style.top= sy + 680;

}

document.write("--></STYLE>");