<!--


function quickBrowserCheck()
{
  if (navigator.appName.toUpperCase() == "NETSCAPE") return(1);
  return(0);
}



function writePrePlan1stSubmit(IEMessage,NavMessage)
{
  t = '<tr><td colspan="2" align="center" class="preplanColspan"><input type="submit" value="';
  if (quickBrowserCheck() == 1)  t = t + NavMessage;
  else t = t + IEMessage;
  t = t + '"></td></tr>';
  document.writeln(t);
}


function adjust()
{
  if (quickBrowserCheck() == 1){
    t = document.getElementById("menuPos");
    t.style.top = "190px";
    t = document.getElementById("historyPic1");
    t.style.left = "289px";
  }
}


//-->
