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 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","Sprint TV","mov","<img src=\""+icoUrl+"ico-multimedia-smBlack.gif\" />" );//1
	//catData[catData.length]=new Array("2","Music","mov","<img src=\""+icoUrl+"ico-multimedia-smBlack.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","Sprint TV","See and hear high-quality video and vibrant audio from ABC, The Discovery Channel, The Weather Channel, FOX Sports and more.","mm-sprintTV.swf" );
	itemData[itemData.length]=new Array("2","1","CNNtoGo","CNNtoGO features CNN QuickCast, an online newscast, plus additional video clips covering business, politics, sports, entertainment and more.","mm-cnnToGo.swf" );
	itemData[itemData.length]=new Array("3","1","Fox Sports","Fox Sports video to go! A complete rundown of your regional and national sports coverage, plus entertainment programming and exclusively produced video.","mm-foxSports.swf" );
	itemData[itemData.length]=new Array("4","1","The Weather Channel","The Weather Channel offers severe weather updates as well as national, regional, and local video forecasts for the top 75 U.S. cities.","mm-twc.swf" );
	itemData[itemData.length]=new Array("5","1","GoTV","GoTV delivers world and national news from AP and Reuters, movie reviews from Variety, entertainment comedy and more in full video.","mm-1ktv.swf" );
	itemData[itemData.length]=new Array("6","1","IMF Int'l Music Feed","","internationalMusic.swf" );
	
	//itemData[itemData.length]=new Array("6","2","Music Choice","Get the inside scoop on the hottest music stories, interviews and performances, plus six commercial-free music channels.","mm-musicChoice.swf" );

// display the list
displayList();