/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	                   *
*	For info write to menus@burmees.nl		                           *
*	You may remove all comments for faster loading	                           *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#FEFEFE';			// Background color when mouse is not over
	var LowSubBgColor='#F8FAFF';			// Background color when mouse is not over on subs
	var HighBgColor='#E8E8E7';			// Background color when mouse is over
	var HighSubBgColor='#2648B7';			// Background color when mouse is over on subs
	var FontLowColor='#282828';			// Font color when mouse is not over
	var FontSubLowColor='#282828';			// Font color subs when mouse is not over
	var FontHighColor='#2828B8';			// Font color when mouse is over
	var FontSubHighColor='#EBEBFF';			// Font color subs when mouse is over
	var BorderColor='#4a4a48';			// Border color
	var BorderSubColor='#4a4a48';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="tahoma,arial,helvetica,verdana,sans-serif,sans"
//	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='';				// Frame where first level appears
	var SecLineFrame='';				// Frame where sub levels appear
	var DocTargetFrame='';				// Frame where target documents appear
	var TargetLoc='divMenu';			// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri_rigth.gif',5,10,'tri_down.gif',10,5,'tri_left.gif',5,10];	// Arrow source, width and height

if(navigator.userAgent.indexOf("Linux")>-1) FontSize+=2;

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("News","javascript:loadSource('news.htm')","images/backtab.gif",8,17,80);
	Menu1_1=new Array("2009","javascript:loadSource('news_09.htm')","",0,20,80);	
	Menu1_2=new Array("2008","javascript:loadSource('news_08.htm')","",0);	
	Menu1_3=new Array("2007","javascript:loadSource('news_07.htm')","",0);	
	Menu1_4=new Array("2006","javascript:loadSource('news_06.htm')","",0);	
	Menu1_5=new Array("2005","javascript:loadSource('news_05.htm')","",0);	
	Menu1_6=new Array("2004","javascript:loadSource('news_04.htm')","",0);	
	Menu1_7=new Array("2003","javascript:loadSource('news_03.htm')","",0);	
	Menu1_8=new Array("archived","javascript:loadSource('news_old.htm')","",0);	

Menu2=new Array("DevMaster-Boards","","images/backtab.gif",6,20,140);
	Menu2_1=new Array("ATMega128_DevMaster","javascript:loadSource('ATMega128_DevMaster.htm')","",0,20,160);	
	Menu2_2=new Array("SAM7Sxx_DevMaster","javascript:loadSource('SAM7Sxx_DevMaster.htm')","",0);	
	Menu2_3=new Array("SAM7XCxx_DevMaster","javascript:loadSource('SAM7XCxx_DevMaster.htm')","",0);	
	Menu2_4=new Array("LPC236x_DevMaster","javascript:loadSource('LPC236x_DevMaster.htm')","",0);	
	Menu2_5=new Array("SAM7SExx_DevMaster","javascript:loadSource('SAM7SExx_DevMaster.htm')","",0);	
	Menu2_6=new Array("> Restbestände / remaining stock","","",2,35);	
		Menu2_6_1=new Array("DevMaster boards","javascript:loadSource('pC_DevMaster.htm')","",0,20,150);	
		Menu2_6_2=new Array("Chips / elecronic parts","javascript:loadSource('pC_parts.htm')","",0);	

