function F2() {
	yy=document.body.scrollTop;
	if (yy>88){
		obj1.style.pixelTop=yy;
	}else{
		obj1.style.pixelTop=88;
	}
}
