function mcat(color,name)
{
 var txt="";
  txt+='<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td class="menu_left_lite"  height="16" width="5" bgcolor="'+color+'"><img src="/i/1px.gif" width=9 height=16></td>  <td class="menu_right_lite"  height="16" width="95%">&nbsp;&nbsp; '+name+'</td></tr>  <tr><td colspan="2">&nbsp;</td></tr>  </table>';
  txt+='<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td>';
 document.write(txt);
}
function dmcat(color,name)
{
 var txt="";
  txt+='<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td class="menu_left_lite"  height="16" width="5" bgcolor="'+color+'"><img src="/i/1px.gif" width=9 height=16></td>  <td class="menu_right_lite"  height="16" width="95%">&nbsp;&nbsp; '+name+'</td></tr>  <tr><td colspan="2">&nbsp;</td></tr>  </table>';
  txt+='<table width="100%" border="0" cellspacing="0" cellpadding="2">';
  document.write(txt);
}
function ctbl()
{
 document.write('<br></td></tr></table>');
}
function ctbl2()
{
 document.write('<tr><td colspan=2><br></td></tr></table>');
}
function dmlink(pic,name,link)
{
 document.write('<tr><td width=22><img src="/i/'+pic+'" width=20 height=17></td><td><a href="?d='+link+'" class=lmenu>'+name+'</a></td></tr>');
}
function mlink(link,name,target)
{
 document.write('&nbsp;&raquo; <a href="'+link+'" class=lmenu target="'+target+'">'+name+'</a><br>');
}