/*
var reposition_main_nav;
reposition_main_nav = "";

if(ns6)
{
  reposition_main_nav=" style=\"top:0;\" "
}

if(ns4)
{
  corWid = "60";
  //corHit = "571";
  corHit = "523";
} 
else
  if(ie4 && bigscreen)
  {
    corWid = "80";
    corHit = document.body.clientHeight;
    
    //leftOver = document.body.clientHeight - [(document.title.indexOf("Menu")!=-1) ? 576:480]
    leftOver = document.body.clientHeight - 528;
    
  }
  else
    if(ns6 && bigscreen)
    {
      corWid = "80";
      corHit = document.body.clientHeight;
      //leftOver = document.body.clientHeight - [(document.title.indexOf("Menu")!=-1) ? 576:480]
      leftOver = document.body.clientHeight -  528;
    }
    else
      if(ns6)
      {
        corWid = "80";
        //corHit = [(document.title.indexOf("Menu")!=-1) ? "576":"480"];
        corHit = 528;
      }
      else
        if(ie4)
        {
          corWid = "80";
          //corHit = [(document.title.indexOf("Menu")!=-1) ? "576":"480"];
          corHit = 528;
        }
*/
//document.writeln('<td width="' + corWid + '" bgcolor="#B21107" valign="top"><img src="images/nav/space.gif" width=80 height=' + corHit + '></td>');
