var tt="";


function adjustposition(){
	//alert(document.body.offsetWidth);
	try{
		if(parseFloat(tt.style.left)<-522){tt.style.left=-522+'px';}
		if(parseFloat(tt.style.left)>(document.body.offsetWidth-70)){tt.style.left=parseFloat(document.body.offsetWidth-70)+'px';}
		if(parseFloat(tt.style.top)<0){tt.style.top=0+'px';}
		var winY = document.documentElement.scrollTop;
		if(parseFloat(tt.style.top)<winY){tt.style.top=winY;}
		if(parseFloat(tt.style.top)>parseFloat(winY+screen.availHeight)-250){tt.style.top=parseFloat(winY+screen.availHeight-250)+'px';}
	}catch(error){
	}
	setTimeout("adjustposition();",500);
}





