/*function ttt(){
	setTimeout("ttt()",10);
	left = eval("top.contentframe.leftFrame");
	main = eval("top.contentframe.mainFrame");
	if(left != null)
		if(main != null)
			left.window.scroll(0, main.window.document.body.scrollTop);
}
setTimeout("ttt()",1000);*/

