BLANK_IMAGE = 'images/b.gif'
var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#363535",	// color of the item shadow, if any
		bgON:"#504F4F",		// background color for the items
		bgOVER:"#363535",	// background color for the item which is under mouse right now
		backgroundOVER:'#363535'
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};


var STYLE1 = {
	border:0,
    //borders:[0,0,0,1],
			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#363535",		// background color for the items
		bgOVER:"#504F4F",	// background color for the item which is under mouse right now
		backgroundOVER:'#363535'
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:"relative", delay:[100, 800], itemoff:[0,80], leveloff:[14,0], style:STYLE, size:[28,78]},
		//menu for home
		{code:"<table width='100%' border='0'><tr><td valign='middle' height='21' align='center'>Home</td></tr></table>",url:"index.html"
			},
	
	
			{code:"<table width='100%' border='0'><tr><td valign='middle' height='21' align='center'>About us</td></tr></table>",url:"#.html",format:{size:[28,80],itemoff:[0,79]}, 
						sub:[
							{itemoff:[23,0], style:STYLE1, size:[28,180]},
							{code:"<table width='100%' border='0'><tr><td>About NPTI</td></tr></table>",url:"about_npti.html"},
							{code:"<table width='100%' border='0'><tr><td>About NPTI (NR)</td></tr></table>",url:"about_npti_nr.html"},
							{code:"<table width='100%' border='0'><tr><td>Statement</td></tr></table>",url:"statement.html"},
							{code:"<table width='100%' border='0'><tr><td>Corporate strategic charter</td></tr></table>",url:"corporate_strategic_charter.html"},
							{code:"<table width='100%' border='0'><tr><td>Administration</td></tr></table>",url:"administration.html"},
							{code:"<table width='100%' border='0'><tr><td>Principal Director’s Message</td></tr></table>",url:"principal_directors_message.html"},
							{code:"<table width='100%' border='0'><tr><td>Campus location</td></tr></table>",url:"campus_location.html"},
]
					},


			{code:"<table width='100%' border='0'><tr><td valign='middle' height='21' align='center'>B.Tech(Power Engineering)</td></tr></table>",url:"#.html",
			format:{size:[28,180],itemoff:[0,81]},
			sub:[
							{itemoff:[28,0], style:STYLE1, size:[28,180]},
							{code:"<table width='100%' border='0'><tr><td>Background</td></tr></table>",url:"background.html"},
							{code:"<table width='100%' border='0'><tr><td>Admission</td></tr></table>",url:"admissions.html"},
							{code:"<table width='100%' border='0'><tr><td>Course content</td></tr></table>",url:"course_content.html"},
							{code:"<table width='100%' border='0'><tr><td>Placements</td></tr></table>",url:"placements.html"},
							
]
					},


			{code:"<table width='100%' border='0'><tr><td valign='middle' height='21' align='center'>Infrastructure</td></tr></table>",url:"#",
			format:{size:[28,120],itemoff:[0,180]},
			sub:[
							{itemoff:[28,0], style:STYLE1, size:[28,120]},
							{code:"<table width='100%' border='0'><tr><td>Simulator </td></tr></table>",url:"simulator.html"},
							{code:"<table width='100%' border='0'><tr><td>Models</td></tr></table>",url:"models.html"},
							{code:"<table width='100%' border='0'><tr><td>Laboratories</td></tr></table>",url:"laboratories.html"},
							{code:"<table width='100%' border='0'><tr><td>Plant Training</td></tr></table>",url:"plant_training.html"},
							{code:"<table width='100%' border='0'><tr><td>Library</td></tr></table>",url:"library.html"},
							{code:"<table width='100%' border='0'><tr><td>Hostel</td></tr></table>",url:"hostel.html"},
							
]
					},


			{code:"<table width='100%' border='0'><tr><td valign='middle' height='21' align='center'>Student Section</td></tr></table>",url:"#.html",
			format:{size:[28,130],itemoff:[0,121]},
			sub:[
							{itemoff:[23,0], style:STYLE1, size:[28,180]},
							{code:"<table width='100%' border='0'><tr><td>Learning Resources</td></tr></table>",url:"learning_resources.html"},
							{code:"<table width='100%' border='0'><tr><td>Industry interaction</td></tr></table>",url:"industry_interaction.html"},
							{code:"<table width='100%' border='0'><tr><td>Co-curricular activities</td></tr></table>",url:"co_curricular_activities.html"},
							
							
]
					},




			{code:"<table width='100%' border='0'><tr><td valign='middle' height='21' align='center'>Alumni</td></tr></table>",format:{size:[28,60],itemoff:[0,130]},url:"alumni.html"
					},

			{code:"<table width='100%' border='0'><tr><td valign='middle' height='21' align='center'>Query & comments</td></tr></table>",format:{size:[28,130],itemoff:[0,70]},url:"query.html"
					},
			{code:"<table width='100%' border='0'><tr><td valign='middle' height='21' align='center'>Contact Us</td></tr></table>",format:{size:[28,130],itemoff:[0,120]},url:"contact_us.html"
					},

			];



