document.writeln("<div id=\"javascript.Div5\" style=\"width: 520; height:20;position: absolute; bottom:104px;right:15px;line-height:90px;font-size:12px;z-index:1001;\" align=\"center\"><img src=\"/images/index/goto_top.png\" width=\"25\" height=\"50\" border=\"0\" usemap=\"#Map\"><map name=\"Map\"><area shape=\"rect\" title=\"Set Bookmark\" coords=\"4,7,22,15\" href=\"javascript:bookmark()\"><area shape=\"rect\" title=\"Home\" coords=\"4,18,22,30\" href=\"http:\/\/www.roseonline.web.id\/\"><area shape=\"rect\" coords=\"4,35,22,47\" a onclick=scroll(0,0) href=\"#up\"><\/map><\/div>");
function sc5(){
	var myid = document.getElementById("javascript.Div5");
	var scrollTop,clientHeight;
	
	if (document.body && document.body.scrollTop ){
    	scrollTop=document.body.scrollTop;
		clientHeight = document.body.clientHeight;
	}
	if (document.documentElement && document.documentElement.scrollTop ){
    	scrollTop=document.documentElement.scrollTop;
		clientHeight = document.documentElement.clientHeight;
	}

	myid.style.top = scrollTop+clientHeight-myid.offsetHeight-104 + "px";

}
function scall(){sc5();}
window.onscroll=scall;
window.onresize=scall;
