side_sitemap = new Image(); side_sitemap.src = "img/icon_sitemap.gif";
 	side_sitemap_hi = new Image(); side_sitemap_hi.src = "img/icon_sitemap_hi.gif";
	side_home = new Image(); side_home.src = "img/icon_home.gif";
 	side_home_hi = new Image(); side_home_hi.src = "img/icon_home_hi.gif";
  	side_print = new Image(); side_print.src = "img/icon_print.gif";
 	side_print_hi = new Image(); side_print_hi.src = "img/icon_print_hi.gif";
	side_contact = new Image(); side_contact.src = "img/icon_contact.gif";
 	side_contact_hi = new Image(); side_contact_hi.src = "img/icon_contact_hi.gif";
	side_search = new Image(); side_search.src = "img/icon_search.gif";
 	side_search_hi = new Image(); side_search_hi.src = "img/icon_search_hi.gif";
 
  
	function unnavihighlight(menuName) {
		document.getElementById(menuName).src = eval(menuName + ".src");
	}
	
	function navihighlight(menuName) {
		document.getElementById(menuName).src = eval(menuName + "_hi.src");
	}
	
	function protectcontact(prot) {
  		window.open("contact.cfm?prot="+prot, "Kontakt", "width=600,height=430,scrollbars,resize");
  	};
	
  
	  function contact(uid) {
	  window.open("contact.cfm?id="+uid, "Kontakt", "width=550,height=430,scrollbars");
	  };
	  
	  function adr_contact(uid) {
	  window.open("contact.cfm?adrid="+uid, "Kontakt", "width=550,height=430,scrollbars");
	  };
	
	  
	 function open_printablepage(page) {	 window.open(page,"printable","toolbar=yes,location=no,directories=no,,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=430") ;
	}    
	
	
	
	
	Shadowbox.init( { 	
						handleOversize: "drag"
						,initialHeight:740
                       , initialWidth:460
                       , loadingImage:"loading.gif"
					   , players:"iframe"
					   ,overlayColor:"#b60606"
					   ,overlayOpacity:0.85
					   
	                       } ); 



function fadeinlayer(targetpage) { 
			Shadowbox.open({
      		content: targetpage,
      		player:  "iframe",
      		height:  740,
      		width:   460
			
			
   			 });
  }

	
	
  
  