// ************************************ SPRECHZEITEN ******************************************************************* //

// Navigation Hover Script 

var originalId;
var isTimeout = false;



function K7DoHover(e)
{

if(e=="theSelectedItem"){}
else 

	{
	 
	 try
		{
		if(document.getElementById("theSelectedItem")){throw 1;}
		else {throw 0;}
		}
		
		catch(a)
		{
		if(a==1)
		
			{
			document.getElementById("theSelectedItem").id = originalId;
			
			}
		
		}
 
	  
	 originalId = document.getElementById(e).id;
	 document.getElementById(e).id = "theSelectedItem";
	
	}



	try
	{
	if(K7WaitUndoHover){throw 1;}
	}
	
	catch(i)
	{
	if(i==1){window.clearTimeout(K7WaitUndoHover);}
	}
	

}

function K7FadeHover()
{
K7WaitUndoHover = window.setTimeout("K7UndoHover()",1500);
}

function K7UndoHover()
{
window.clearTimeout(K7WaitUndoHover);
document.getElementById("theSelectedItem").id = originalId;
}




//****************************               STANDARDS  Steuert die Druckversion an
function K7Printversion()
{

	if(document.layers)
	{alert("Diese Funktion steht bei Netscape Browsern leider erst ab der Version 6 zur Verfügung")}
	else
	{printwindow = window.open('printcontainer.htm','printwindow','menubar=yes,scrollbars=yes,width=950,height=800,left=0,top=0,resizable=yes');printwindow.focus();}

}

//*** Open Window

function k7openwindow()
{
var showimprint = window.open('','showimprint','width=340,height=500,left=250,top=200,resizable=yes');
showimprint.focus();

}

function openWin(url,swidth,sheight) 
{
flyout=window.open(url,'Popup','resizable=yes,scrollbars=yes,width='+swidth+',height='+sheight+',top=30,left=100');
flyout.focus();
}


//**************************** GA ***********************************************************
/*
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'ID EINTRAGEN']);
  _gaq.push(['_gat._anonymizeIp']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

*/

