document.write("\
		<a href='#' onfocus='this.blur()'><img src=/Common/Images/Front/common/pagetop.gif /></a>\
");

initMoving(document.getElementById('pagetop'), 5, 0, 50);


function spTab(_obj)
{
	for (i=1; i<5 ; i++){
		if (_obj == i){
			document.getElementById("hi"+i).src="/Common/Images/Front/whybe/prstab0"+i+"_on.gif";
			document.getElementById("his"+i).style.display="block";
		}else{
			document.getElementById("hi"+i).src="/Common/Images/Front/whybe/prstab0"+i+"_off.gif";
			document.getElementById("his"+i).style.display="none";
		}
	}
}