Menu3=new Array("RTOS","","images/backtab.gif",2,20,90);
	Menu3_1=new Array("pC/OS","","",8,20,90);
		Menu3_1_1=new Array("pC/...	modul overview","javascript:loadSource('pcover.htm')","",0,20,175);
		Menu3_1_2=new Array("pC/OS	Kernel","","",2);
			Menu3_1_2_1=new Array("Source-Code","javascript:loadSource('pcos.htm')","",0,20,120);
			Menu3_1_2_2=new Array("Reference-Manual","javascript:loadSource('pcos_ref.htm')","",0);
		Menu3_1_3=new Array("pC/TFS	TiniFileSystem","","",2);
			Menu3_1_3_1=new Array("Source-Code","javascript:loadSource('pctfs.htm')","",0,20,120);
            		Menu3_1_3_2=new Array("Reference-Manual","javascript:loadSource('pctfs_ref.htm')","",0);
        	Menu3_1_4=new Array("pC/FAT	FAT-FileSystem","","",1);
			Menu3_1_4_1=new Array("special -> MMC/SD-ports","javascript:loadSource('pcfat_port.htm')","",0,20,160);
        	Menu3_1_5=new Array("pC/FFS	FlashFileSystem","","",1);
			Menu3_1_5_1=new Array("special -> MMC/SD-ports","javascript:loadSource('pcfat_port.htm')","",0,20,160);
        	Menu3_1_6=new Array("pC/MEM	small Manager","","",2);
			Menu3_1_6_1=new Array("Source-Code","javascript:loadSource('pcmem.htm')","",0,20,120);
			Menu3_1_6_2=new Array("Reference-Manual","javascript:loadSource('pcmem_ref.htm')","",0);
		Menu3_1_7=new Array("pC/LZFG	Decompressor","","",2);
			Menu3_1_7_1=new Array("Source-Code","javascript:loadSource('pclzfg.htm')","",0,20,120);
			Menu3_1_7_2=new Array("Reference-Manual","javascript:loadSource('pclzfg_ref.htm')","",0);
		Menu3_1_8=new Array("... cutted - sorry ...","","images/bg_pass.gif",0);

	Menu3_2=new Array("Nucleus","","",2);
		Menu3_2_1=new Array("Nucleus Plus","javascript:loadSource('nucleus.htm')","",0,20,120);
		Menu3_2_2=new Array("Nucleus File","javascript:loadSource('nucleus_file.htm')","",0);

Menu4=new Array("Protocols","","images/backtab.gif",9,20,90);
	Menu4_1=new Array("USB","javascript:loadSource('proto-usb.htm')","",0,20,90);
	Menu4_2=new Array("RNDIS","javascript:loadSource('proto-rndis.htm')","",0,20,90);
	Menu4_3=new Array("TCP/IP","","",6);
		Menu4_3_1=new Array("ARP","javascript:loadSource('proto-arp.htm')","",0,20,90);
		Menu4_3_2=new Array("IP","javascript:loadSource('proto-ip.htm')","",0);
		Menu4_3_3=new Array("TCP","javascript:loadSource('proto-tcp.htm')","",0);
		Menu4_3_4=new Array("UDP","javascript:loadSource('proto-udp.htm')","",0);
		Menu4_3_5=new Array("ICMP","javascript:loadSource('proto-icmp.htm')","",0);
		Menu4_3_6=new Array("SLIP","javascript:loadSource('proto-slip.htm')","",0);
	Menu4_4=new Array("HTTP","javascript:loadSource('proto-http.htm')","",0);
	Menu4_5=new Array("FTP","javascript:loadSource('proto-ftp.htm')","",0);
	Menu4_6=new Array("HDLC","","",2);
		Menu4_6_1=new Array("LAPB","javascript:loadSource('proto-lapb.htm')","",0,20,90);
		Menu4_6_2=new Array("LAPD","javascript:loadSource('proto-lapd.htm')","",0);
	Menu4_7=new Array("X25","","",2);
		Menu4_7_1=new Array("base","javascript:loadSource('proto-x25.htm')","",0,20,90);
		Menu4_7_2=new Array("add. Info's","javascript:loadSource('proto-x25_add.htm')","",0);
	Menu4_8=new Array("VT100","javascript:loadSource('proto-vt100.htm')","",0);
	Menu4_9=new Array("X-Modem","javascript:loadSource('proto-xmdm.htm')","",0);

Menu5=new Array("Archiv","javascript:loadSource('archiv.htm')","images/backtab.gif",0,20,80);

Menu6=new Array("Links","javascript:loadSource('links.htm')","images/backtab.gif",0,20,80);

Menu7=new Array("Books","javascript:loadSource('books.htm')","images/backtab.gif",0,20,80);

Menu8=new Array("Guestbook","javascript:loadSource('gaestebuch.htm')","images/backtab.gif",0,20,80);

Menu9=new Array("Forum","javascript:loadSource('forum.htm')","images/backtab.gif",0,20,80);

