<!--
function uptable()
{
document.write('');
}
function downtable()
{
document.write('');
}
function header(name)
{
 document.write("<table width=161px cellspacing=0 cellpadding=0 border=0 id=headright><tr><td id=head>"+name+"</td><td width=14px><img src='i/cr.gif' width=14px></td></table>");
}
function menu_begin(name)
{
 document.write("<div class='columntitle'>"+name+"</div>");
}
function menu(page,name)
{
 document.write("<a href=\""+page+"\">&bull; "+name+"</a><br>");
}
function menu_blank(page,name){ document.write("<a href=\""+page+"\" target=_blank>"+name+"</a><br>");}
function menu_item(name){document.write(name);}
function menu_end(){}
function Show(obj,bShow)
{
 if(bShow){document.getElementsByName(obj)[0].style.display="inline";}
 else{document.getElementsByName(obj)[0].style.display="none";}
}
-->

 
