<!--


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 writeArcDiv()
{

  t = document.getElementById("contentEnvelope");
//alert(t.offsetHeight);
  dOut = "<div style='position: absolute; top: 128px; left: 1px; width: 223px; height: " + t.offsetHeight + "px;'>";
//alert(dOut);
  document.writeln(dOut);
  if (t.offsetHeight < 1400) document.writeln('<img src="../art/leftSide.jpg" width="223" height="100%">');
  else document.writeln('<img src="../art/leftSideTooTall.jpg" width="223" height="100%">');
  document.writeln('</div>');
}



function gotoguestbook(cgi,str){
  h = cgi+ "CompanyInternal?stdout+" + str;
  window.location.href = h;
  return(false);
}

//-->

