/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<font color="#ff0000">Quick Links</font>', null, {'sw':150},
		['Return Home', '/'],
		['Q-mmunity', '/qmmunity/'],
		['Make Your reQuests', '/requests/'],
		['Connect on Facebook', '/facebook/'],
		['<b><font color="#FF0000">|</font><font color="#FF9900">|</font><font color="#FFCC00">|</font><font color="#339900">|</font><font color="#3366CC">|</font><font color="#9933FF">|</font></b>', '#'],
	],
	['<font color="#ff9900">Listen Now</font>', null, {'sw':152},
		['Windows Media @ 128k', 'javascript:openremoteWindowListen128();'],
		['Flash Player @ 128k', 'javascript:openremoteWindowFlash128();'],
		['Windows Media @ 56k', 'javascript:openremoteWindowListen56();'],
		['Flash Player @ 56k', 'javascript:openremoteWindowFlash56();'],
		['Tune In @ 32k', 'http://loudcity.com/stations/qnation-fm/files/show/player32k.html', {'tw' : '_blank'}],
		['On Your BlackBerry', 'http://www.nobexrc.com/Download.aspx', {'tw' : '_blank'}],
		['Other Cell Phones', '/help/'],
		['Make Your reQuests', '/requests/'],
		['<b><font color="#FF0000">|</font><font color="#FF9900">|</font><font color="#FFCC00">|</font><font color="#339900">|</font><font color="#3366CC">|</font><font color="#9933FF">|</font></b>', '#'],
	],
	['<font color="#ffcc33">Hosts and Shows</font>', null, {'sw':152},
		['The Q Crew', '/the_internet_jocks/'],
		['Broadcast Schedule', '/our_schedule/'],
		['Connect on Facebook', '/facebook/'],
		['<b><font color="#FF0000">|</font><font color="#FF9900">|</font><font color="#FFCC00">|</font><font color="#339900">|</font><font color="#3366CC">|</font><font color="#9933FF">|</font></b>', '#'],
	],
	['<font color="#009933">Contact Us</font>', null, {'sw':152},
		['Contact Forms', '/contact_us/'],
		['Submit Your Music', '/artist_submissions/'],
		['Advertise on QNation.FM', '/advertising.php'],
		['Connect on Facebook', '/facebook/'],
		['<b><font color="#FF0000">|</font><font color="#FF9900">|</font><font color="#FFCC00">|</font><font color="#339900">|</font><font color="#3366CC">|</font><font color="#9933FF">|</font></b>', '#'],
	],
	['<font color="#0033ff">Help and Support</font>', null, {'sw':152},
		['f.a.Q.s', '/help/'],
		['Our Sponsors', '/our_sponsors/'],
		['Advertise on QNation.FM', '/advertising.php'],
		['<b><font color="#FF0000">|</font><font color="#FF9900">|</font><font color="#FFCC00">|</font><font color="#339900">|</font><font color="#3366CC">|</font><font color="#9933FF">|</font></b>', '#'],
	],
	['<font color="#ff00ff">Store Links</font>', null, {'sw':152},
		['electroniQs', 'http://astore.amazon.com/rgintheradiog-20', {'tw' : '_blank'}],
		['musiQ store', 'http://astore.amazon.com/rgintheradiog-20/105-7416291-5911602?%5Fencoding=UTF8&node=48', {'tw' : '_blank'}],
		['Swag Shop', 'http://www.zazzle.com/vizradio/gifts', {'tw' : '_blank'}],
		['<b><font color="#FF0000">|</font><font color="#FF9900">|</font><font color="#FFCC00">|</font><font color="#339900">|</font><font color="#3366CC">|</font><font color="#9933FF">|</font></b>', '#'],
	],
];
