// JavaScript Document

//alert(navigator.userAgent);


// frameJammer_hp v3.2.2
//if (window.name!='mainFrame' && window.name!='booker_'
//		 && !((self.innerHeight == 0) && (self.innerWidth == 0)))
//         top.location.replace('http://www.zen-leadership.de');
// frameJammer_hp End

//if(!parent.frames['bottomFrame']){
//	top.location.href='http://www.zen-leadership.com';
//}

// SOUND
function switchsound(){
	if(parent.frames['bottomFrame'].location.href.indexOf('_aus')>0){
		switchsound_on();
	}else{
		switchsound_off();
	}
}

function switchsound_on(){
	document.getElementById('speaker').style.backgroundImage='url(bgsound/soundon.gif)';
	parent.frames['bottomFrame'].location.href='bgsound/index.php';
}

function switchsound_off(){
	document.getElementById('speaker').style.backgroundImage='url(bgsound/soundoff.gif)';	
	parent.frames['bottomFrame'].location.href='bgsound/index_aus.php';
}

function wiederherstellen(){
	var status=document.sound.status.value;
	if(status=='1'){
		switchsound_on();
	}
}


// Mouseover Effects
// JS function for mouse-over
function over(name,imgObj) { //
	if (document[name]) {document[name].src = eval(name+"_h.src");}
	else if (typeof(document.getElementById)=="function" && document.getElementById(name)) {document.getElementById(name).src = eval(name+"_h.src");}
	else if (imgObj) {imgObj.src = eval(name+"_h.src");}
}
// JS function for mouse-out
function out(name,imgObj) { //
	if (document[name]) {document[name].src = eval(name+"_n.src");}
	else if (typeof(document.getElementById)=="function" && document.getElementById(name)) {document.getElementById(name).src = eval(name+"_n.src");}
	else if (imgObj) {imgObj.src = eval(name+"_n.src");}
}
