function showContent(name) {
	if (name == "hauptsitz") {
		 document.getElementById("filialen").style.display = "none";
		 document.getElementById("filialenButton").style.color = "#000000";
		 document.getElementById("filialenButton").style.backgroundColor = "#e6e6e6";
	
		 document.getElementById("hauptsitz").style.display = "block";
		 document.getElementById("hauptsitzButton").style.color = "#ffffff";
		 document.getElementById("hauptsitzButton").style.backgroundColor = "#c2c2c2";
	} else {
		 document.getElementById("hauptsitz").style.display = "none";
		 document.getElementById("hauptsitzButton").style.color = "#000000";
		 document.getElementById("hauptsitzButton").style.backgroundColor = "#d4d4d4";
	
		 document.getElementById("filialen").style.display = "block";
		 document.getElementById("filialenButton").style.color = "#ffffff";
		 document.getElementById("filialenButton").style.backgroundColor = "#c2c2c2";
	}
}//Ende showContent

function nop(){}

function shop_resize(){
	if(document.getElementById('block_mc')!=null){
		document.getElementById('block_mc').style.width= 100
	}
}//Ende shop_resize()
	
function print_page_hasler(){
	w = window.open("/print.cfm?partnerid=7", "printwindow", "width=900,height=600,left=50,top=50,toolbar=yes,resizable=yes,scrollbars=yes");
	w.focus();
}			

cms_elem = "msgcontainer"
function cms_dyn_load(pUrl, ele){
	cms_elem = ele;
	var request = YAHOO.util.Connect.asyncRequest('GET', pUrl, globalCallback);
}

var global_handleSuccess = function(o){
	document.getElementById(cms_elem).innerHTML = o.responseText
	
}

var global_handleFailure = function(o){
	alert("de haut ned")
}

var globalCallback =
{
	success:global_handleSuccess,
	failure:global_handleFailure,
	argument: { foo:"foo", bar:"bar" }
};

function openCmsGal(id){
	var xmlhttp;
	var gallery_img = new Array();
	var gallery_text = new Array();
	
	if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
		xmlhttp=new XMLHttpRequest();
	} else {// code for IE6, IE5
		xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
	}
	
	xmlhttp.onreadystatechange=function() {
		if (xmlhttp.readyState==4) {
			eval (xmlhttp.responseText);

			var total = gallery_img.length;
			var html = "";
			for (var n=0; n<total; n++) {
				html += "<a id=\"linkgallery" + n + "\" href=\"" + gallery_img[n] + "\" class=\"highslide\" title=\"" + gallery_text[n] + "\" onclick=\"return hs.expand(this, config1)\"></a>\n";
			}
			document.getElementById("gallery").innerHTML = html;
			hs.expand(document.getElementById('linkgallery0'),config1);
			
			//eval ("hs.expand(document.getElementById('linkgallery0'), config1)"); 
		}
	}
			
			xmlhttp.open("GET","/www_immer/pages/dyn/gallery/gallery_ajax.cfm?galId="+id,true);
			xmlhttp.send();
		}	
		
		
		
function css_browser_selector(u){var ua=u.toLowerCase(),is=function(t){return ua.indexOf(t)>-1},g='gecko',w='webkit',s='safari',o='opera',m='mobile',h=document.documentElement,b=[(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3.6')?g+' ff3 ff3_6':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version\/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|\/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('blackberry')?m+' blackberry':is('android')?m+' android':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version\/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?m+' j2me':is('iphone')?m+' iphone':is('ipod')?m+' ipod':is('ipad')?m+' ipad':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win'+(is('windows nt 6.0')?' vista':''):is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js']; c = b.join(' '); h.className += ' '+c; return c;}; css_browser_selector(navigator.userAgent);		
		
		
