//
//
// Ausgelagerte Menünavigation für den linken Frame //
//
// Copyright Christian Ziem 2005-2008      	


var menueID=0;

function schreib(x)
{
		switch(x)
		{
		// Startseite
		case 0:	
		mainFrame.location.href="left.html";
		menueID=0;
		break;

		// Produktsuche
		case 1:	
		mainFrame.location.href="../left_01.html";
		menueID=6;
		break;		

		// Produkte
		case 2:	
		mainFrame.location.href="left_01.html";
		menueID=6;
		break;

		// Zeiterfassung
		case 22:	
		mainFrame.location.href="../left_02.html";
		menueID=1;
		break;

		// Zutrittskontrolle
		case 23:	
		mainFrame.location.href="../left_04.html";
		menueID=2;
		break;

		// Betriebsdaten
		case 24:	
		mainFrame.location.href="../left_07.html";
		menueID=1;
		break;

		// Stempeluhren
		case 21:	
		mainFrame.location.href="../left_03.html";
		menueID=5;
		break;

		// Zubehör
		case 26:	
		mainFrame.location.href="../left_08.html";
		menueID=4;
		break;

		// Besuchererfassung
		case 25:	
		mainFrame.location.href="../left_06.html"; 
		menueID=2;
		break;

                // Zubehör
		case 27:	
		mainFrame.location.href="../left_08.html";
		menueID=5;
		break;
		
		// Zeiterfassungsshop
		case 28:	
		mainFrame.location.href="../left_02.html";
		menueID=3;
		break;
	}
	warenkorb.RollOver();
}

//
//
// Ausgelagerte Suchfunktion für Zeiterfassung & Zutrittskontrolle //
//
// Copyright Christian Ziem 2005-2008 

var Z_Identifikation=10;
var Z_Auswertung=10;
var A_Identifikation=10;
var A_Auswertung=10;
var Kategorie="";
