// Milonic DHTML Menu version 3.1
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.

// 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


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Pixelate(MaxSquare=50, duration=0.6);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}

style1=[					// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",						// Mouse Off Font Color
"90C0EE",					// Mouse Off Background Color
"eeeeff",					// Mouse On Font Color
"829DD2",						// Mouse On Background Color
"111111",					// Menu Border Color 
"12px",						// Font Size in pixels
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica, sans-serif;",	// Font Name
4,							// Menu Item Padding
"",							// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"FFCC00",					// Referer Item Font Color (leave this blank to disable)
"939493",					// Referer Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"oranged",					// Menu Header Font Color (Leave blank if headers are not needed)
"003366",					// Menu Header Background Color (Leave blank if headers are not needed)
"",							// Referer Item String Addition (leave this blank to disable)
]

/*addmenu(menu=["menu1",			// this is the array that contains your menu properties and details
160,								// Top
10,									// left
100,								// Width
1,									// Border Width
"",									// Screen Position - here you can use "center;middle;right"
hlp,								// Properties Array - as above
1,									// Always Visible - allows the menu item to be visible at all time
"left",								// Alignment - sets the menu elements alignment, HTML values are valid here
effect,								// Filter - Text variable for setting transitional effects on menu activation
1,									// Follow Scrolling - Tells this menu item to follow the user down the screen
, 									// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,									// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere
,,,,,,,,							// Reserved
,									// Reserved
"JavaScript","show-menu=menu2",,,0,
"DHTML Menu","show-menu=menu3",,,0,
"HTML Stuff","show-menu=menu5",,,0,
"Web Tools","show-menu=menu6",,,1
])*/

addmenu(menu=[
"topmenu",
93,
,
90,
1,
"right",
style1,
1,
"center",
effect,
,
1,
,
,
,
,
,
,
,
,
,
,"Home","index.html",,"Zurück zur Hauptseite",1
,"News","news.html",,"Neuigkeiten rund um ttCall und der Tribe Technologies GmbH",0
,"Kontakt","kontakt.html",,"So können Sie uns erreichen",0
, "Impressum", "impressum.html", , "", 0
, "AGB", "AGB_Tribe.pdf", , "", 0
/*,"Home","default.html",,"Zurück zur Hauptseite",1
,"News","News.html",,"Neuigkeiten rund um ttCall und der Tribe Technologies GmbH",0
,"Info","Info.html",,"Aktuelle Produktinformationen",0
,"Referenzen","Reference.html",,"Hier werden unsere Produkte eingesetzt",0
,"Partner","Partner.html",,"Unsere Partner",0
,"Sales Office","SalesOffice.html",,"Sales Office Europe",1
,"Anfragen","Contact.html",,"Ihre Anfragen",0
,"Kontakt","Contact.html",,"So können Sie uns erreichen",0
,"Über uns","About.html",,"Hier erfahren Sie etwas über Tribe Technologies",1
,"Forum","http://www.ttCall.de/forum target=link",,"ttCall Support Forum",0
,"Links","show-menu=links",,"Beispiel für Pull-Down Menü",0*/
])

addmenu(menu=["links",
	35,623,100,1,"",style1,,"",effect,,,,,,,,,,,,
	,"<img src=images/Blank10.gif border=0>&nbsp;Link 1","Link1.html",,"Link 1",1
	,"<img src=images/New.gif border=0>&nbsp;Link 2","Link2.html",,"Link 2",1
	,"<img src=images/Change.gif border=0>&nbsp;Link 3","Link3.html",,"Link 3",1
	,"<img src=images/Change.gif border=0>&nbsp;Link 4","Link4.html",,"Link 4",1
	,"<img src=images/Change.gif border=0>&nbsp;Link 5","Link5.html",,"Link 5",1
	,"<img src=images/Change.gif border=0>&nbsp;Link 6","Link6.html",,"Link 6",1
	])
	
dumpmenus();