﻿<!-- (c) staa.pl
function logo_staa(st){	var on = 'png'; if(st) on = 'jpg'; document.getElementById('logo').src = 'graphics/tworzenie_stron_www.'+on; }
var tmp_info = document.getElementById('info');
var stan_id = new Array(0,0,0,0,0);
var auto = new Array();
var activ = 0; 
var dzial_on = '#CBD2E6';
var dzial_off = '#F8F8F8';
function f_auto(id,cel,cel_w){ activ = 1; var sm_h = parseInt(document.getElementById('sm_'+id).style.height); var wej = sm_h; sm_h = Math.ceil(sm_h - (sm_h - cel)/5);	
var sm_el = document.getElementById('sm_'+id); sm_el.style.height = Math.abs(sm_h) + 'px'; 	
var sm_el_w = document.getElementById('sm_w_'+id);
var el_w_poz = parseInt(sm_el_w.style.top);	el_w_poz = Math.ceil(el_w_poz - (el_w_poz - cel_w)/5);
sm_el_w.style.top = el_w_poz + 'px'; if(Math.abs(wej-sm_h)<=1 || sm_h<=0){		
if(cel>0){ if(sm_h<start_menu[id]) sm_h++; else { clearInterval(auto[id]); activ = 0; } }
if(sm_h<=0){ sm_el.style.height = 0 + 'px'; clearInterval(auto[id]); activ = 0; } } }
function navi_staa(id,cel){ if(activ==0) { if(stan_id[id]==0){ stan_id[id]=1;	auto[id] = setInterval("f_auto("+id+","+cel+","+0+")", 15);
document.getElementById('m'+id).style.background = dzial_on;
document.getElementById('m'+id).style.backgroundImage = 'url(graphics/menu_on.png)';
for(i=0;i<5;i++){ if(i!=id) { document.getElementById('m'+i).style.background = dzial_off; document.getElementById('m'+i).style.backgroundImage = 'url(graphics/menu_off.png)';}
if(i!=id && stan_id[i]==1) { stan_id[i]=0; auto[i] = setInterval("f_auto("+i+",-10,-50)", 15); }	} }
else{ stan_id[id]=0; auto[id] = setInterval("f_auto("+id+",-10,-50)", 15);
document.getElementById('m'+id).style.background = dzial_off; document.getElementById('m'+id).style.backgroundImage = 'url(graphics/menu_off.png)'; } } }
var start_menu = new Array(185,185,95,95,65);
function start_navi(id,sm_h){
var sm_el = document.getElementById('sm_'+id);	sm_el.style.height = Math.abs(sm_h) + 'px';
var sm_el_w = document.getElementById('sm_w_'+id); sm_el_w.style.top = 0 + 'px';
stan_id[id] = 1;document.getElementById('m'+id).style.background = dzial_on; document.getElementById('m'+id).style.backgroundImage = 'url(graphics/menu_on.png)'; }
function min_h() { if(ie) height = document.documentElement.clientHeight;	else height = window.innerHeight;
height = height - 184;	document.getElementById('minh').style.height = height+'px';
if(ie) poz = document.documentElement.clientWidth;	else poz = window.innerWidth;
poz = Math.ceil((poz-1016)/2);	document.getElementById('all').style.marginLeft = poz+'px';
document.getElementById('all_bottom').style.marginLeft = poz+'px';	var tag = document.getElementsByTagName("body"); 
tag[0].style.backgroundPosition = (poz-200)+'px 0px'; }
-->
