var url = window.location.href;
if(url.indexOf("spectrum")!= "-1"){ // use dev URL or production
	icoUrl = "http://uewebserv.intranet.sprintspectrum.com:12980/2BZipped/media/Assets/showcase/";
} else {
	icoUrl = "/media/Assets/showcase/";
}

var thisID = 273;

var catData = new Array();
	/*
	column information is as follows:
	0 = categoryID (uniqueID)
	1 = title
	2 = flash type ('gam','img'(web),'mov'(trailers),'rin','rin_ani','scr','scr_ani')
	*/
	catData[catData.length]=new Array("1","Music","mov","<img src=\""+icoUrl+"ico-music-sm.gif\" />" );

var itemData = new Array();
	/*
	column information is as follows:
	0 = prevID (uniqueID)
	1 = categoryID
	2 = title
	3 = desc
	4 = flash fileName
	5 = width to display file at (optional)
	
	Will display in order listed below
	*/
	
	itemData[itemData.length]=new Array("1","1","SIRIUS Music","Enjoy 20 original, commercial-free SIRIUS Music channels, plus a channel devoted to artist interviews and exclusive guest performances. The diversity of SIRIUS Music channels means you'll hear just what you want to hear. ","mm-sirius.swf" );
	itemData[itemData.length]=new Array("2","1","Music Choice","Get the inside scoop on the hottest music stories, interviews, and performances, plus six commercial-free music channels.","mm-musicChoice.swf" );
	itemData[itemData.length]=new Array("3","1","MSpot Radio","Want high quality radio on your phone? Get on-demand access to NPR, Sporting News, MarketWatch, AP News, Accuweather, and eight music channels with MSpot radio.","mm-mSpotRadio.swf" );
	//itemData[itemData.length]=new Array("4","1","Altitude","Music video clips, interviews with your favorite modern rock artists, tour news, reviews of new releases, and more.","sirius-altitude.swf" );
	itemData[itemData.length]=new Array("5","1","IMF Int'l Music Feed","","internationalMusic.swf" );

// display the list
displayList();