var linknumberal=7;
var linktextal;
var linkurlsal;
var linkleftal;
var linktopal;

var top = 0;
var left = -10;
var s1al="pict/menugomb.gif";
var s2al="pict/menugomb2.gif";

function setuparraysal(){
linktextal = new Array(linknumberal);
linkurlsal = new Array(linknumberal);
linkleftal = new Array(linknumberal);
linktopal = new Array(linknumberal);

}


function imagelinkchangeal(s,i){
 if (i==1) {document.images[s].src=s2al;
      for (j=0; j<linknumberal; j++){
      if (j!=s){document.images[j].src=s1al;
 
      }
}


};
 if (i==2) {document.images[s].src=s1al};



 
}



function feedarrayal(index,txt,url,l,t){
 linktextal[index-1]=txt;
 linkurlsal[index-1]=url;
 linkleftal[index-1]=l;
 linktopal[index-1]=t; 
}

function doital(){
document.write('<table class="topmenu2" style="position:absolute; width:220; left:'+left+';top:'+top+'">');
for (i=0; i<linknumberal; i++){
  document.write('<tr class="topmenu2" style="width:220"><td onmouseout="imagelinkchangeal('+i+',2)" onmouseover="imagelinkchangeal('+i+',1)" width=200 class="topmenu2" ><div class="topmenu2" style="position:absolute; top:'+linktopal[i]+'; left:'+linkleftal[i]+';" ><a class="topmenu2" href="'+linkurlsal[i]+'"><img width=20 id="'+i+'"  border="0" src="'+s1al+'" style="position:relative; top:15;"><div style="cursor:hand; position:relative; left:30; top:-5;width:200"><strong>'+linktextal[i]+'</strong></div></img></a></div></td></tr>');
}
document.write('</table>');


}

{
setuparraysal();
feedarrayal(1,'Babaúszási tájékoztató','tajekoztatomain.html',0,0)
feedarrayal(2,'Kádúszási tájékoztató','kaduszasmain.html',0,30)
//feedarrayal(3,'Képek','pictmain.html',0,60);
feedarrayal(3,'A víz alatt...','http://kepek.pancsmancs.hu/index.php',0,60);
feedarrayal(4,'Képek','login.htm',0,90);

//feedarrayal(4,'Képek','http://home.princess.hu/pancsmancs/index.php',0,90);

feedarrayal(5,'Web Áruház','http://kepek.pancsmancs.hu/webstore/index.html',0,120);
feedarrayal(6,'Uszodák,elérhetőségeink','info.htm',0,150);
feedarrayal(7,'Ajánlott linkek','links.htm',0,180);
//feedarrayal(8,'2005 NYÁR ajánlatunk','2005nyar.htm',0,210);

doital();

}

