// JavaScript Document
// Wlascicielem praw autorkich jest firma SSI (www.ssi.com.pl) Wszelkie prawa zastrzerzone

function on(thx){document.getElementById(thx.id).src="panel/b/2"+thx.id+".gif";}function off(thx){document.getElementById(thx.id).src = "panel/b/"+thx.id+".gif";}function email(){var Win=window.open("send.php","send",'width=420,height=350,resizable=0,scrollbars=no,menubar=no');}function drawImage(a){if(a.src==(site+'panel/load.gif')||a.src==(site+'/panel/load.gif'))a.src='galeria/realizacje/'+img[image];}function next(){if(image==max_image)image=1;else image=image+1;document.getElementById('realizacja_obraz').src='panel/load.gif';document.getElementById('realizacja_opis').innerHTML=opis[image];}function previoust(){if(image==1)image=max_image;else image=image-1;document.getElementById('realizacja_obraz').src='panel/load.gif';document.getElementById('realizacja_opis').innerHTML=opis[image];}function randomImage($obj){var losowy=1+Math.floor(Math.random(1)*(max_image-1));document.getElementById($obj).src='galeria/realizacje/'+img[losowy];document.getElementById($obj).name=losowy;}function goTo($obj){document.location='realizacje'+$obj.name+'.htm#realizacje';}var element=0;function timer(){if(element==3)element=0;switch(element){case 0:{randomImage('small0');break;}case 1:{randomImage('small1');break;}case 2:{randomImage('small2');break;}}element++;setTimeout("timer()",5000);}
