function menu(){
document.write('<table width="100%" height="68" border="0" cellSpacing="0" cellPadding="0" bgcolor="#00ff00" style="BORDER-COLLAPSE: collapse">');
document.write('<TR><TD valign="middle" width="100%" bgcolor="#3300ff" class=ram>');
document.write('<A href="webindex.htm"  class="leftmenu">&nbsp;Web - технологии</A>');
document.write('</TD></TR>');
document.write('<TR><TD valign="middle" width="100%" bgcolor="#3300cc" class=ram>');
document.write('<A href="webzarindex.htm" class="leftmenu">&nbsp;Заработок</A>');
document.write('</TD></TR>');
document.write('<TR><TD valign="middle" width="100%" bgcolor="#3300cc" class=ram>');
document.write('<A href="websiteindex.htm" class="leftmenu">&nbsp;Создание сайта</A>');
document.write('</TD></TR>');
document.write('<TR><TD valign="middle" width="100%" bgcolor="#3300cc" class=ram>');
document.write('<A href="webrasindex.htm" class="leftmenu">&nbsp;Раскрутка сайта</A>');
document.write('</TD></TR>');
document.write('</table>');
}
function menu_height(){
document.menu_left.height="68";
document.menu_right.height="68";
}