
 
   function ShowRightCol(ShowRCol)
   {
    if (!ShowRCol)
      document.getElementById('column_r').style.display = 'none'
    else
      document.getElementById('column_r').style.display = ''    
   }
