logoHeight=0;
topColor=''
bottomColor=''
subMenus = new Array()
spacing = 10;
site = "elstrud.de"
home = "home.php5";
subMargin = 0.25
stretch = 0
menuId = "main"
padMain = 1
menuWidth = 0.88
debugging = 0
colorOffline ="rgb(180,180,180)"
colorOnline='#000060';
editWin = 0
edit = 0
function editWindow(url){
	if(!editWin){
		editWin = window.open(url, 'editWindow',  'width=600,height=480,left=0,top=50,scrollbars=yes');
	}
	else {
		editWin.location.href=url;
		editWin.focus()
	}
}