/*
Gradual-Highlight Image Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",60)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=60
}

function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=60
else if (window.highlighting)
clearInterval(highlighting)
}

function rekord(adre, plik, opis)
{
this.adre = adre;
this.plik = plik;
this.opis = opis;
}

var rekordy=1;

link = new Array();

link[1] = new rekord(katalog+"http://www.jastrzebiagora.it-net.pl/witch/", "buttons/banner1_2.jpg", "Witch&nbsp;FTP");

for (a = 1; a <= rekordy; a++)
{
document.write("<BR CLASS=banner><A href="+link[a].adre+" target=\"_blank\"  class=banner onfocus=blur() onmouseover=\"window.status='"+link[a].opis+"';return true\" onmouseout=\"window.status='';return true\" style=\"width: 105px;\"><IMG SRC="+link[a].plik+" onmouseover=high(this) style=\"FILTER: alpha(opacity=40)\" onmouseout=low(this) ALT="+link[a].opis+" border=\"0\" class=banner align=center></A><BR CLASS=banner>");
if(a==rekordy)
{
document.write("<BR CLASS=menul");
}
}