var sob = new WFObject("http://gbgroup.pl/swf/banerPoziomZielony.swf","baner_h", "603", "90", "8", "#ffffff");
    sob.addVariable("tytul", "SIECI DLA ZAAWANSOWANYCH");
    sob.addVariable("url","http://www.gbgroup.pl/t30_negocjacje,sieciowe,dla,zuchwalych,trening,umiejetnosci,warszawa.html");
    sob.addVariable("termin", "5-6 czerwca 2008r.");
    sob.addVariable("slogan", "Sprawd się. Trening dla zaawansowanych");
    sob.addVariable("miejsce", "Warszawa");
    sob.addVariable("done", "1");
    sob.write("baner_h1");
  
  
//var sob2 = new SWFObject("http://gbgroup.home.pl/gbgroup.pl/swf/banerPoziomZ.swf ","baner_h", "603", "90", "8", "#ffffff");
//   sob2.addVariable("tytul", "Negocjacje sieciowe dla Zuchwałych");
//    sob2.addVariable("url","http://www.gbgroup.pl/t26_negocjacje,sieciowe,dla,zuchwalych,trening,umiejetnosci,warszawa.html");
//    sob2.addVariable("termin", "19 - 20 marca 2008r.");
//    sob2.addVariable("slogan", "Sprawd się. Sieci dla zaawansowanych");
//    sob2.addVariable("miejsce", "Warszawa");
//    sob2.addVariable("done", "1");
    //sob2.write("baner_h2");

  var sob3 = new SWFObject("http://gbgroup.pl/swf/banerPoziom.swf","baner_h", "603", "90", "8", "#ffffff");
	sob3.addVariable("tytul", "Jak negocjować z Sieciami i Hipermarketami.");
    sob3.addVariable("url","http://www.gbgroup.pl/t32_negocjacje,z,sieciami,i,hipermarketami,warszawa.html");
    sob3.addVariable("termin", "17-18 kwietnia 2008r.");
    sob3.addVariable("slogan", "Sieci Handlowe bez tajemnic!");
    sob3.addVariable("miejsce", "Warszawa");
    sob3.addVariable("done", "1");
    //sob3.write("baner_h3");

function zmien_banner() {


if (document.getElementById('baner_h1').style.display=='block')	{
		//document.getElementById('baner_h1').innerHTML='';
		document.getElementById('baner_h1').style.display='none';
		//sob3.write("baner_h3");
		document.getElementById('baner_h2').style.display='block';	}
else if (document.getElementById('baner_h2').style.display=='block')	{
		//document.getElementById('baner_h3').innerHTML='';
		document.getElementById('baner_h2').style.display='none';
		//sob.write("baner_h1");
		document.getElementById('baner_h1').style.display='block';	}
//else {  sob.write("baner_h1");
//		document.getElementById('baner_h1').style.display='block';	}
} 


function f1() {
document.getElementById('top').style.background='#fff url("../grafika/top.jpg") no-repeat bottom center';
//zmien_banner();
setTimeout("f2();", 8000);
}

function f2() {
document.getElementById('top').style.background='#fff url("../grafika/top-komiks.jpg") no-repeat bottom center';
//zmien_banner();
setTimeout("f3();", 10000);
}

function f3() {
document.getElementById('top').style.background='#fff url("../grafika/baner1.jpg") no-repeat bottom center';
//zmien_banner();
setTimeout("f1();", 10000);
}

