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
"1E4705",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"image/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
98.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","show-menu6","#","",1,
"About us","../aboutus/aboutus.html","#","",1,
"Facilities","show-menu2","#","",1,
"Core Team","../aboutus/coreteam.html","#","",1,
"Academics","show-menu3","#","",1,
"Departments","show-menu4","#","",1,
"Research","show-menu5","#","",1,
"Contact us","../aboutus/contactus.html","#","",1
]

menu2=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Library","../Facilities/Library.html",,"",1,
"Laboratories","../Facilities/Laboratories.html",,"",1, 
"Computer Laboratory","../Facilities/computerlab.html",,"",1
]
menu3=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Admissions","../academics/admission.html",,"",1,
"Courses","../academics/courses.html",,"",1, 
"Calender","../academics/calender.html",,"",1
]

menu4=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Pharmaceutics","../Departments/Pharmaceutics.html",,"",1,
"Pharmachemistry","../Departments/pharmachemistry.html",,"",1,
"Pharmacognosy","../Departments/pharmacongnosy.html",,"",1,
"Pharmacology","../Departments/pharmacology.html",,"",1,
"Pharmaceutical Analysis","../Departments/pharmaanalysis.html",,"",1

]

menu5=[,,200,1,"",prop1,,"left",effect,,,,,,,
"Industrial Projects","../Research/indprojects.html",,"#",1,
"Patents","../Research/Patents.html",,"",1,
"Industrial Partners","../Research/indpartner.html",,"",1,
"Extension Lectures","../Research/extlectures.html",,"",1
]
menu6=[,,200,1,"",prop1,,"left",effect,,,,,,,
"BRNCOP Home","../../index.html",,"",1,
"Tifac Core Home","../index.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>");