// 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;Home","show-menu=home","/home/index_en.html","",0
,"&nbsp;Products","show-menu=products","/products/index_en.html","",0	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;References","show-menu=references","/references/index_en.html","",0 
,"&nbsp;Partners","show-menu=partners","/partners/index_en.html","",0
,"&nbsp;Support","show-menu=support","/support/index_en.html","",0
,"&nbsp;About","show-menu=about","/home/index_en.html","",0
,"&nbsp;Contact","show-menu=contact","/home/contact_en.html","",0
])
addmenu(menu=["home",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
])

addmenu(menu=["products",,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;backupVISUAL","/products/nsr_en.html",,,1
,"&nbsp;Why backupVISUAL?","/home/why_backup.html",,,1
,"&nbsp;What's New In Ver 2.3","/products/bv230_en.html",,,1
,"&nbsp;What's New In Ver 2.4","/products/bv240_en.html",,,1
,"&nbsp;Performance Overview","/products/performance_overview.html",,,1
,"&nbsp;backupVISUAL Architecture","/products/program_design.html",,,1
,"&nbsp;Supported Platforms","/products/supported_platforms.html",,,1
//,"&nbsp;backupVISUAL for EMC NetWorker","/products/nsr_en.html",,,1
//,"&nbsp;backupVISUAL for IBM TSM","/products/tsm_en.html",,,1
//,"&nbsp;backupVISUAL for Symantec Backup Exec","/products/bent_en.html",,,1
//,"&nbsp;backupVISUAL for Symantec NetBackup","/products/nbu_en.html",,,1
//,"&nbsp;Screenshots","/products/screenshots_en.html",,,1
])

addmenu(menu=["references",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Customers","/references/customers_en.html",,,1
,"&nbsp;Success Stories","/references/successstories_en.html",,,1
])

addmenu(menu=["partners",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Europe","/partners/europe_en.html",,,1
,"&nbsp;North America","/partners/northamerica_en.html",,,1
,"&nbsp;Asia","/partners/asia_en.html",,,1
,"&nbsp;Australia","/partners/australia_en.html",,,1
])

addmenu(menu=["support",,,125,1,,style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Downloads","/protected/downloads_en.html",,,1
,"&nbsp;Support Contact","/protected/contact_en.html",,,1
])


addmenu(menu=["about",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;News","/home/news_en.html",,,1
,"&nbsp;AGITE Software AG","/home/agite_en.html",,,1
,"&nbsp;Events","/home/events_en.html",,,1
,"&nbsp;Newsletter","/home/newsletter_en.html",,,1
,"&nbsp;Jobs","/home/jobs_en.html",,,1
])




//////////////////////////////////

// Editable properties END here //

//////////////////////////////////

dumpmenus() 					// This must be the last line in this file

