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
"000000",					// Off Font Color
"B0F0B0",					// Off Back Color //<! change the background color here //-> (sujit)
"000000",					// On Font Color
"DCF8DC",					// On Back Color <! mouse over color //->(sujit)
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"verdana,arial,helvetica,sans-serif",	// Font
4,							// Padding
"arrow.gif",				// Sub Menu Image (Leave blank if not needed)
1,							// 3D Border & Separator
"B0F0B0",					// 3D High Color
"000099",					// 3D Low Color
"000000",					// Referer item Font Color (leave this blank to disable)
"B0F0B0",					// Referer item Back Color (leave this blank to disable)
]

prop2=[						// prop1 is an array of properties you can have as many property arrays as you need
"000000",					// Off Font Color
"B0F0B0",					// Off Back Color //<! change the background color here //-> (sujit)
"B0F0B0",					// On Font Color
"000000",					// On Back Color <! mouse over color //->(sujit)
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"verdana,arial,helvetica,sans-serif",	// Font
4,							// Padding
"arrow.gif",				// Sub Menu Image (Leave blank if not needed)
1,							// 3D Border & Separator
"B0F0B0",					// 3D High Color
"000099",					// 3D Low Color
"000000",					// Referer item Font Color (leave this blank to disable)
"B0F0B0",					// Referer item Back Color (leave this blank to disable)
]

prop3=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"37548A",					// Off Back Color //<! change the background color here //-> (sujit)
"37548A",					// On Font Color
"B0C0DF",					// On Back Color <! mouse over color //->(sujit)  
"ffffff",					// Border Color
9,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"verdana,arial,helvetica,sans-serif",	// Font
4,							// Padding
"arrow.gif",				// Sub Menu Image (Leave blank if not needed)
1,							// 3D Border & Separator
"37548A",					// 3D High Color
"000099",					// 3D Low Color
"ffffff",					// Referer item Font Color (leave this blank to disable)
"37548A",					// Referer item Back Color (leave this blank to disable)
]



menu1=[			// This is the array that contains your menu properties and details
95,				// Top
0,				// left
131,				// 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.htm",,"Home",1,
"Ayurveda","Ayurveda.htm",,"Ayurveda",1,
"Products & Herbs","show-menu3","#","Products",1,
"Courses","show-menu2","Course.htm","Courses",1,
"Testimonial","Feedbacks.htm",,"Testimonal",1,
"Contact Us","ContactUs.htm",,"Contact Us",1
]

menu2=[,,131,1,"",prop2,,"left",effect,,,,,,,
"Author","Author.htm",,"Author",1,
"SDF Courses","SDF Courses.htm",,"SDF Courses",1
]

menu3=[,,131,1,"",prop2,,"left",effect,,,,,,,
"Products","show-menu4","OurProducts.htm","Products",1,
"Herbs","AllProducts.htm",,"Herbs",1,
"Order","Products.htm",,"Online Order",1


]
menu4=[,,112,1,"",prop2,,"left",effect,,,,,,,
"Clear Mind","ClearMind.htm",,"Clear Mind",1,
"Immune Support","ImuneSupport.htm",,"Immune Support",1,
"Joint Ease","JointEase.htm",,"Joint Ease",1,
"Triphala","TriphalaBlend.htm",,"Triphala",1,
"Menopause Relief","MenopauseRelief.htm",,"Menopause Relief",1,
"Digestive Balance","DigestiveBalance.htm",,"Digestive Balance",1,
"Amalaki","AmalakiProducts.htm",,"Amalaki ",1,
"Neem","NeemProducts.htm",,"Neem",1,
"Tulsi","TulsiProducts.htm",,"Tulsi",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>");

