function inicjalizacja () {
	podmenu ();
	wstawianie_baner ();
	dosklepu ();
	wstawianie_baner_en ();
}

function podmenu () {
			
			$("ul.podmenu_lista li ul").not("ul.pokaz_menu").hide();
			$("ul.podmenu_lista li ul").prev("a").click( 
					function () {
					
							$(this).next("ul").slideToggle();
							$("ul.podmenu_lista li a").not(this).next("ul:visible").slideUp();
							
							return false;
					});
}


function wstawianie_baner () {

if (document.getElementById('baner') && navigator.platform.indexOf('Linux') == -1 && document.getElementById('top').className =='strona_glowna' ) {

 var d = document.createElement('div');
	 d.setAttribute("id", "pojemnik_flasha");
  	 document.getElementById('baner').appendChild(d);
	 
	 

var so = new SWFObject("_skiny_users/york/flash/baner-york.swf", "baner_swf", "670", "293", "8", "#fff");
		so.addParam("wmode", "transparent");
		so.addVariable("czas", "5000");
		so.write("pojemnik_flasha");
}

}

function wstawianie_baner_en () {

if (document.getElementById('baner_en') && navigator.platform.indexOf('Linux') == -1 && document.getElementById('top').className =='strona_glowna' ) {

 var d = document.createElement('div');
	 d.setAttribute("id", "pojemnik_flasha");
  	 document.getElementById('baner_en').appendChild(d);
	 
	 

var so = new SWFObject("_skiny_users/york/flash/baner-york.swf", "baner_swf", "670", "293", "8", "#fff");
		so.addParam("wmode", "transparent");
		so.addVariable("czas", "5000");
		so.write("pojemnik_flasha");
}

}


function dosklepu () {

if (document.getElementById('do_sklepu') && navigator.platform.indexOf('Linux') == -1 && document.getElementById('top').className =='strona_glowna' ) {
	 document.getElementById('do_sklepu').style.text_indent="0px";
	 
	 var d = document.createElement('span');
	 d.setAttribute("id", "guzik_flasha");
  	 document.getElementById('do_sklepu').appendChild(d);
	 
var so = new SWFObject("_skiny_users/york/flash/przycisk2.swf", "przycisk_swf", "214", "64", "8", "#fff");
		so.write("guzik_flasha");
}

}

function dosklepu_en () {

if (document.getElementById('do_sklepu_en') && navigator.platform.indexOf('Linux') == -1 && document.getElementById('top').className =='strona_glowna' ) {
	 document.getElementById('do_sklepu').style.text_indent="0px";
	 
	 var d = document.createElement('span');
	 d.setAttribute("id", "guzik_flasha");
  	 document.getElementById('do_sklepu').appendChild(d);
	 
var so = new SWFObject("_skiny_users/york/flash/przycisk2.swf", "przycisk_swf", "214", "64", "8", "#fff");
		so.write("guzik_flasha");
}

}

