
// alert("1024-pixel version of menu_fixed_data was used")

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(TomatoRed=new mm_style()){
onbgcolor="#000000";                // mouse on background
oncolor="#ffffff";                  // mouse on font
offbgcolor="#990000";               // normal background color (mouse off) 
offcolor="#ffffff";                 // normal font color (mouse off)
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003366";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="#ffffff";            // Sets the font color of the menu item if the current browser url matches the url field  
pagebgcolor="#666666";          // Sets the background color of the menu item if the current browser url matches the url field 
headercolor="#00ff00";
headerbgcolor="#ffffff";
subimage="/wwd/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(GreenTomato=new mm_style()){
onbgcolor="#000000";                // mouse on background
oncolor="#ffffff";                  // mouse on font
offbgcolor="#009900";               // normal background color (mouse off) 
offcolor="#ffffff";                 // normal font color (mouse off)
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003366";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="#ffffff";            // Sets the font color of the menu item if the current browser url matches the url field  
pagebgcolor="#666666";          // Sets the background color of the menu item if the current browser url matches the url field 
headercolor="#00ff00";
headerbgcolor="#ffffff";
subimage="/wwd/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



