

function zwei(url1,url2)  {
	parent.titel.location.href= url1;
	parent.main.location.href= url2;
	}





	

NS4 = (document.layers); 
IE4 = (document.all); 
ver4 = (NS4 || IE4); 
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1); 
isMac = (navigator.appVersion.indexOf("Mac") != -1); 
isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac)); 

function popUp(){return}; 
function popDown(){return}; 

if (!ver4) event = null; 




if (isMenu) { 
	menuVersion = 3; 
	menuWidth = 120; 
	childOverlap = 7; 
	childOffset = 5; 
	perCentOver = null; 
	secondsVisible = .7; 

	fntCol = "#FFFFFF"; 
	fntSiz = "10"; 
	fntBold = false; 
	fntItal = false; 
	fntFam = "Arial,Helvetica"; 

	backCol = "#005090"; 
	overCol = "#000066"; 
	overFnt = "#FFFFFF"; 

	borWid = 1; 
	borCol = "#FFFFFF"; 
	borSty = "solid"; 
	itemPad = 1; 

	imgSrc = "pfeil.gif"; 
	imgSiz = 16; 

	separator = 1; 
	separatorCol = "#FFFFFF"; 

	isFrames = true; // <-- IMPORTANT 
	navFrLoc = "top"; // <-- frameset-specific 
	mainFrName = "main"; // <-- variables 
	
	keepHilite = true; 
	clickStart = false; 
	clickKill = false; 
} 




