<!--
function web_menu()
{
  var m_var;
  m_var="<table width=753 border=0 cellspacing=0 cellpadding=0  align=center><tr align=center height=50>" + 
        "<td width=95><a href='index.htm'><img src='images/index.gif' border=0 width=55 height=24></a></td>" + 
        "<td width=95><a href='article.htm'><img src='images/theory.gif' border=0 width=55 height=24></a></td>" + 
        "<td width=94><a href='creator.htm'><img src='images/creator.gif' border=0 width=55 height=24></td>" + 
        "<td width=94><a href='allreview.asp'><img src='images/review.gif' border=0 width=55 height=24></a></td>" + 
        "<td width=94><a href='gbook.asp'><img src='images/gbook.gif' border=0 width=55 height=24></a></td>" + 
        "<td width=94><a href='forum.asp'><img src='images/forum.gif' border=0 width=55 height=24></a></td>" + 
        "<td width=94><a href='shop.htm'><img src='images/shop.gif' border=0 width=55 height=24></a></td>" + 
		"<td width=95><a href='help.htm'><img src='images/author.gif' border=0 width=55 height=24></a></td>" + 
        "</tr></table>"
  return m_var;
}
-->
