var homeurl="http://www.people.eku.edu/cuiq/";

function show_footer()
{
  document.write("<table cellspacing='0' cellpadding='0' bgcolor='#ffffff' width='800' align='center'>");  document.write("<tr>");
  document.write("<td style='background-image:url("+homeurl+"images/chinajie3.gif);background-repeat:x-repeat;' colspan='2'><img src='"+homeurl+"images/pixel.gif' vspace='12'></td>");
  document.write("</tr>");
  document.write("</table>");
  document.write("<table align='center' style='color:#fff;background-color:transparent;'>");
  document.write("<tr>");
  document.write("<td>&copy;Qing Cui 2006&nbsp;&nbsp;&nbsp;&nbsp;Phone: (612) 626-9530&nbsp;&nbsp;&nbsp;&nbsp;Email: <a href='mailto:qingcui@ima.umn.edu' style='color:#fff;background-color:transparent;'>qingcui@ima.umn.edu</a></td>");
  document.write("</tr>");
  document.write("</table>");
}

function show_title_menu(index)
{
  document.write("<table cellspacing='0' cellpadding='0' bgcolor='#ffffff' width='800' align='center'>");
  document.write("<tr>");
  document.write("<td style='background-image:url("+homeurl+"images/chinajie2.gif);background-repeat:x-repeat;' colspan='2'><img src='"+homeurl+"images/pixel.gif' vspace='12' ></td>");
  document.write("</tr>");
  /*document.write("<tr>");
  document.write("<td align='left' valign='top'  width='160' style='padding-left:12px;border-right:2px solid #ab7267;'>");
  document.write("</td>");
  document.write("<td valign='top' bgcolor='#ECE1DB'>");
  */
  document.write("</table>");
}
