BLANK_IMAGE = 'b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFEAFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFEAFF",		// background color for the items
		bgOVER:"#b6d008"	// 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
	}
};

if(screen.width < 1200){
var a = 118;
}
if(screen.width > 1199){
var a = 246;
}

var MENU_ITEMS = [
	{pos:[a,264], itemoff:[21,0], leveloff:[0,99], style:STYLE, size:[22,150]},
	{code:"<b>Home<\/b>", url:"/"}, 
	      
	{code:"<b>Admission<\/b>", url:"sysadmit.asp"},
	{code:"<b>Course<\/b>", url:"sydmin.asp"},
	{code:"<b>Approval<\/b>", url:"scope.pdf"},
	{code:"<b>Organization<\/b>", url:"org.asp"},
	{code:"<b>Instructors<\/b>", url:"instructors.asp"},
	{code:"<b>Students<\/b>", url:"students.asp"},
	{code:"<b>Syllabus<\/b>", url:"syllabus.asp"},
		{code:"<b>Go to CLUB<\/b>", url:"home"},
        
];