function titlebar (section) {
  document.write ("<a name='top'></a>")
  document.write ("<TABLE border=0 width=100% cellpadding=0><TR>")
  document.write ("<TD valign=top align=center rowspan=2>")
  document.write ("<a href='http://www.bridge.com/' target='_top'>")
  document.write ("<img src='images/bridgetelerate.gif' border=no width=160 height=160></a></td>")
  document.write ("<TD valign=top align=center>")
  document.write ("<table><tr><td><a href='http://www.uiuc.edu/'>")
  document.write ("<img src='../images/quad.jpg' width=474 height=57><br>")
  document.write ("<img src='../images/uofi2.gif'  width=474 height=15></a>")
  document.write ("</td></tr></table>")
  document.write ("</TD></TR><TR><TD valign=top align=center><p>")
  document.write ("<font face='Verdana' size=3><B>Introduction to BridgeStation")
  if (section > '') {
      document.write (" - "+section)
  }
  document.write ("")
  document.write ("</B></font><p>")
  document.write ("</TD></TR></TABLE>")
}

function titletop(title) {
    document.write("<br><hr><br>")
    document.write("<TABLE BORDER=0 width=100%><TR>")
    document.write("<TD width=200 valign=top>")
    document.write("<a href='b-main.htm'><img src='../images/navback.gif' border=0 alt='Home'>")
    document.write("<font face='Verdana' size=2><b><u>"+title+"</u></b></font></a></TD>")
    document.write("<TD valign=top><font face='Verdana' size=1>")
}

function section (title,code) {
    document.write("<p>")
    document.write("<a name='"+code+"'></a>")
    document.write("<TABLE BORDER=0 width=100%><TR>")
    document.write("<TD colspan=3>")
    document.write("<a href='#top'><img src='../images/navup.gif' border=0 alt='Top'>")
    document.write("<font face='Verdana' size=2><b><u>"+title+"</u></b></font></a>")
    document.write("<br>&nbsp;</TD></TR>")
}

function subsection (title,code) {
    document.write("<TR>")
    document.write("<TD WIDTH=120 VALIGN=TOP>")
    document.write("<a name='"+code+"'></a>")
    document.write("<font face='Verdana' size=1><b>"+title+"</b>")
    document.write("</TD><TD BGCOLOR='#C0C0C0'>&nbsp;</TD>")
    document.write("<TD><font face='Verdana' size=2>")
}

function subend () {
    document.write("<p><hr>")
    document.write("</TD></TR>")
}

function sectionend () {
    document.write("</TABLE>")
}





function when () {
    when=document.lastModified
    document.write("<p><font face='Verdana' size=1 color='#999999'>")
    document.write("&copy;2000<br>Last Modified: "+when+"</font></p>")
}

function contact () {
    document.write("<p><img src='../images/feather2.gif' align=left width=71 height=46>")
    document.write("<font face='Verdana' size=1>")
    document.write ("<p>Please report any problems or inaccuracies in this guide to the ")
    document.write ("<a href='mailto:v-france@uiuc.edu'>Author</a> or the ")
    document.write ("<a href='mailto:oltheten@uiuc.edu'>Web Master</a>")
}

function copyright () {
    document.write ("<a name='copyright'></a>")
    document.write ("<p><table border=1 cellpadding=2><tr><td><font face='Verdana' color='#0000aa' size=1>")
    document.write ("<img src='images/bridgehands.gif' border=2 width=68 height=68 align=left>")
    document.write ("<a href='#top'><b>COPYRIGHT INFORMATION</b></a><p>")
    document.write ("&copy;2000<br>Virginia Grace France<br>& Elisabeth Oltheten")
    document.write ("<p>")
    document.write ("Please feel free to link to, use, or print out this manual at your discretion, but no part of it may be copied onto any other web-site without express written permission of the authors and the University of Illinois.")
    document.write ("<p>")
    document.write ("This site was developed for educational purposes only. ")
    document.write ("Neither the University of Illinois nor Bridge Information Systems represents or warrants the accuracy or completeness of any data, information, service, report, analysis or publication provided as part of the UI Bridge Manual, ") 
    document.write ("and neither the University of Illinois nor Bridge Information Systems shall be liable to any user of the UI Bridge Manual program for any loss, damage or expense ")
    document.write ("arising out of or related to the accuracy or completeness of any data, information, service, report, analysis or publication derived from the UI Bridge Manual. ")
    document.write ("</td></tr></table>")
}

