BLANK_IMAGE = 'http://www.worldnetcast.com/TV_Channels/standard/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:"#333333",		// background color for the items
		bgOVER:"#FFFFFF"		// 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:[73,136], itemoff:[0,102], leveloff:[20,0], style:STYLE, size:[17,102]},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Local News",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/local_news/local_media.html", target:"main"},

	{code:"Around the City",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/AroundTheCity/community_overview.html", target:"main"},

	{code:"Downtown LA",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/DowntownLA/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;Long Beach",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/LongBeach/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Mid-Wilshire",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/Mid-Wilshire/community_overview.html", target:"main"},

	{code:"&nbsp;San Gabriel Valley",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/SanGabrielValley/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Silverlake",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/Silverlake-LosFeliz/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;Venice Beach",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/VeniceBeach/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;What's Hot",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/community/community_overview.html", target:"main"},

];