<!--

var goleftimage='lewastrzalka.gif'
var gorightimage='prawastrzalka.gif'
var menuwidth=102
var menuheight=70
var scrolldir="reverse"
var scrollspeed=4
var menucontents='<nobr>&nbsp;<img src="http://hotkot.pl/img/01.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/02.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/03.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/04.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/05.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/06.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/07.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/08.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/09.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/10.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/11.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/12.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/13.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/14.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/15.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/16.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/17.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/18.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/19.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/20.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/21.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/22.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/23.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/24.gif" width="100" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/25.gif" width="150" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/26.gif" width="150" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/27.gif" width="200" height="70">&nbsp;&nbsp;&nbsp;<img src="http://hotkot.pl/img/28.gif" width="200" height="70"></nobr>'


var iedom=document.all||document.getElementById
var leftdircode='onMouseOver="moveleft()" onMouseOut="clearTimeout(lefttime)"'
var rightdircode='onMouseOver="moveright()" onMouseOut="clearTimeout(righttime)"'
if (scrolldir=="reverse"){
var tempswap=leftdircode
leftdircode=rightdircode
rightdircode=tempswap
}
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100;left:-5000">'+menucontents+'</span>')
var actualwidth=''
var cross_scroll, ns_scroll
var loadedyes=0
function fillup(){
if (iedom){
cross_scroll=document.getElementById? document.getElementById("test2") : document.all.test2
cross_scroll.innerHTML=menucontents
actualwidth=document.all? cross_scroll.offsetWidth : document.getElementById("temp").offsetWidth
}
else if (document.layers){
ns_scroll=document.ns_scrollmenu.document.ns_scrollmenu2
ns_scroll.document.write(menucontents)
ns_scroll.document.close()
actualwidth=ns_scroll.document.width
}
loadedyes=1
}
window.onload=fillup

function moveleft(){
if (loadedyes){
if (iedom&&parseInt(cross_scroll.style.left)>(menuwidth-actualwidth)){
cross_scroll.style.left=parseInt(cross_scroll.style.left)-scrollspeed+"px"
}
else if (document.layers&&ns_scroll.left>(menuwidth-actualwidth))
ns_scroll.left-=scrollspeed
}
lefttime=setTimeout("moveleft()",50)
}

function moveright(){
if (loadedyes){
if (iedom&&parseInt(cross_scroll.style.left)<0)
cross_scroll.style.left=parseInt(cross_scroll.style.left)+scrollspeed+"px"
else if (document.layers&&ns_scroll.left<0)
ns_scroll.left+=scrollspeed
}
righttime=setTimeout("moveright()",50)
}


if (iedom||document.layers){
with (document){
write('<table border="0" cellspacing="0" cellpadding="2">')
write('<td valign="middle"><img src="'+goleftimage+'" '+leftdircode+' border="0" style="cursor: hand;"></td>')
write('<td width="'+menuwidth+'" valign="top">')
if (iedom){
write('<div style="position:relative;width:'+menuwidth+'px;height:'+menuheight+'px;overflow:hidden;">')
write('<div id="test2" style="position:absolute;left:0;top:0">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+menuwidth+' height='+menuheight+' name="ns_scrollmenu">')
write('<layer name="ns_scrollmenu2" left="0" top="0"></layer></ilayer>')
}
write('</td>')
write('<td valign="middle">')
write('<img src="'+gorightimage+'" '+rightdircode+' border="0" style="cursor: hand;">')
write('</td></table>')
}
}

//-->
