var objAdminMenu

		objAdminMenu=new menuObj('objAdminMenu')


		objAdminMenu.clMain='padding:5px; font-family:Arial; font-size:12px; font-weight:bold; cursor:hand;'		//The style for the main menus
		objAdminMenu.clSub='padding:2px; padding-left:5px; font-family:Arial; font-size:12px; cursor:hand;'			//The style for the submenus
		objAdminMenu.clSubSub='padding:2px; padding-left:5px; font-family:Arial; font-size:12px; cursor:hand;'		//The style for the subsubmenus

		objAdminMenu.clAMain='text-decoration:none; color:#000000'								//The style for the main links
		objAdminMenu.clASub='text-decoration:none; color:#000000; '									//The style for the sub links
		objAdminMenu.clASubSub='text-decoration:none; color:white;left-margin:0'

		// Background bar properties
		objAdminMenu.backgroundbar=0															// Set to 0 if no backgroundbar

	    //if(screen.width>=1280) objAdminMenu.backgroundbarfromleft=240 //in pixel or %
	    //if(screen.width==1152) objAdminMenu.backgroundbarfromleft=175 //in pixel or %
	    //if(screen.width==1024) objAdminMenu.backgroundbarfromleft=112 //in pixel or %
		//if(screen.width<=800) objAdminMenu.backgroundbarfromleft=0 //in pixel or %

		 //objAdminMenu.backgroundbarfromleft=300													//The left placement of the backgroundbar in pixel or %
		objAdminMenu.backgroundbarfromtop=80													//The top placement of the backgroundbar  in pixel or %
		objAdminMenu.backgroundbarsize="0"													//The size of the bar in pixel or %
		//objAdminMenu.backgroundbarcolor="#BCBEB3"												//The backgroundcolor of the bar
		objAdminMenu.backgroundbarcolor="#BCBEB3"

		objAdminMenu.mainheight=20																//The height of the main menuitems in pixel or %
		objAdminMenu.mainwidth=50															//The width of the main menuitems  in pixel or %
		objAdminMenu.mainwidth =(780/6.5 )

		objAdminMenu.subwidth=objAdminMenu.mainwidth+120											// ** NEW ** The width of the submenus
		objAdminMenu.subheight=23																//The height if the subitems in pixel or %

		objAdminMenu.subsubwidth=objAdminMenu.subwidth
		objAdminMenu.subsubheight= 16

		// Style for the menu
		objAdminMenu.makeStyle()

		objAdminMenu.subplacement=objAdminMenu.mainheight										//** NEW ** Relative to the main item

		objAdminMenu.subsubXplacement=80
		objAdminMenu.subsubYplacement=14
		
		objAdminMenu.mainbgcoloroff='#BCBEB3'													// The backgroundcolor of the main menuitems
		objAdminMenu.mainbgcoloron='#B0AD9C'														// #996699 - The backgroundcolor on mouseover of the main menuitems
	        objAdminMenu.subbgcoloroff='#BCBEB3'
		objAdminMenu.subbgcoloron='#B0AD9C' 												// #9966cc - The backgroundcolor on mouseover of the sub menuitems
		objAdminMenu.subsubbgcoloroff='black'											// #003399 - The backgroundcolor of the subsub menuitems
		objAdminMenu.subsubbgcoloron='green'	
		objAdminMenu.stayoncolor=0																//Do you want the menus to stay on the mouseovered color when clicked?
		objAdminMenu.menuspeed=15																//The speed of the clipping in px
		objAdminMenu.menusubspeed=15															//The speed of the submenus clipping in px
		objAdminMenu.menusubsubspeed=15
		objAdminMenu.menurows=1																	//Set to 0 if you want rows and to 1 if you want columns
		objAdminMenu.menueventon="mouse"														//Set this to "mouse" if you want the menus to appear onmouseover, set it to "click" if you want it to appear onclick
		objAdminMenu.menueventoff="mouse"														//Set this to "mouse" if you them to disappear onmouseout, if not set it to "click"

		// Placement of the menuitems beside eachother
		objAdminMenu.menuplacement=0

		// If you use the "right beside eachother" you cant specify how many pixel there should be between each here in pixel or %
		objAdminMenu.pxbetween=1

		// Left margin  for menu in pixel or %
	    //if(screen.width>=1280) objAdminMenu.fromleft=240 //in pixel or %
	    //if(screen.width==1152) objAdminMenu.fromleft=175 //in pixel or %
	    //if(screen.width==1024) objAdminMenu.fromleft=112 //in pixel or %
//	    if(screen.width<=800) objAdminMenu.fromleft=200 //in pixel or %

//objAdminMenu.fromleft=200



		function setXPos()
		{
			if(document.layers) // For NN
			{
				menuX = parseInt(((window.innerWidth-20) - 779)/2);
			}
			else // For IE
			{
				menuX = parseInt(((document.body.offsetWidth+80) - 779)/2);
			}

			if(menuX <= 0) menuX = 0;

			objAdminMenu.fromleft = menuX;
			objAdminMenu.backgroundbarfromleft = menuX;
		}
		setXPos()



		// Top margin  for menu in pixel or %
		objAdminMenu.fromtop=130

		
			objAdminMenu.makeMain(0,'Home','Index.htm','_parent')
		//objAdminMenu.makeMain(1,'About Us','about.htm','_parent')
			objAdminMenu.makeMain(1,'Courses',0)
				objAdminMenu.makeSub(1,0,'Mechanical Engg','mecheng.htm',6,'_parent')
				objAdminMenu.makeSub(1,1,'Computer Engg','compeng.htm',6,'_parent')
				objAdminMenu.makeSub(1,2,'Instrumentation and Control Engg','ice.htm',6,'_parent')
				objAdminMenu.makeSub(1,3,'Electronics & Communication Engg','ece.htm',6,'_parent')	
				objAdminMenu.makeSub(1,4,'Electrical and Electronics Engg','eee.htm',6,'_parent')	
				objAdminMenu.makeSub(1,5,'Information Technology','it.htm',6,'_parent')
			objAdminMenu.makeMain(2,'Facilities',0)
				objAdminMenu.makeSub(2,0,'General','general.htm',5,'_parent')
				objAdminMenu.makeSub(2,1,'Library','library.htm',5,'_parent')
				objAdminMenu.makeSub(2,2,'Hostel','hostel.htm',5,'_parent')
				objAdminMenu.makeSub(2,3,'Transport','transport.htm',5,'_parent')	
				objAdminMenu.makeSub(2,4,'Medical','medical.htm',5,'_parent')
			objAdminMenu.makeMain(3,'Academics',0)
				objAdminMenu.makeSub(3,0,'Model Question Paper','mqp.htm',4,'_parent')
				objAdminMenu.makeSub(3,1,'Syllabus','syllabus.htm',4,'_parent')
				objAdminMenu.makeSub(3,2,'Circular','circular.htm',4,'_parent')	
				objAdminMenu.makeSub(3,3,'Exam','exam.htm',4,'_parent')	
			objAdminMenu.makeMain(4,'Faculty','faculty.htm','_parent')	
			//objAdminMenu.makeMain(5,'Photo Gallery','photo.htm','_parent')
			objAdminMenu.makeMain(5,'Contact Us','contact.htm','_parent')
 			
 			

		objAdminMenu.construct()
		window.status=""
