timegap=500
followspeed=0
followrate=40
suboffset_top=10;
suboffset_left=10;

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.3);Alpha(style=0,opacity=92);Shadow(color='#638958', Direction=135, Strength=12)"
}
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
"F1FCEA",					// Off Font Color
"1E4705",					// Off Back Color
"1E4705",					// On Font Color
"DEE2DB",					// On Back Color
"DEE2DB",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"images/arrow-orange.gif",				// Sub Menu Image (Leave blank if not needed)
1,							// 3D Border & Separator
"DEE2DB",					// 3D High Color
"315726",					// 3D Low Color
"",					// Referer item Font Color (leave this blank to disable)
"ffff00"					// Referer item Back Color (leave this blank to disable)
]

menu1=[			// This is the array that contains your menu properties and details
159,				// Top
0,				// left
87.5,				// Width
1,				// Border Width
"center;left:top",		// 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.html","#","",1,
"About us","show-menu2","#","",1,
"Academics","show-menu3","#","",1,
"Admission","admission.html","#","",1,
"Research","show-menu4","#","",1,
"Activities","show-menu5","#","",1,
"Departments","show-menu6","#","",1,
"Communities","show-menu7","#","",1,
"Contact us","contact.html","#","",1
]

menu2=[,,200,1,"",prop1,,"left",effect,,,,,,,
"The Group","group.html",,"",1,
"About Mandsaur","Mandsaur.html",,"",1, 
"About Institute","Institute.html",,"",1
]
menu3=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Courses","Course.html",,"",1,
"Calender","Calendar.html",,"",1
]
menu4=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Academic Projects","academicprjcts.html",,"",1,
"Industrial Projects","industryprjcts.html",,"",1,
"Publications","show-menu8",,"",1,
"Patents","patent.html",,"",1,
"Extenstion Lectures","lectures.html",,"",1
]
menu5=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Yuva Magazine","Yuva.html",,"#",1,
"Patents","Research/Patents.html",,"",1,
"Placement and Training","placement.html",,"",1,
"Sports and Cultural Activities","sport.html",,"",1
]
menu6=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Pharmaceutics","Pharmaceutics.html",,"",1,
"Pharmachemistry","pharmachemistry.html",,"",1,
"Pharmacognosy","pharmacognosy.html",,"",1,
"Pharmacology","pharmacology.html",,"",1,
"Pharmaceutical Analysis","panalysis.html",,"",1

]
menu7=[,,200,1,"",prop1,,"left",effect,,,,,,,
"PAAM","Paam.html",,"",1,
"NSS","nss.html",,"",1,
"Drug Information Center","druginfo.html",,"",1,
"Parent Management Association","pma.html",,"",1,
"Pharmaceutical Society","pharmasocio.html",,"",1,
"Anti Ragging Squad ","ars.html",,"",1
]
menu8=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Total Publications","tpublication.html",,"",1,
"Research Papers","research.html",,"",1,
"Papers Presented","papers.html",,"",1,
"Pharma Publications ","pharma.html",,"",1
]


document.write("<style type=text/css>a:visited{color:#008000}a:active{color:#008000;text-decoration:underline}a:link{color:#008000}a:hover {color:#000000;text-decoration:underline}</style>");