function thumbsheetscroll(id, x)

{

 document.getElementById(id).scrollTop=x;

}



function thumbsheet_h_scroll(id, x)

{

 document.getElementById(id).scrollLeft=x;

}