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')
	*/
	
	rinImage = "<img src=\""+icoUrl+"ico-screenSavers-smBlack.gif\" />";
	
	
	catData[catData.length]=new Array("1", "Theme Samples","scr",rinImage );

	
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)
	6 = type (do not use)
	7 = x adjustmnet in pixels
	8 = y adjustmnet in pixels
	
	Will display in order listed below
	*/
	
	ringDesc = "Available now - Music Tones from Sprint! Music Tones are actual music clips of the hottest hits from yesterday and today. ";
	
	catDesc = "Make your theam fit you!  Sprint offers hip, off the hook images to personalize your phone screen.";
	

	
	itemData[itemData.length]=new Array("2","1","Graffiti",catDesc,"template-graffiti-complex-standby.jpg" );
	itemData[itemData.length]=new Array("3","1","Maxim",catDesc,"template-maxim-complex-standby.jpg" );
	itemData[itemData.length]=new Array("4","1","Rainforest",catDesc,"template-rainforest-complex-standby.jpg" );
	itemData[itemData.length]=new Array("5","1","Tropical",catDesc,"template-tropical-complex-standby.jpg" );
	itemData[itemData.length]=new Array("6","1","Bettyboop",catDesc,"template-bettyboop-standby.jpg" );
	itemData[itemData.length]=new Array("7","1","Feelin Lucky",catDesc,"template-feelinlucky-standby.jpg" );
	itemData[itemData.length]=new Array("8","1","Flirt",catDesc,"template-flirt-standby.jpg" );
	itemData[itemData.length]=new Array("9","1","I Love America",catDesc,"template-iloveamerica-standby.jpg" );
	itemData[itemData.length]=new Array("10","1","Luck of the Irish",catDesc,"template-luckotheirish-standby.jpg" );
	itemData[itemData.length]=new Array("11","1","Storms Lightning",catDesc,"template-stormslightning-standby.jpg" );

// display the list
displayList();