timegap=500
followspeed=0
followrate=40
suboffset_top=10;
suboffset_left=10;

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}
//effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"000000",					// Off Back Color //<! change the background color here //-> (sujit)
"EDEFF3",					// On Font Color
"373737",					// On Back Color <! mouse over color //->(sujit)
"9E9E9E",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",						// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"images/arrow2.gif",		// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"000000",					// 3D High Color
"000000",					// 3D Low Color
"ffffff",					// Referer item Font Color (leave this blank to disable)
"000000",					// Referer item Back Color (leave this blank to disable)
]


menu1=[			// This is the array that contains your menu properties and details
150,			// Top
9,				// left
130,			// Width
1,				// Border Width
"left",		// Screen Position - here you can use "center;left;right;middle;top;bottom"
prop1,			// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time
"center",		// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation
,				// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 				// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,				// Position of sub image left:center:right:middle:top:bottom
,				// Show an image on top menu bars indicating a sub menu exists below
,				// Reserved for future use


"Home","index.cfm",,"Home Page",1,
"Shows","shows.cfm",,"Show Information",1,
"Show Hosts","show-menu4","smith.htm","About the Show Hosts",1,
"Other","show-menu5","","About the Show Hosts",1,
"Links","links.htm",,"Links to Important Sites",1,
"Contact Us","contact.htm",,"Contact Our World - His View",1
]

menu2=[,,156,1,"",prop1,,"left",effect,,,,,,,
"PORTRAIT GALLERY - OILS","gallery_1.htm",,"Simms Portraits",1,
"PORTRAIT GALLERY - WATERCOLORS","gallery_3.htm",,"Simms Portraits",1,
"UNWRITTEN HISTORY","gallery_2.htm",,"Simms Unwritten History",1
]

menu4=[,,150,1,"center",prop1,,"left",effect,,,,,,,
"Rev. Brad Smith","smith.htm",,"About Rev. Brad Smith",1
]

menu5=[,,150,1,"center",prop1,,"left",effect,,,,,,,
"Partner with Us","support.htm",,"Support this Ministry",1,
"Advertise with Us","adrates.htm",,"Advertise on Our World His View",1,
"Podcasts","podcast.htm",,"Podcasts of Our World His View",1,
"Your Comments","comment.cfm",,"Give Us Your Comments",1,
"LIVE Comments","live_comment_add.cfm",,"GGive Use Your Comments LIVE!",1
]


menu6=[,,150,1,"",prop1,,"",effect,,,,,,,
"test","test",,"",1,
"test","test",,"",1

]

menu7=[,,150,1,"",prop1,,,effect,,,,,,,
"Current Projects","show-menu11","projects_current.htm","TYJT Current Projects",1,
"Project Portfolio","show-menu12","projects_portfolio.htm","TYJT Project Portfolio",1

]

menu3=[,,150,1,"center",prop1,,"left",effect,,,,,,,
"Infrastructure","infra_projects.htm",,"Infrastructure Management project TYJY handled",1,
"","wastewater_projects.htm",,"Wastewater Management project TYJY handled",1,
"Water","water_projects.htm",,"Water Management project TYJY handled",1
]

menu12=[,,150,1,"center",prop1,,"left",effect,,,,,,,
"Water","water_projects_portfolio.htm",,"TYJT Water Management Projects",1,
"Wastewater","wastewater_projects_portfolio.htm",,"TYJT Wastewater Management Projects",1,
"Infrastructure","infra_projects_portfolio.htm",,"TYJT Infrastructure Management Projects",1,
"Environmental","environmental_projects_portfolio.htm",,"TYJT Environmental Management Projects",1

]

menu11=[,,150,1,"center",prop1,,"left",effect,,,,,,,
"Water","water_projects_current.htm",,"Current TYJT Water Management Projects",1,
"Wastewater","wastewater_projects_current.htm",,"Current TYJT Wastewater Management Projects",1,
"Infrastructure","infra_projects_current.htm",,"Current TYJT Infrastructure Management Projects",1,
"Environmental","environmental_projects_current.htm",,"Current TYJT Environmental Management Projects",1

]

menu8=[,,150,1,"",prop1,,"left",effect,,,,,,,
"Current Openings","careers.htm",,"Current Openings with us",1


]

menu9=[,,150,1,"",prop1,,"left",effect,,,,,,,
"test","test",,"",1,
"test","test",,"",1

]

menu10=[,,150,1,"",prop1,,,effect,,,,,,,
"Performing ","test",,"test",1,
"Ritual ","test",,"test",1

]

document.write("<style type=text/css>a:visited{color:#FF0000}a:active{color:#424EC8;text-decoration:underline}a:link{color:#424EC8}a:hover {color:#424EC8;text-decoration:none}</style>");