var frame_leerOben, frame_leerLinks, frame_leerRechts, frame_leerUnten, txt;
var swapTemp = new Image();
var fensterHoehe;
var message="";
function clickIE()
  {
  if (document.all)
    {
    (message);return false;
    }
  }
function clickNS(e)
  {
  if (document.layers||(document.getElementById&&!document.all))
    {
    if (e.which==2||e.which==3)
      {
      (message);return false;
      }
    }
  }
if (document.layers) 
  {
  document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;
  }
else
  {
  document.onmouseup=clickNS;document.oncontextmenu=clickIE;
  }

document.oncontextmenu=new Function("return false")

/* Disable right click script III- By Renigade (renigade@mediaone.net)
   For full source code, visit http://www.dynamicdrive.com            */
//--> 

function initBlau() {
/*	if (document.layers) {
		parent.frames['leerOben'].location.href="../leer_blau.htm";
		parent.frames['leerLinks'].location.href="../leer_blau.htm";
		parent.frames['leerRechts'].location.href="../leer_blau.htm";
		parent.frames['leerUnten'].location.href="../leer_blau.htm";
	}
	if (document.all) {
		parent.leerOben.location.href = "../leer_blau.htm";
		parent.leerLinks.location.href="../leer_blau.htm";
		parent.leerRechts.location.href="../leer_blau.htm";
		parent.leerUnten.location.href="../leer_blau.htm";
	}
 	if (document.getElementById) {
		parent.frames['leerOben'].location.href="../leer_blau.htm";
		parent.frames['leerLinks'].location.href="../leer_blau.htm";
		parent.frames['leerRechts'].location.href="../leer_blau.htm";
		parent.frames['leerUnten'].location.href="../leer_blau.htm";
	} */
}

function showDIV(tempDIV) { 
	if (document.layers) {txt = "ns_changeDIV('" + tempDIV + "')";eval(txt);}
	if (document.all) {txt = "ie_changeDIV('" + tempDIV + "')";eval(txt);}
	if (document.getElementById) {txt = "dom_changeDIV('" + tempDIV + "')";eval(txt);}
}

function showSubRestore() { 
	if (document.layers) {txt = "ns_changeDIV('" + document.navLast + "')";eval(txt);}
	if (document.all) {txt = "ie_changeDIV('" + document.navLast + "')";eval(txt);}
	if (document.getElementById) {txt = "dom_changeDIV('" + document.navLast + "')";eval(txt);}
}

function ie_changeDIV(tempDIV) {
	if (top.indexSoulworks.soulworksMinimenu) {
		top.indexSoulworks.soulworksPreise01.style.visibility="hidden";
		top.indexSoulworks.soulworksText01.style.visibility="hidden";
		top.indexSoulworks.soulworksBestellung01.style.visibility="hidden";
		txt = "top.indexSoulworks." + tempDIV + ".style.visibility='visible'";
		eval(txt);
	}
}

function ns_changeDIV(tempDIV) {
	if (top.frames['indexSoulworks'].document.soulworksMinimenu) {
		top.frames['indexSoulworks'].document.soulworksPreise01.visibility='hide';
		top.frames['indexSoulworks'].document.soulworksText01.visibility='hide';
		top.frames['indexSoulworks'].document.soulworksBestellung01.visibility='hide';
		txt = "top.frames['indexSoulworks'].document." + tempDIV + ".visibility='show'";
		eval(txt);
	}
} 

function dom_changeDIV(tempDIV) {
	if (top.frames['indexSoulworks'].document.getElementById("soulworksMinimenu")) {
		top.frames['indexSoulworks'].document.getElementById("soulworksPreise01").style.visibility = 'hidden';
		top.frames['indexSoulworks'].document.getElementById("soulworksText01").style.visibility = 'hidden';
		top.frames['indexSoulworks'].document.getElementById("soulworksBestellung01").style.visibility = 'hidden';
		txt = "top.frames['indexSoulworks'].document.getElementById('" + tempDIV + "').style.visibility = 'visible'";
		eval(txt);
	}
} 

function swapDynTag(swapTag,swapBild) {
	if (document.all) {
		txt = "swapTemp = document." + swapTag + ".src";
		eval(txt);
		txt = "document." + swapTag + ".src='" + swapBild + "'";
		eval(txt);
	}
	else if (document.layers) {
		txt = "swapTemp = document." + swapTag + ".src";
		eval(txt);
		txt = "document." + swapTag + ".src='" + swapBild + "'";
		eval(txt);
	}
	else if (document.getElementById) {
		txt = "swapTemp = document.getElementById('" + swapTag + "').src";
		eval(txt);
		txt = "document.getElementById('" + swapTag + "').src='" + swapBild + "'";
		eval(txt);
	}
}

function restoreDynTag(swapTag) {
	if (document.all) {
		txt = "document." + swapTag + ".src= swapTemp";
		eval(txt);
	}
	else if (document.layers) {
		txt = "document." + swapTag + ".src= swapTemp";
		eval(txt);
	}
	else if (document.getElementById) {
		txt = "document.getElementById('" + swapTag + "').src= swapTemp";
		eval(txt);
	}

}
function hideSpecial(divType) { 
	if (document.getElementById) {
		document.getElementById('SpecialHG').style.visibility='hidden';
		document.getElementById('Special').style.visibility='hidden';
		}
	else if (document.all) {
		document.all.SpecialHG.style.visibility='hidden';
		document.all.Special.style.visibility='hidden';
		}
	else if (document.layers) {
		document.SpecialHG.visibility='hide';
		document.Special.visibility='hide';
		}
}

function showSpecial() { 
	hideCopyright();
	if (document.getElementById) {
		document.getElementById('SpecialHG').style.visibility='visible';
		document.getElementById('Special').style.visibility='visible';
		}
	else if (document.all) {
		document.all.SpecialHG.style.visibility='visible';
		document.all.Special.style.visibility='visible';
		}
	else if (document.layers) {
		document.SpecialHG.visibility='visible';
		document.Special.visibility='visible';
		}
}

function hideCopyright() { 
	if (document.getElementById) {
		document.getElementById('CopyrightHG').style.visibility='hidden';
		document.getElementById('Copyright').style.visibility='hidden';
		}
	else if (document.all) {
		document.all.CopyrightHG.style.visibility='hidden';
		document.all.Copyright.style.visibility='hidden';
		}
	else if (document.layers) {
		document.CopyrightHG.visibility='hide';
		document.Copyright.visibility='hide';
		}
}

function showCopyright() { 
	hideSpecial();
	if (document.getElementById) {
		document.getElementById('CopyrightHG').style.visibility='visible';
		document.getElementById('Copyright').style.visibility='visible';
		}
	else if (document.all) {
		document.all.CopyrightHG.style.visibility='visible';
		document.all.Copyright.style.visibility='visible';
		}
	else if (document.layers) {
		document.CopyrightHG.visibility='visible';
		document.Copyright.visibility='visible';
		}
}

