// 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					// The time delay for menus to remain visible
followspeed=5					// Follow Scrolling speed
followrate=20					// Follow Scrolling Rate
suboffset_top=0;				// Sub menu offset Top position 
suboffset_left=-1;				// Sub menu offset Left position
effect = "fade(duration=0.3);)" 		// works only for IE5.5 and above
style1=[					// style1 is an array of properties. Menus can have their own style
"FFFFFF",					// Mouse Off Font Color
"4C5C6B",					// Mouse Off Background Color
"FFFFFF",					// Mouse On Font Color
"778C9F",					// Mouse On Background Color
"696969",					// Menu Border Color
10,						    // Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Arial,Helvetica",			// Font Name
0,						// Menu Item Padding
"images/pfeil.gif",				// Sub Menu Image (Leave blank if not needed)
0,						// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,						// Referer Item Font Color (leave blank to disable)
,						// Referer Item Background Color (leave blank to disable)
,						// Top Bar image (Leave blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
]
addmenu(menu=[					// This is the array that contains your menu properties and details
"mainmenu",					// Menu Name - This is needed in order for the menu to be called
119,						// Menu Top - The Top position of the menu in pixels
0,						// Menu Left - The Left position of the menu in pixels
110,						// Menu Width - Menus width in pixels
1,						// Menu Border Width 
"center",						// Screen Position - here you can use "center;left;right;middle;top;bottom" 
style1,						// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"left",						// Alignment - sets the menu elements text alignment, valid here: left, right, center
,						// Filter - Text variable for setting transitional effects on menu activation		
,						// Follow Scrolling
1, 						// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style
,						// Keep Alive - Keeps the menu visible until the user moves over another menu
"right",					// Position of TOP sub image left:center:right
,						// Type of menu use "form" or blank
,						// Right To Left - Used in Hebrew for example.
,						// Open the Menus OnClick - leave blank for OnMouseover
,						// Menu Header Text (only works on Vertical menus)
,						// Reserved for future use
,						// Reserved for future use
,						// Reserved for future use

,"&nbsp;Produkte","show-menu=produkte","/products/index_de.html","",0	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;Referenzen","show-menu=referenzen","/references/index_de.html","",0 
,"&nbsp;Partner","show-menu=partner","/partners/index_de.html","",0
,"&nbsp;Support","show-menu=support","/support/index_de.html","",0
,"&nbsp;Über","show-menu=about","/home/index_de.html","",0
,"&nbsp;Kontakt","show-menu=kontakt","/home/contact_de.html","",0
])

addmenu(menu=["produkte",,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;backupVISUAL für EMC NetWorker","/products/nsr_de.html",,,1
,"&nbsp;backupVISUAL für IBM TSM","/products/tsm_de.html",,,1
,"&nbsp;backupVISUAL für Symantec Backup Exec","/products/bent_de.html",,,1
,"&nbsp;backupVISUAL für Symantec NetBackup","/products/nbu_de.html",,,1
,"&nbsp;Screenshots","/products/screenshots_de.html",,,1
])

addmenu(menu=["referenzen",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Kunden","/references/customers_de.html",,,1
,"&nbsp;Success Stories","/references/successstories_de.html",,,1
])

addmenu(menu=["partner",,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Europa","/partners/europe_de.html",,,1
,"&nbsp;Nord-Amerika","/partners/northamerica_de.html",,,1
,"&nbsp;Asien","/partners/asia_de.html",,,1
,"&nbsp;Australien","/partners/australia_de.html",,,1
])


addmenu(menu=["support",,,148,1,,style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Downloads","/protected/downloads_de.html",,,1
,"&nbsp;Support Kontakt","/protected/contact_de.html",,,1
])


addmenu(menu=["about",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;News","/home/news_de.html",,,1
,"&nbsp;AGITE Software AG","/home/agite_de.html",,,1
,"&nbsp;Events","/home/events_de.html",,,1
,"&nbsp;Newsletter","/home/newsletter_de.html",,,1
,"&nbsp;Jobs","/home/jobs_de.html",,,1
])








//////////////////////////////////

// Editable properties END here //

//////////////////////////////////

dumpmenus() 					// This must be the last line in this file
