//Hauptnavigation
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

//Gaestebuch und Fotogalerie
function showFlash(film, version)
{
	var flashvars = {};
	var params = {wmode:"transparent"};
	var attributes = {};
	swfobject.embedSWF('flash/'+film, 'flashcontent', '980', '540', version+'.0.0', 'lib/expressInstall.swf', flashvars, params, attributes);
}

//Flash- und Content-Layer bei FAQ und Angeboten
var active;
var activeIndex;

function show(id,breite,hoehe,topElement)
{
	for(i=0;i<=topElement;i++)
	{
		document.getElementById('text'+i).style.display="none";
		//document.getElementById('content'+i).style.display="none";
		document.getElementById('button'+i).style.color="#000";
	}
	document.getElementById('text'+id).style.display="block";
	//document.getElementById('content'+id).style.display="block";
	document.getElementById('button'+id).style.color="#FFF";
	//var flashvars = {};
	//var params = {wmode:"transparent"};
	//var attributes = {};
	//swfobject.embedSWF('flash/flash'+id+'.swf', 'flash'+id, breite, hoehe, '8.0.0', 'lib/expressInstall.swf', flashvars, params, attributes);
	active=id;
}

function showSimple(id,topElement)
{
	for(i=0;i<=topElement;i++)
	{
		document.getElementById('text'+i).style.display="none";
		document.getElementById('button'+i).style.color="#000";
	}
	document.getElementById('text'+id).style.display="block";
	document.getElementById('button'+id).style.color="#FFF";
	active=id;
}

//Unternavigation bei FAQs und Angeboten
function over(id)
{
	document.getElementById('button'+id).style.color="#FFF";
}
function out(id)
{	
	if(active!=id)
	{
		document.getElementById('button'+id).style.color="#000";
	}
}

//Startseite
function showIndex(id,topElement)
{
	for(i=0;i<=topElement;i++)
	{
		document.getElementById('text'+i).style.display="none";
		document.getElementById('link'+i).style.backgroundPosition="0px 0px";
	}
	document.getElementById('text'+id).style.display="block";
	document.getElementById('link'+id).style.backgroundPosition="0px 50px";
	activeIndex=id;
}
function overIndex(id)
{
	document.getElementById('link'+id).style.cursor="pointer";
	document.getElementById('link'+id).style.backgroundPosition="0px 50px";
}

function outIndex(id)
{	
	if(activeIndex!=id)
	{
		document.getElementById('link'+id).style.cursor="default";
		document.getElementById('link'+id).style.backgroundPosition="0px 0px";
	}
}
function start()
{
	var flashvars = {};
	var params = {wmode:"transparent"};
	var attributes = {};
	swfobject.embedSWF('flash/textani_schoenheit.swf', 'schoenheit', '132', '33', '7.0.0', 'lib/expressInstall.swf', flashvars, params, attributes);
	swfobject.embedSWF('flash/textani_ruhe.swf', 'ruhe', '72', '33', '7.0.0', 'lib/expressInstall.swf', flashvars, params, attributes);
	swfobject.embedSWF('flash/textani_sinnlichkeit.swf', 'sinnlichkeit', '159', '33', '7.0.0', 'lib/expressInstall.swf', flashvars, params, attributes);
}
function start_en()
{
	var flashvars = {};
	var params = {wmode:"transparent"};
	var attributes = {};
	swfobject.embedSWF('flash/textani_beauty.swf', 'schoenheit', '92', '38', '7.0.0', 'lib/expressInstall.swf', flashvars, params, attributes);
	swfobject.embedSWF('flash/textani_tranquility.swf', 'ruhe', '149', '45', '7.0.0', 'lib/expressInstall.swf', flashvars, params, attributes);
	swfobject.embedSWF('flash/textani_sensuality.swf', 'sinnlichkeit', '136', '45', '7.0.0', 'lib/expressInstall.swf', flashvars, params, attributes);
}
function weiter()
{
	document.getElementById('texte').style.display="none";
	document.getElementById('weiter').style.display="none";
	document.getElementById('links').style.display="none";
	document.getElementById('layout').style.backgroundImage="url(graph/bg_linie.gif)";
	showFlash('intro.swf', '8');
}
function weiter_en()
{
	document.getElementById('texte').style.display="none";
	document.getElementById('weiter').style.display="none";
	document.getElementById('links').style.display="none";
	document.getElementById('layout').style.backgroundImage="url(graph/bg_linie.gif)";
	showFlash('intro_en.swf', '8');
}

