
var oferta=document.getElementById("ie6oferta");
var ofertarozw=document.getElementById("ofertarozw");
var cennik=document.getElementById("ie6cennik");
var cennikrozw=document.getElementById("cennikrozw");

var Irozwin,Irozwinc;
var heightoferta=18;
var heightcennik=18;
var rozwijanie=false;
var rozwijaniec=false;
var ie6=navigator.appVersion.search("MSIE 6.0");
var ie7=navigator.appVersion.search("MSIE 7.0");
if(ie6==-1){  
	ofertarozwin = function(){
		clearInterval(Irozwin);
		if(rozwijanie){
			Irozwin=setInterval(ofertazwijaj,5);
			rozwijanie=false;
		}
		else{
			Irozwin=setInterval(ofertarozwijaj,5);
			clearInterval(Irozwinc);
			Irozwinc=setInterval(ofertazwijajc,5);
			rozwijaniec=false;
			rozwijanie=true;
		}
	}
	cennikrozwin = function(){
		clearInterval(Irozwinc);
		if(rozwijaniec){
			Irozwinc=setInterval(ofertazwijajc,5);
			rozwijaniec=false;
		}
		else{
			Irozwinc=setInterval(ofertarozwijajc,5);
			clearInterval(Irozwin);
			Irozwin=setInterval(ofertazwijaj,5);
			rozwijanie=false;
			rozwijaniec=true;
		}
	}	
}else{							
	cennik.style.display="none";
	oferta.style.display="none";
	ofertarozw.style.height="18px";
	cennikrozw.style.height="18px";
	ofertarozwin=function(){
		if(rozwijanie){
			oferta.style.display="none";
			ofertarozw.style.height="18px";
			rozwijanie=false;
		}
		else{
			ofertarozw.style.height="95px";
			cennikrozw.style.height="18px";
			oferta.style.display="block";
			cennik.style.display="none";
			rozwijaniec=false;
			rozwijanie=true;
		}
	}
	cennikrozwin = function(){
		if(rozwijaniec){
			cennikrozw.style.height="18px";
			cennik.style.display="none";
			rozwijaniec=false;
		}
		else{
			cennikrozw.style.height="95px";
			cennik.style.display="block";
			oferta.style.display="none";
			ofertarozw.style.height="18px";
			rozwijanie=false;
			rozwijaniec=true;
		}
	}	
}
function ofertarozwijaj(){
	if(heightoferta<=92)heightoferta+=3;
	else clearInterval(Irozwin);
	ofertarozw.style.height=heightoferta.toString()+"px";
}
function ofertazwijaj(){
	if(heightoferta>18)heightoferta-=3;
	else clearInterval(Irozwin);
	ofertarozw.style.height=heightoferta.toString()+"px";
}

function ofertarozwijajc(){
	if(heightcennik<=92)heightcennik+=3;
	else clearInterval(Irozwinc);
	cennikrozw.style.height=heightcennik.toString()+"px";
}
function ofertazwijajc(){
	if(heightcennik>18)heightcennik-=3;
	else clearInterval(Irozwinc);
	cennikrozw.style.height=heightcennik.toString()+"px";
}


//var div=document.getElementById("div");
//div.scrollLeft=0;
//setInterval("div.scrollLeft++;if(div.scrollLeft>=div.scrollWidth/2)div.scrollLeft=0;",500);

var tabimg=new Array("rys/qla.png","rys/reflektor.jpg","rys/sonar.jpg","rys/delight.jpg","rys/freesigns.jpg","rys/drogeria.png","rys/boron.jpg","rys/lunapark.jpg");
var adresy=new Array("http://www.studioqla.pl","http://www.reflektorgroup.pl","http://www.studiosonar.pl","http://www.delight.net.pl","http://www.free-signs.pl","http://www.staradrogeria.pl","http://www.boron.com.pl","http://www.lunapark.lodz.pl");

var Ipokaz;
var Iprzemien;
var alfa1=100;
var alfa2=0;
var ilereal=tabimg.length;
var szybkosc=40;
var zwloka=1000;
var nr=parseInt((ilereal*Math.random()));

przenikaj();

function nad(){
	document.realizacje1.style.left="39px";
	document.realizacje2.style.left="39px";
	document.realizacje1.style.top="329px";
	document.realizacje2.style.top="329px";	
}
function pod(){
	document.realizacje1.style.left="30px";
	document.realizacje2.style.left="30px";
	document.realizacje1.style.top="320px";
	document.realizacje2.style.top="320px";	
}

document.realizacje1.onmouseover=nad;
document.realizacje2.onmouseover=nad;
document.realizacje1.onmouseout=pod;
document.realizacje2.onmouseout=pod;

function przenikaj(){
	if(ie6==-1 && ie7==-1){
		document.realizacje1.style.opacity = 1;
		document.realizacje1.style.filter = "alpha(opacity=100)";
		document.realizacje2.style.opacity = 0;
		document.realizacje2.style.filter = "alpha(opacity=0)";
	}else{
		document.realizacje1.style.display="none";
	}
	document.realizacje1.src=tabimg[nr%ilereal];
	document.realizacje2.src=tabimg[(nr+1)%ilereal];	
	clearInterval(Iprzemien);
	Iprzemien=setInterval(przemien,szybkosc);
}
function przemien(){
 	if(ie6==-1 && ie7==-1){
		document.realizacje1.style.opacity = alfa1/100;
		document.realizacje1.style.filter = "alpha(opacity="+alfa1.toString()+")";
		document.realizacje2.style.opacity = alfa2/100;
		document.realizacje2.style.filter = "alpha(opacity="+alfa2.toString()+")";
	}
	alfa1-=2;
	alfa2+=2;
	if(alfa1<0){
		nr++;
		document.realizacje2.onclick=function(){
			window.open(adresy[(nr+1)%ilereal],"_blank");
		}
		clearInterval(Iprzemien);
		alfa1=100;
		alfa2=0;
		setTimeout(przenikaj,zwloka);
	}
}


