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:"#FFFF66",	// color of the item border, if any
		shadow:"#FFFF66",	// 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:"#FFFF66",	// 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:"#FFFF66",	// color of the item border, if any
		shadow:"#FFFF66",	// 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/holidayminisite/"},
      {code:"Courses",
		 sub:[
	
				{itemoff:[21,0], style:RED_STYLE},
				      {code:"Listings", url:"http://www.performersproductions.co.uk/holidayminisite/overview.php"},
					{code:"Dance", url:"http://www.performersproductions.co.uk/holidayminisite/dance.php"},
				      {code:"Classes", url:"http://www.performersproductions.co.uk/"}
 
				]
			},
	{code:"Tutors", url:"http://www.performersproductions.co.uk/holidayminisite/tutors.php"},
	{code:"Book", url:"http://www.performersproductions.co.uk/holidayminisite/book.php"},
	{code:"Contact", url:"http://www.performersproductions.co.uk/holidayminisite/contact.php"}
];
var MENU_NAV = [
	{pos:'relative', itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Classes?", url:"http://www.performersproductions.co.uk/"}

];

