﻿//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


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500                   
followspeed=5                 
followrate=50                
suboffset_top=5               // Sub menu offset Top position
suboffset_left=10             // Sub menu offset Left position



ScrollingSampStyle=[          
"444444",                     // Mouse Off Font Color
"eeeeff",                     // Mouse Off Background Color
"000000",                     // Mouse On Font Color
"CCDDFF",                     // Mouse On Background Color
"666666",                     // Menu Border Color
"11",                         // Font Size 
"normal",                     // (italic or normal)
"normal",                     // bold or normal)
"verdana,helvetica",
5,                            // Menu Item Padding or spacing
,                              
0,                            
,                             
,                             
,                             
,                             
,                             // Top Bar image 
,                             // Menu Header Font Color 
,                             // Menu Header Background Color
,                             // Menu Item Separator Color
]


addmenu(menu=[
"FollowMain",                 // Menu Name 
120,                          // Menu Top 
830,                           // Menu Left 
140,                          // Menu Width 
1,                            // Menu Border Width
,                            
ScrollingSampStyle,           
1,                            
,                             
"Fade(duration=0.2);Shadow(color=777777, Direction=135, Strength=5)",// 
1,                            
0,                            // Horizontal Menu 
0,                            // Keep Alive 
,                             // Position of TOP sub image left:center:right
,                              
0,                             
0,                             
,                              
,                             
0,                            
,                             
,"Contact Information","#Section1",,,0
,"General Information","#Section2",,,0
,"Service Area","#Section3",,,0
,"Infrastructure Description","#Section4",,,0
,"Consumption &amp; Production","#Section5",,,0
,"Supply System Performance","#Section6",,,0
,"Staff","#Section7",,,0
,"Customers","#Section8",,,0
,"Finance","#Section9",,,0
,"Capital Investment","#Section10",,,0


])

dumpmenus();
