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:"#FFA0A0"	// 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:"#FFA0A0"	// 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,110], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Welcome", url:"http://www.performersproductions.co.uk/"},
        {code:"Our School", url:"http://www.performersproductions.co.uk/ourschool.php"},
        {code:"Our Team", url:"http://www.performersproductions.co.uk/ourteam.php"},
        {code:"Our News", url:"http://www.performersproductions.co.uk/ournews.php"},
	{code:"Classes", url:"http://www.performersproductions.co.uk/classes.php"},
	{code:"Try A Class", url:"http://www.performersproductions.co.uk/experience.php"},
	{code:"Contact Us", url:"http://www.performersproductions.co.uk/contact.php"},
			    ];

