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

effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"

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=2;	// Sub menu offset Left position

plain_style=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",					// Off Font Color
"#df3c3f",					// Off Back Color 990000
"000000",					// On Font Color
"#ef8730",					// On Back Color  f0ba6e
"#FFFFFF",					// Border Color
13,							  // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",					// Font Style (italic or normal)
"normal",						// Font Weight (bold or normal)
"Verdana,Arial, Helvetica, sans-serif",	// Font Name
5,							  // Menu Item Padding
"",	// Sub Menu Image (Leave this blank if not needed)
,							    // 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"000000",					// Current Page Item Font Color (leave this blank to disable)
"#FFFFCA",					// 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)
]

addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
126,						// Top
1,						    // left
,						// Width
0,						// Border Width
"center",			// Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style,	// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"left",			// 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
0,							// 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
,							// Reserved for future use
,							// Reserved for future use
,
,
,
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Homeopathic&nbsp;Solutions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=homeopathy","/Homeopathy/Default.aspx?path=HW","",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bookstore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Books","/Books/Default.aspx?path=BW","",1


])

addmenu(menu=
["homeopathy",,,,1,"",plain_style,,"center",effect,,1,,,,,,"form1",,,,
,"&nbsp;Books&nbsp;","/Homeopathy/HomeopathyBooks.aspx",,,1
,"&nbsp;Pharmaceutical&nbsp;","/Homeopathy/Pharmacetical/Default.aspx?H=2&CatID=10&CatName=Pharmacetical&path=HW",,,1
,"&nbsp;Journal&nbsp;","/Homeopathy/Journal/Default.aspx?H=3&CatID=10&CatName=Journal&path=HW",,,1
,"Software","/Homeopathy/Software/Default.aspx?H=4&CatID=10&CatName=Software&path=HW",,,1
,"&nbsp;CASH&nbsp;","/Homeopathy/Cash/Default.aspx?H=5&CatID=10&CatName=CASH&path=HW",,,1
,"Homeopathic&nbsp;Yellow&nbsp;Pages","/Homeopathy/YellowPages/Search.aspx?H=6&SType=HY&CatID=10&CatName=Homeopathic&nbsp;Yellow&nbsp;Pages&path=HW",,,1
,"Accessories","/Homeopathy/accessories/Default.aspx?H=8&AccCatID=1&AccCatName=Posters&nbsp;&&nbsp;Bust&accType=1&CatID=10&CatName=Accessories&path=HW",,,1
,"Information","/Homeopathy/Information/seminars.aspx?H=9&CatID=10&CatName=Information&path=HW",,,1
,"Interact","/Homeopathy/Interact/Default.aspx?H=10&CatID=10&CatName=Information&path=HW",,,1
,"Examination","/Homeopathy/Exam/Default.aspx?H=11&CatID=10&CatName=Information&path=HW",,,1


])



addmenu(menu=["Books",
,,80,1,"",plain_style,,"center",effect,,1,,,,,,"form1",,,,
,"Books","/books/books/bookCatalogue.aspx",,,1
,"Authors","/books/authors/Author_lounge.aspx?H=2",,,1
,"Publishers","/books/publishers/publishers.aspx",,,1
,"Newsletter","/books/newsletter/newsletter.aspx",,,1
,"Events","/books/events/event.aspx?EventCatID=3&EName=Publisher",,,1
,"Interact","/books/interact/interact.aspx",,,1



])

addmenu(menu=["exports",
,,145,1,"",plain_style,,"center",effect,,1,,,,,,"form1",,,,
,"Women&nbsp;Accessories","#",,,1
,"&nbsp;Handicrafts&nbsp;","#",,,1

])



dumpmenus()