$(document).ready(function(){
	// nawigacja
	$(function() {
		$("#navCity").tabs();
	});
	
	// faq
	$(".faq dt a").click(function(event) {
		if($(this).parent("dt").hasClass("active")) {
			$(".faq dt").add(".faq dd").removeClass("active");
		}
		else {
			$(".faq dt").add(".faq dd").removeClass("active");
			$(this).parent("dt").addClass("active");
			$(this).parent("dt").next("dd").addClass("active");
		}
		event.preventDefault();
	});
});


// google maps
function mapLoad(latitude, longitude, zoom, id) {
	if (GBrowserIsCompatible()) {
		var map = new GMap2(document.getElementById("contactMap"+id));
		map.setCenter(new GLatLng(latitude, longitude), zoom);
		map.addControl(new GSmallMapControl());
		
		var tebicon = new GIcon();
		tebicon.image = host+"/images/gmap_icon.png";
		tebicon.shadow = host+"/images/gmap_icon_shadow.png";
		tebicon.iconSize = new GSize(28,40);
		tebicon.infoWindowAnchor = new GPoint(14,0);
		tebicon.iconAnchor = new GPoint(14,40);
		tebicon.shadowSize = new GSize(37,34);
		
		var point  = new GLatLng(latitude, longitude);
		var marker = new GMarker(point, {icon: tebicon});
		map.addOverlay(marker);
	}
}




// swfobject config
swfobject.embedSWF(host+"/flash/main.swf", "mainFlash", "770", "386", "9.0.0", false, {time: 13000}, {wmode:"transparent"});
swfobject.embedSWF(host+"/flash/mapa.swf", "mapaFlash", "495", "460", "9.0.0", false, false, {wmode:"transparent"});
swfobject.embedSWF(host+"/flash/1rata_gratis_24_07.swf", "ratyGratis", "250", "207", "9.0.0", false, false, {wmode:"transparent", FlashVars:"adres="+host+"/promocje"});
swfobject.embedSWF(host+"/flash/1rata_gratis_small_static_24_07.swf", "ratyGratisSmall", "155", "211", "9.0.0", false, false, {wmode:"transparent", FlashVars:"adres="+host+"/promocje"});
swfobject.embedSWF(host+"/flash/sm_zapisy_online.swf", "sm1", "200", "62", "9.0.0", false, false, {wmode:"transparent", FlashVars:"adres="+host+"/rekrutacja/zapisy_online"});
swfobject.embedSWF(host+"/flash/sm_biuro_karier.swf", "sm2", "200", "62", "9.0.0", false, false, {wmode:"transparent", FlashVars:"adres="+host+"/biuro_karier"});
swfobject.embedSWF(host+"/flash/sm_program_gwarancja.swf", "sm3", "200", "62", "9.0.0", false, false, {wmode:"transparent", FlashVars:"adres="+host+"/onas/gwarancja"});
swfobject.embedSWF(host+"/flash/sm_certyfikaty.swf", "sm4", "200", "62", "9.0.0", false, false, {wmode:"transparent", FlashVars:"adres="+host+"/certyfikaty"});
swfobject.embedSWF(host+"/flash/sm_ekstranet.swf", "sm5", "200", "62", "9.0.0", false, false, {wmode:"transparent", FlashVars:"adres=http://www.ekstranet.teb.pl"});
