function Center(id){
 var obj=document.getElementById(id).parentNode;
 obj.scrollLeft=80;
}