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_ITEMS4 = [
	{pos:[73,169], itemoff:[0,102], leveloff:[20,0], style:STYLE, size:[17,102]},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;World News",url:"http://www.usnewstv.com/world_news/europe/previews/wnc_bc112006.html", target:"main"},

	{code:"Burbank",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/Burbank-NHollywood/community_overview.html", target:"main"},

	{code:"Hwd Hills | Sunset",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/HollywoodHills-Sunset/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;Melrose | Fairfax",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/Melrose-Fairfax/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Pasadena",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/Pasadena-Glendale/community_overview.html", target:"main"},

	{code:"&nbsp;SF Valley",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/SFValley/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;&nbsp;South Central",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/SouthCentral/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;Westside",url:"http://www.worldnetcast.com/TV_Channels/los_angeles/Westside/community_overview.html", target:"main"},

	{code:"&nbsp;&nbsp;&nbsp;Advertisers",url:"http://www.worldnetcast.com/TV_Channels/standard/indexadvertisers.html", target:"main"},

];