//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="<scr"+"ipt language=JavaScript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_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


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=40                 // Follow Scrolling Rate
suboffset_top=10              // Sub menu offset Top position
suboffset_left=10             // Sub menu offset Left position



PlainStyle=[                  // PlainStyle is an array of properties. You can have as many property arrays as you need
"D3F0F5",                     // Mouse Off Font Color
"0",                     	  // Mouse Off Background Color (use zero for transparent in Netscape 6)
"D3F0F5",                     // Mouse On Font Color
"FF0000",                     // Mouse On Background Color
"0",                          // Menu Border Color
"14",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"helvetica",          	      // Font Name
10,                            // Menu Item Padding or spacing
,                  			  // Sub Menu Image (Leave this blank if not needed)
0,                            // 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)
,                     // 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
]

PlainStyle2=[               // PlainStyle is an array of properties. You can have as many property arrays as you need
"00A9CA",                     // Mouse Off Font Color
"FFFFFF",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"00A9CA",                     // Mouse On Font Color
"FAE130",                     // Mouse On Background Color
"00A9CA",                     // Menu Border Color
"11",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"helvetica",          	      	  // Font Name
"4",                          // Menu Item Padding or spacing
,                  				// 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)
"00A9CA",                       // 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)
"00A9CA",                             // Menu Item Separator Color
]

PlainStyleSub=[               // PlainStyle is an array of properties. You can have as many property arrays as you need
"00A9CA",                     // Mouse Off Font Color
"FFFFFF",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"00A9CA",                     // Mouse On Font Color
"FAE130",                     // Mouse On Background Color
"00A9CA",                     // Menu Border Color
"11",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"helvetica",          	      	  // Font Name
"4",                          // Menu Item Padding or spacing
,                  				// 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)
"00A9CA",                       // 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)
"00A9CA",                             // Menu Item Separator Color
]