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)}


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


timegap=100					// 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


style1=[					// Menu Properties Array
"FFFFFF",					// Off Font Color
"003366",					// Off Back Color
"FFFFFF",					// On Font Color
"b42129",					// On Back Color
"FFFFFF",					// Border Color
10,							// Font Size
"normal",					// Font Style
"bold",					// Font Weight
"Verdana",					// Font
5,							// Padding
"",	// SubMenu Image
0,						// 3D Border & Separator
"ffffff",					// 3D High Color
"000000"					// 3D Low Color
]

style2=[					// blank
"ffffff",					// Off Font Color
"ffffff",					// Off Back Color
"ffffff",					// On Font Color
"ffffff",					// On Back Color
"ffffff",					// Border Color
1,							// Font Size
"normal",					// Font Style
"bold",					// Font Weight
"Verdana",					// Font
0,							// Padding
"",	// SubMenu Image
0,						// 3D Border & Separator
"ffffff",					// 3D High Color
"ffffff"					// 3D Low Color
]

addmenu(menu=["aboutus",291,267,150,1,"",style1,,,,,,,,,,,,,,,
//,"About Us","index.php","/","About Us",1
//,"About Us","index.php","/","About Us",1
//,"About Us","index.php","/","About Us",1
])

addmenu(menu=["services",291,424,150,1,"",style1,,,,,,,,,,,,,,,                   
,"Payment Policy","payment_policy.php","/","Payment/Policy",1
,"Market Access","market_access.php","/","Market Access",1
,"Value Message","value_message.php","/","Value Message",1
])                                                                              

addmenu(menu=["latestnews",291,582,150,1,"",style1,,,,,,,,,,,,,,,
//,"Latest News 1","index.php","/","Latest News 1",1
//,"Latest News 2","index.php","/","Latest News 2",1
//,"Latest News 3","index.php","/","Latest News 3",1
])

addmenu(menu=["contactus",291,739,150,1,"",style1,,,,,,,,,,,,,,,
//,"Contact Us","index.php","/","Contact Us",1
])

//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
