function tablefejlec(text){
   document.write('<table class=fkeret width=300 align=center cellpadding=0 cellspacing=0><tr><td><table class=fejlec1 width=100%><tr><td>'+text+'</td></tr></table></td></tr></table><BR>');
}

function tableheadvastag(text){
   document.write('<table class=fejlec2 width=100% cellpadding=0 cellspacing=0><tr><td class=head2>'+text+'</td></tr><tr><td class=tablebody>');
}

function tableheadvastag2(text){
   document.write('<table class=fejlec2 width=100% cellpadding=0 cellspacing=0><tr><td class=head2>'+text+'</td></tr></table>');
}

function tablecim(text){
   document.write('</td></tr><tr><td style="width:200px; height:18px; color:black; text-align:left; font-weight:bold; font-size:12px;">'+text+'</td></tr><tr><td class=tablebody2>');
}

function gomb(text,link,onclick,align){
   if(!align) align='LEFT';
   document.write('<table cellpadding=0 cellspacing=0 ALIGN='+align+'><tr><td><a '+(onclick?'onClick='+onclick:'href='+link)+' style=\"font-size:12px; color:black; font-weight:bold; CURSOR:hand;\">'+text+'</a></td></tr></table>');
}


function tablealert(text){
   document.write('<P><TABLE BORDER=1 ALIGN=CENTER WIDTH=80% CELLPADDING=0 CELLSPACING=0><tr><td CLASS=tdalert>'+text+'</td></tr></table></p>');
}

function tableimg(img,align,title,margin,href,width,name){
   if(!title) title=""; if(!margin) margin=10;
   document.write('<TABLE BORDER=2 CELLPADDING=0 CELLSPACING=0 ALIGN='+align+' STYLE="MARGIN-LEFT:'+margin+'px; MARGIN-RIGHT:'+margin+'px;"><TR><TD>');
   if(href) document.write('<A HREF='+href+(href.substring(0,7)=='http://'?' TARGET=othersite':'')+'>');
   document.write('<IMG SRC='+img+' BORDER=0 TITLE="'+title+'"');
   if(width) document.write(' WIDTH='+width);
   if (name) document.write(' NAME='+name);
   document.write('>');
   if(href) document.write('</A>');
   document.write('</td></tr></table>');
}

function li(height){ 
  document.write('<IMG SRC="pic/li.gif"'); 
  if(height) document.write(' HEIGHT='+height); 
  document.write(' VALIGN=MIDDLE> ');
}