sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);// JavaScript Document


function hideInputInlineLabel(obj,label){if(obj.value==label){obj.value='';}}
function showInputInlineLabel(obj,label){if(obj.value==''){obj.value=label;}}
function changeLocation(url){var siteURL=document.location.href;if(url.substr(0,1)=='_'){window.open(url.substr(1));}else if(url=="switchLang"&&siteURL.indexOf('/xxl/de')!=-1){document.location.href=siteURL.replace("/xxl/de","/xxl/en");}else if(url=="switchLang"&&siteURL.indexOf('/xxl/en')!=-1){document.location.href=siteURL.replace("/xxl/en","/xxl/de");}else if(url=="switchLang"&&siteURL.indexOf('/146619sy,de')!=-1){document.location.href=siteURL.replace("/146619sy,de","/146619sy,en").replace("_lang,de","_lang,en");}else if(url=="switchLang"&&siteURL.indexOf('/146619sy,en')!=-1){document.location.href=siteURL.replace("/146619sy,en","/146619sy,de").replace("_lang,en","_lang,de");}else if(url=="switchLang"&&siteURL.indexOf('/146619sy,en')==-1){document.location.href='http://www.tirol.at/xxl/en/index.html';}else{document.location.href=url;}}
function checkInput(obj,value){obj.checked=value;}
