function expandcontract(tbodyid,dis) {
  document.getElementById(tbodyid).style.display = dis;
}
function pop_window(url) {
  var popit = window.open(url,'newwin','width=400,height=400');
 }