




function displayHeader(pageName) {

  document.write('<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">');
  document.write('<TR>');
  document.write('<TD COLSPAN="3" BGCOLOR="#000000">');

  navSoftware = ' CLASS="withoutUnderscore"';      if (pageName == "software") navSoftware = '';
  navDesign = ' CLASS="withoutUnderscore"';        if (pageName == "design") navDesign = '';
  navOrder = ' CLASS="withoutUnderscore"';         if (pageName == "order") navOrder = '';
  navMailingList = ' CLASS="withoutUnderscore"';   if (pageName == "mailinglist") navMailingList = '';
  navTellFriend = ' CLASS="withoutUnderscore"';    if (pageName == "tellfriend") navTellFriend = '';

  if (pageName != 'none') {

  document.write('  <TABLE BORDER="0" CELLPADDING="3" CELLSPACING="3">');
  document.write('  <TR CLASS="topNavigation">');
  document.write('  <TD><A HREF="software.html"' + navSoftware + '>software</A></TD>');
  document.write('  <TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>');
  document.write('  <TD><A HREF="design.html"' + navDesign + '>design</A></TD>');
  document.write('  <TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>');
  document.write('  <TD><A HREF="order.html"' + navOrder + '>order now</A></TD>');
  document.write('  <TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>');
  document.write('  <TD><A HREF="mailinglist.php"' + navMailingList + '>join our mailing list</A></TD>');
//  document.write('  <TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>');
//  document.write('  <TD><A HREF="tellafriend.php"' + navTellFriend + '>tell a friend</A></TD>');
  document.write('  </TR>');
  document.write('  </TABLE>');

  }

  document.write('</TD>');
  document.write('</TR>');
  document.write('<TR>');
  document.write('<TD WIDTH="14"><IMG SRC="images/interface/top_left_corner.gif" WIDTH="14" HEIGHT="66" BORDER="0"></TD>');
  document.write('<TD BACKGROUND="images/interface/top_tile.gif" ALIGN="RIGHT"><IMG SRC="images/interface/title_horizontal_left.gif" WIDTH="426" HEIGHT="66" BORDER="0" USEMAP="#title_horizontal_left"></TD>');
  document.write('<TD WIDTH="171"><A HREF="index.html"><IMG SRC="images/interface/title_horizontal_right.gif" WIDTH="171" HEIGHT="66" BORDER="0"></A></TD>');
  document.write('</TR>');
  document.write('<TR>');
  document.write('<TD BACKGROUND="images/interface/left_tile.gif" VALIGN="TOP"><IMG SRC="images/interface/left_edge.gif" WIDTH="14" HEIGHT="219" BORDER="0"></TD>');
  document.write('<TD BGCOLOR="#99CCFF" CLASS="bodyText">');

}




function displayFooter(pageName) {

  var sideLinks = '';
  if (pageName != 'none') sideLinks = '<BR><A HREF="login.html" CLASS="withoutUnderscore">LOGIN</A> &nbsp; <A HREF="contact.php" CLASS="withoutUnderscore">CONTACT</A>';

  document.write('  <P>&nbsp;</P>');

  document.write('</TD>');
  document.write('<TD BACKGROUND="images/interface/right_tile.gif" ALIGN="CENTER" VALIGN="TOP" CLASS="sideNavigation">');
  document.write('<A HREF="index.html"><IMG SRC="images/interface/title_vertical.gif" WIDTH="171" HEIGHT="219" BORDER="0"></A>' + sideLinks + '</TD>');
  document.write('</TR>');
  document.write('<TR>');
  document.write('<TD><IMG SRC="images/interface/bottom_left_corner.gif" WIDTH="14" HEIGHT="10" BORDER="0"></TD>');
  document.write('<TD BACKGROUND="images/interface/bottom_tile.gif" ALIGN="RIGHT"><IMG SRC="images/interface/bottom_tile.gif" WIDTH="10" HEIGHT="10" BORDER="0"></TD>');
  document.write('<TD><IMG SRC="images/interface/bottom_right_corner.gif" WIDTH="171" HEIGHT="10" BORDER="0"></TD>');
  document.write('</TR>');
  document.write('</TABLE>');

  document.write('<MAP NAME="title_horizontal_left">');
  document.write('  <AREA SHAPE="RECT" COORDS="322,34,425,65" HREF="index.html" ALT="Manuscript Studio">');
  document.write('</MAP>');

  document.write('<MAP NAME="title_vertical">');
  document.write('  <AREA SHAPE="RECT" COORDS="0,22,53,218" HREF="index.html" ALT="Manuscript Studio">');
  document.write('  <AREA SHAPE="RECT" COORDS="0,0,170,21" HREF="index.html" ALT="Manuscript Studio">');
  document.write('</MAP>');

}
