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:"#666666"		// 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_ITEMS1 = [
	{pos:[5,85], itemoff:[0,65], leveloff:[21,0], style:STYLE, size:[33,65]},
	{code:"Breaking News",url:"http://www.worldnetcast.com/TV_Channels/standard/breakingnews/mappedup_embed.html", target:"main"},
	{code:"Featured Channels",url:"http://www.worldnetcast.com/TV_Channels/standard/featured_channels.html", target:"main"},
	{code:"Yellow PagesTV",url:"http://www.yellowpagestv.com", target:"_top"},
	{code:"White PagesTV",url:"http://www.worldnetcast.com/TV_Channels/standard/comingsoon.html", target:"main"},
	{code:"Blogger<br>TV",url:"http://www.bloggertv.com", target:"_top"},
	{code:"Net MobileTV",url:"http://www.netmobiletv.com/tv-channels/index2.html", target:"main"},
	{code:"&nbsp;&nbsp;&nbsp;Video<br>&nbsp;&nbsp;&nbsp;P2P",url:"http://www.worldnetcast.com/TV_Channels/standard/comingsoon.html", target:"main"},
	{code:"Travel+<br>LeisureTV",url:"http://www.travelandleisuretv.com/index.html", target:"main"},
	{code:"&nbsp;&nbsp;&nbsp;Resort<br>&nbsp;&nbsp;&nbsp;LifeTV",url:"http://www.resortlifetv.com", target:"_top"},
	{code:"&nbsp;&nbsp;&nbspeRetail<br>&nbsp;&nbsp;&nbspTV",url:"http://www.eretailtv.com/TV_Channels/index2.html", target:"main"},
	{code:"Health WorldTV",url:"http://www.worldnetcast.com/TV_Channels/standard/comingsoon.html", target:"main"},
	{code:"Video Upload",url:"http://www.citiestv.com/index.html", target:"main"},
	{code:"Live Support",url:"http://www.worldnetcast.com/support/index.php", target:"main"},
	{code:"WNC Channels",url:"http://www.worldnetcast.com/page1a.html", target:"main"},
	{code:"About<br>Us",url:"http://www.worldnetcast.com/Corporate/About_Us-home.htm", target:"main"}
];