menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#333333', Direction=135, Strength=10)"

timegap=300		// The time delay for menus to remain visible
followspeed=100		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=6;	// Sub menu offset Top position 
suboffset_left=6;	// Sub menu offset Left position
closeOnClick = true

style1=[		// 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.
"#000000",		// Mouse Off Font Color
"#B49B01",		// Mouse Off Background Color
"#000000",		// Mouse On Font Color
"#5AAC06",		// Mouse On Background Color
"#90BC58",		// Menu Border Color 
10,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",		// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,			// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
0,			// 3D Border & Separator bar
"#90BC58",		// 3D High Color
"#90BC58",		// 3D Low Color
"#339900",		// Current Page Item Font Color (leave this blank to disable)
"#D0E0C0",		// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
"#56842B",		// Menu Item Separator Color
]


addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
5,			// Menu Top - The Top position of the menu in pixel
224,			// Menu Left - The Left position of the menu in pixels
,			// Menu Width - Menus width in pixels
0,			// Menu Border Width 
,			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,			// Properties Array - this is set higher up, as above
1,			// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,			// Position of TOP sub image left:center:right
,			// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,			// Background image for menu when BGColor set to transparent.
,			// Scrollable Menu
,			// Reserved for future use
,"&nbsp;About Us&nbsp;","show-menu=Aboutus",,"",1
,"&nbsp;Institutions&nbsp;","show-menu=Institutions",,"",1
,"&nbsp;Facilities&nbsp;","show-menu=Facilities",,"",1
,"&nbsp;Activities&nbsp;","show-menu=Activities",,"",1
,"&nbsp;Hostels&nbsp;","hostel.asp",,"Hostel Facilities",1
,"&nbsp;Notice Board&nbsp;","noticeboard.asp",,"Notice Board",1
,"&nbsp;Career&nbsp;","career.asp",,"Jobs@Dayapuam",1
,"&nbsp;Contact Us&nbsp;","contactus.asp",,"Contact Us",1
])

	
	addmenu(menu=["Aboutus",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Vision","vision.asp",,"Vision",1
	,"&nbsp;Location","location.asp",,"Location",1
	,"&nbsp;Campus","campus.asp",,"Location",1
	,"&nbsp;Management","management.asp",,"Management",1
	,"&nbsp;AICT","aict.asp",,"Al-Islam Charitable Trust",1
	,"&nbsp;Virtual Tour","vtour.asp",,"Virtual Tour",1
		
	])
	
	addmenu(menu=["Institutions",	
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Ansari Orphanage","http://orphanage.dayapuram.com",,"Ansari Orphanage",1
	,"&nbsp;Madrasthul Mifthah","http://madrassa.dayapuram.com",,"Madrasthul Mifthah",1
	,"&nbsp;Nursery School","http://dns.dayapuram.com",,"Nursery School",1
	,"&nbsp;Residential School","http://drs.dayapuram.com",,"Residential School",1
	,"&nbsp;Vanitha College","http://dvc.dayapuram.com",,"Vanitha College",1
	,"&nbsp;Arts & Science College for Women","http://dasc.dayapuram.com",,"Arts & Science College for Women",1	
	,"&nbsp;D I M A T","http://dimat.dayapuram.com",,"D I M A T",1
	,"&nbsp;D I I T","http://diit.dayapuram.com",,"D I I T",1
	])

	addmenu(menu=["Facilities",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,	
	,"&nbsp;Infrastucture","infrastructure.asp",,,1
	,"&nbsp;Hostels","hostel.asp",,,1
	,"&nbsp;Counselling & guidance","couselling.asp",,,1
	,"&nbsp;Arts, Sports & Clubs","club.asp",,,1	
	
	])
	

	addmenu(menu=["Activities",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;D C F","dcf.asp",,,1
	,"&nbsp;Magazines&nbsp;","show-menu=Magazines",,"",1
	,"&nbsp;Ekalokam","ekalokam.asp",,,1
	,"&nbsp;Alumni","alumni.asp",,,1
	])
	

	addmenu(menu=["Magazines",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Read Online","magazine.asp",,,1	
	,"&nbsp;Download","download.asp",,,1
	
	])
	
	
	

dumpmenus()