            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)
}

if(navigator.appVersion.indexOf("MSIE 6.0")>0){
    effect = "Fade(duration=0.1)"
}else{
    effect = "Fade(duration=0.1)" // Stop IE5.5 bug when using more than one filter
}

timegap=1;                // The time delay for menus to remain visible
followspeed=5;              // Follow Scrolling speed
followrate=40;              // Follow Scrolling Rate
suboffset_top=0;            // Sub menu offset Top position 
suboffset_left=0;           // Sub menu offset Left position
Frames_Top_Offset=0;        // Frames Page Adjustment for Top Offset
Frames_Left_Offset=100;     // Frames Page Adjustment for Left Offset


plain_style=[         // Menu Properties Array
"black",             // Off Font Color
"",                   // Off Back Color
"gray",             // On Font Color
"",                   // On Back Color
"",             // Border Color
11,                   // Font Size
"normal",             // Font Style
"",               // Font Weight
"Arial, helvetica, sans-serif",     // Font
3,                    // Padding
"",                   // Sub Menu Image (Leave this blank if not needed)
,                     // 3D Border & Separator bar
,                     // 3D High Color
,                     // 3D Low Color
"black",              // 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)
]

plain_style_sub=[     // Menu Properties Array
"black",             // Off Font Color
"C8B280",             // Off Back Color
"white",             // On Font Color
"",             // On Back Color
"",             // Border Color
12,                   // Font Size
"normal",             // Font Style
"bold",               // Font Weight
"Arial, helvetica, sans-serif",     // Font
3,                    // Padding
"",                   // Sub Menu Image (Leave this blank if not needed)
,                     // 3D Border & Separator bar
,                     // 3D High Color
,                     // 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)
]

pseudostyle=[,,,,,0,,,,0,,,,,]  

