// JavaScript Document
			$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements.
				/*$('a[@rel*=lightbox]').colorbox({transition:"fade"});*/
				$("a[rel='example1']").colorbox({transition:"fade"});
				$(".colorbox").colorbox({iframe:true, width:500, height:500});
				

				$('#dropdown > li').hover(
					function(){
						$(this).find('ul').slideDown('fast');
						//$(this).find('a:eq(0)').addClass('activated');												
					},
					function(){
						$(this).find('ul').slideUp(0.001);
						//$(this).find('a:eq(0)').removeClass('activated');	
					}
				);
			});	
			
			

		var params = {}; 
		params.wmode = "transparent";
		swfobject.embedSWF("/header.swf", "header_flash", "900", "308", "9.0.0", "/expressInstall.swf", "", params, "");
			
			
	function initialize() {
		var latlng = new google.maps.LatLng(49.575099, 17.298623);
		var myOptions = {
		  zoom: 14,
		  scrollwheel: false,
		  center: latlng,
		  mapTypeId: google.maps.MapTypeId.ROADMAP
		};
		var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
		  var marker = new google.maps.Marker({
			  position: latlng, 
			  map: map, 
			  title:"AUTO Hlaváček – klientský servis s. r. o."
		  });	
	  }				
