BLANK_IMAGE = 'include/images/b.gif';

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:"#000000",		// background color for the items
		bgOVER:"#66FF33"	// 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 STYLE_BORDERS_0 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",		// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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_ITEMS2 = [ 
	{pos:[25,365], itemoff:[16,0], leveloff:[0,155], style:STYLE, size:[17,115]},
	{code:"&nbsp; MightyApe", url:"http://www.affliction.net.nz/affcount/click.php?id=1",		
		sub:[ 	]
	},
	{code:"&nbsp; xLAN", url:"http://www.xlan.co.nz/",		
		sub:[ 	]
	},
	{code:"&nbsp; on<sub>3</sub>network", url:"http://www.on3network.co.nz/",		
		sub:[ 	]
	},
	{code:"&nbsp; Cybergamer", url:"http://www.cybergamer.com.au/",		
		sub:[ 	]
	},
	{code:"&nbsp; Gamers Net NZ", url:"http://forums.gamers.net.nz/",		
		sub:[ 	]
	},
	
	{code:"&nbsp; Game Arena", url:"http://www.gamearena.com.au/",		
		sub:[ 	]
	},
	{code:"&nbsp; BF2 Stats", url:"http://www.bf2stats.nl/",		
		sub:[ 	]
	},

];



