
var javastr="";
javastr=javastr+'<table width="142" border="0" cellspacing="0" cellpadding="0">'+
  '<tr>'+
    '<td><A href=co.htm><img src="images/about.gif" width="142" height="30" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=news.htm><img src="images/event.gif" width="142" height="30" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=kultur.htm><img src="images/company.gif" width="142" height="31" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=sell.htm><img src="images/sale.gif" width="141" height="33" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=product.htm><img src="images/Product.gif" width="142" height="32" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=join.htm><img src="images/join.gif" width="142" height="32" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=barnd.htm><img src="images/barnd.gif" width="142" height="32" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=feedback.asp><img src="images/feedback.gif" width="142" height="34" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=contact.asp><img src="images/contact.gif" width="142" height="32" border="0"></td>'+
  '</tr>'+
  '<tr>'+
    '<td><A href=index.htm><img src="images/home.gif" width="142" height="33" border="0"></td>'+
  '</tr>'+
'</table>';
menu.innerHTML=javastr;



