window.onload=outLinks;function popPic(o){	popwide=screen.availWidth<1025?screen.availWidth*0.95:880;	pophigh=screen.availHeight<769?screen.availHeight*0.95:655;	p(o.href,'grafik',popwide,pophigh,'resizable=1,scrollbars=1');	return false;}function datenblatt(o){	return p(o.href,'datenblatt',660,560,'scrollbars=1');}function feedbackform(o){	//	popup for feedback form on feedbacker.ch; parameters defined at http://www.grindelwald.com/summer-de.php?frameset=27	//	cr 10.08.2005 mh	return p(o.href,'feedbackform',550,475,'location=0,menubar=0,resizable=0,scrollbars=0,status=1,titlebar=1,toolbar=0');}var GGM={	banner:function(imgsrc,linkto,w,h,x,y,centred,appendTo){		//GGM.banner("/media/banner/banner_felix_inner_<%=_request{"lang"}%>.png","http://"+self.location.hostname+"/sommer/wandern/felix/","260px","87px",520,0,false,document.getElementById("container"));		var link=document.createElement("A");		link.href=linkto;		link.className="banner";		link.style.width=w;		link.style.height=h;		if(x!=0){link.style.left=x+"px";}		if(y!=0){link.style.top=y+"px";}		link.style.height=h;		var img=document.createElement("IMG");		img.src=imgsrc;		link.appendChild(img);		var parentObject=appendTo?appendTo:document.getElementsByTagName("BODY")[0];		parentObject.appendChild(link);		if(centred){centreMe(link.id,"h");}	},	centreMe:function(oIn,mode){		if(document.getElementById){			oWin=new clientwindow();			var oIn=oIn?((typeof oIn).toLowerCase()=="object")?oIn:document.getElementById(oIn):null;			if(oIn){				if(!mode){mode="xy"}				newX=(parseInt(parseInt(oWin.w,10)-oIn.offsetWidth)/2,10);				newY=(parseInt(parseInt(oWin.h,10)-oIn.offsetHeight)/2,10);				switch(mode){					case "x":						oIn.style.left=newX>0?newX+"px":"0px";						break;					case "y":						oIn.style.top=newY>0?newY+"px":"0px";						break;					default:						oIn.style.left=newX>0?newX+"px":"0px";						oIn.style.top=newY>0?newY+"px":"0px";						break;				}				if(oIn.style.visibility!="visible"){oIn.style.visibility="visible";}				setTimeout("centreMe('"+oIn.id+"','"+mode+"')",5);			}		}	},	mapshow:function(o){		document.getElementById(o.id+'_r').style.display='block';	},	maphide:function(o){		document.getElementById(o.id+'_r').style.display='none';	},	GoogleMap:{		Marker:function(o,x,y){			point=new GLatLng(x,y);			oMarker=new GMarker(point);			o.addOverlay(oMarker);			return oMarker;		},		initMap:function(map_object,x,y,zoom){			if(x&&y&&zoom){				map_object.reCentre=function(){map_object.setCenter(new GLatLng(x,y),zoom)}				map_object.addMapType(G_PHYSICAL_MAP);				map_object.addControl(new GMapTypeControl());				map_object.addControl(new GLargeMapControl());				map_object.reCentre();			}		}			}}