BLANK_IMAGE = 'http://performersproductions.co.uk/xp/b.gif';

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"clear",		// background color for the items
		bgOVER:"A0A0FF"	// 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 RED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#CCCCCC",		// background color for the items
		bgOVER:"#E7F2F5"	// 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 BLUE_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#CCCCCC",		// background color for the items
		bgOVER:"#E7F2F5"	// 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 GREEN_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#CCCCCC",		// background color for the items
		bgOVER:"#F0FED2"	// 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:'relative', itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Home", url:"http://www.performerstheatre.co.uk/elocution/"},
      {code:"About",
		 sub:[
	
				{itemoff:[21,0], style:RED_STYLE},
					{code:"Sessions", url:"http://www.performersproductions.co.uk/elocution/about.php"},
	                                {code:"Our Trainers", url:"http://www.performersproductions.co.uk/elocution/ourteam.php"},
					{code:"Twisters", url:"http://www.performersproductions.co.uk/elocution/tonguetwisters.php"},
				        {code:"Useful Links", url:"http://www.performersproductions.co.uk/elocution/links.php"}
 
				]
			},
	{code:"Find Us", url:"http://www.performersproductions.co.uk/elocution/locations.php"},
	{code:"Fees", url:"http://www.performersproductions.co.uk/elocution/fees.php"},
	{code:"Contact", url:"http://www.performersproductions.co.uk/elocution/contact.php"}
];
var MENU_NAV = [
	{pos:'relative', itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Drama School", url:"http://www.performersproductions.co.uk/elocution/dramaschool.php"},
];
