function mOver(cell)
{
         cell.style.cursor = 'default';
         cell.bgColor = '#666666';
}
function mOut(cell)
{
         cell.style.cursor = 'default';
         cell.bgColor = '#000000';
}
function jUrl(url)
{
   self.location.href = url;
}
function OpenBox(url, wd, hg)
{
   Val = window.open(url,"","width="+ wd +",height=" + hg);
}
