
// Milonic DHTML Menu version 3.2.0
// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled.


timegap=500			        // time delay default:500
followspeed=5				// Follow Scrolling speed
followrate=20				// Follow Scrolling Rate
suboffset_top=6;			// Sub menu offset Top position 
suboffset_left=12;			// Sub menu offset Left position

effect = "" 				// Special effect string for IE5.5 

style1=[					// array of properties
"ffffff",					// Mouse Off Font Color
"a3a3a5",					// Mouse Off BGColor
"ffffff",					// Mouse On Font Color
"767676",					// Mouse On BGColor
"b6b6b6",					// Menu Border Color
11,						// Font Size
"normal",					// Font Style 
"bold",						// Font Weight
"arial,verdana,Helvetica",			// Font Name
3,						// Menu Item Padding
,						// Sub Menu Image: Leave blank
0,						// 3D Separator bar
"000000",					// 3D High Color
"000099",					// 3D Low Color
"333300",					// Referer Item Font Color (blank to disable)
"009900",					// Referer Item Background Color (blank to disable)
,						// Top Bar image (blank to disable)
,						// Menu Header Font Color blank if headers not needed)
,						// Menu Header Background Color blank if headers not needed)
]


addmenu(menu=[					// array for details
"mainmenu",					// Menu Name
0,						// Top position
150,						// Left position
83,						// Menu Width
1,						// Menu Border Width 
,						// Screen Position
style1,						// Properties Array
1,						// Always Visible
"center",					// Alignment
,						// Filter
,						// Follow Scrolling
1, 						// Horizontal Menu
,						// Keep Alive
"right",					// Position of TOP sub image
,						// Type of menu
,						// Right To Left
,						// Open the Menus OnClick - leave blank for OnMouseover
,						// ID of the div you want to hide on MouseOver
,						// Reserved for future use
,						// Reserved for future use
,						// Reserved for future use
,"Home","show-menu=home",,,1		        // Menu Text, URL, Alternate URL, Status, Separator Bar
,"Club300","show-menu=club300",,"",1
,"Birdcall","show-menu=birdcall",,"",1
,"Alerts","show-menu=alerts",,"",1
,"Gallery","show-menu=gallery",,"",1
,"Audio","show-menu=birdlists",,"",1
,"Publications","show-menu=publications",,"",1
,"Books","show-menu=books",,"",1
,"Links","show-menu=links",,"",1
])


addmenu(menu=["home",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Home","start/index.php target=main",,,1
,"Kontakt","start/team.html target=main",,,1
,"Anmelden","members/join.html target=main",,,1
,"Club-Kodex","articles/000_codex/index.html target=main",,,1
])

addmenu(menu=["club300",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Club-Forum","forum/forum.php target=main",,,1
,"ID-Forum","gallery/idforum.php target=main",,,1
,"Ranking","ranking/frame.php target=main",,,1
,"Members Login","members/frame.php target=main",,,1
])

addmenu(menu=["birdcall",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Birdcall Mail","birdcall_mail/frame.php target=main",,,1
,"Birdcall SMS","birdcall_sms/index.php target=main",,,1
])

addmenu(menu=["alerts",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Rarities Germany","alerts/frame.php target=main",,,1
,"Maps: Alerts","maps1/index.php target=main",,,1
])

addmenu(menu=["gallery",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Gallery Germany","gallery/frame.php?gal=1&cat=1 target=main",,,1
,"Gallery WP","gallery/frame.php?gal=2&cat=1 target=main",,,1
,"Gallery Forum","gallery/forum.php target=main",,,1
,"Bird of the Month","calendar/frame.php target=main",,,1
])

addmenu(menu=["birdlists",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Audio Gallery","audio/frame.php target=main",,,1
])

addmenu(menu=["publications",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Articles","articles/index.html target=main",,,1
,"Birdlist Germany","birdlist/birdlist_de.html target=main",,,1
,"Birdlist WP","birdlist/birdlist_wp.html target=main",,,1
,"Birdlist Updates","birdlist/updates08.html target=main",,,1
])

addmenu(menu=["books",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"New Books","books/frame.html target=main",,,1
,"Second Hand","board/board.php target=main",,,1
])

addmenu(menu=["links",,,109,1,"",style1,,"left",effect,,,,,,,,,,,,
,"WP-Alerts","links/alerts.html target=main",,,1
,"WP-Galleries","links/galleries.html target=main",,,1
,"EuroTwitch","eurotwitch target=new",,,1
])


dumpmenus() 