/*
 Milonic DHTML Menu
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.

 Please note that major changes to this file have been made and is not compatible with earlier versions..

 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 can 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 as long as copyright notices remain in place.
*/

//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 if it not already enabled unless you have more than one _array.js file

//Übersetzung: Deutsch - Ronald A. O. Haider - www.ronaldhaider.com

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

timegap=30                   // Zeit in ms, die das Menü zum Erscheinen braucht
followspeed=5                 // Scroll Geschwindigkeit
followrate=50                 // Scroll Rate
suboffset_top=5              // Sub-Menü Koordinate von Oben
suboffset_left=4             // Sub-Menü Koordinate von Links


MainStyle=[                  // PlainStyle ist eine Vielzahl an Einstellungen. Man kann soviele Einstellungen haben, wie benötigt.
"#5070C0",                     // Text: Farbe
0,                             // Hintergrund: Farbe (0 für die Transparenz in Netscape 6)
"#000000",                     // Text: Farbe bei Mouse On
0,                             // Hintergrund: Farbe bei Mouse On
0,                            // Rahmenfarbe
"8pt",                          // Schriftgröße - Standard px. Auch möglich: mm, pt oder Prozent
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"MS Sans Serif, sans-serif, helvetica",              // Font Name
"5px 20px 2px 0px",                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                     // 3D Border & Separator bar
"FFFF00",                     // 3D High Color
"FFFFFF",                     // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this 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)
0,                             // Menu Item Separator Color
,
,
]

PlainStyle=[                  // PlainStyle ist eine Vielzahl an Einstellungen. Man kann soviele Einstellungen haben, wie benötigt.
"000000",                     // Text: Farbe
"FFFFFF",                     // Hintergrund: Farbe (0 für die Transparenz in Netscape 6)
"FFFFFF",                     // Text: Farbe bei Mouse On
"5070C0",                     // Hintergrund: Farbe bei Mouse On
,                     // Rahmenfarbe
"8pt",                          // Schriftgröße - Standard px. Auch möglich: mm, pt oder Prozent
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"MS Sans Serif, sans-serif, helvetica",                 // Font Name
4,                          // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                             // 3D Border & Separator bar
"FFFF00",                     // 3D High Color
"FFFFFF",                     // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this 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)
,                             // Menu Item Separator Color
,
1,
"#000000"]
if(navigator.appName!='Microsoft Internet Explorer')
{
     MainStyle[9] = "0px 0px 5px 17px";
}

