<!--

// functions

function bal_mnu(param_link, param_szoveg, param_icon)
{
 document.write('\
 <table cellpadding=0 cellspacing=0 border=0>\
  <tr>\
   <td align=left><a href="'+param_link+'" \
   title="'+param_szoveg+'" class=link_balmnu>&nbsp;<b>'+param_szoveg+'</b></a></td>\
  </tr>\
 </table>\
 ');
}

function vonal()
{
 document.write('\
 <table width=100% background=img/vonalf.gif border=0 cellpadding=0 cellspacing=0>\
  <tr><td width=100%><img src=img/ures.gif width=1 height=1></td></tr>\
 </table>\
 ');
}

function vonal_balmnu()
{
 document.write('\
 <table width=100% border=0 cellpadding=0 cellspacing=0>\
  <tr><td width=100%><img src="img/vonal_balmnu.jpg" width=100% height=5></td></tr>\
 </table>\
 ');
}

function none()
{
}
//-->