BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#97BCF8",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"3E577F",		// background color for the items
		bgOVER:"#97BCF8"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS = [
	{pos:[2,124], itemoff:[21,0], leveloff:[0,129], style:STYLE, size:[22,130]},
	{code:"Home",url:"index.htm",
		sub:[
					]	
	},
	{code:"About CAET", url:"about.htm",
		sub:[
					]	
	},
	{code:"Departments",

		sub:[
			{alt:'code'},
			{code:"FMP",url:"fmp.htm"},
			{code:"SWCE",url:"swce.htm"},
			{code:"APFE",url:"apfe.htm"},
			{code:"MEE",url:"mee.htm"},
			{code:"ASCEE",url:"ascee.htm"}
		]	
	},
{code:"Faculty",url:"facultydept.asp",
		sub:[
					]	
	},
{code:"Academic",url:"academic.htm",

		sub:[
					]	
	},

{code:"Student Profile",url:"course.asp",

		sub:[
					]	
	},
{code:"Infrastructure",
		sub:[
			{alt:'code'},
			{code:"Laboratory",url:"laboratory.htm"},
			{code:"Library",url:"library.htm"},
			{code:"Computer Centre",url:"computer.htm"},
			{code:"Conference Hall",url:"conference.htm"},
			{code:"Auditorium",url:"auditorium.htm"},
			{code:"Hostels",url:"hostels.htm"}

	]

	},
{code:"Activities",url:"activities.asp",

		sub:[
					]	
	},
{code:"Training & Placement ",url:"training.htm",

		sub:[
					]	
	},
{code:"Alumni",url:"alumni.asp",

		sub:[
					]	
	},
{code:"Contact Us",url:"contact.htm",

		sub:[
					]	
	},

	{code:"Useful Links",url:"useful.htm",

		sub:[
					]	
	},
	{code:"Tenders",url:"TENDERNOTICE_050207.pdf",target:"_blank",

		sub:[
					]	
	},
	
	{code:"Placement Portal",url:"http://caet.IndiaCareerPortal.com",target:"_blank",

		sub:[
					]	
	}


];

