var SML_TABLE_CAPT = [
	{
		'name' : 'Rank', 
		'type' : NUM 
	},
	{
		'name' : 'Showcase Name', 
		'type' : STR 
	},
	{
		'name' : 'Genre', 
		'type' : STR 
	},
	{
		'name' : 'Songs In Showcase', 
		'type' : STR 
	},
	{
		'name' : 'Rating', 
		'type' : STR 
	},
	{
		'name' : '', 
		'type' : NUM, 
		'hide' : true
	},
	{
		'name' : '', 
		'type' : STR, 
		'hide' : true
	},
	{
		'name' : '', 
		'type' : STR,
		'hide' : true
	},
	{
		'name' : '', 
		'type' : STR,
		'hide' : true
	}
	
];

var SML_TABLE_LOOK = {
	'structure' : [0, 1, 2, 3, 4, 5],
	'params' : [3, 0], 
	'colors' : {
		'even'    : 'eeeeee',
		'odd'     : '#d7d7d7',
		'hovered' : '#cccccc',
		'marked'  : ''
	},
	'freeze' : [0, 0], 
	'paging' : {
		'by' : 5, 
		'tt' : '&nbsp;Page %ind of %pgs&nbsp;' 
	},
	'filter' :{
		'type':0
	},
	'css' : {
		'main'     : 'tabTable1',
		'body'     : ['tabBodyCol01','tabBodyCol11','tabBodyCol21','tabBodyCol31','tabBodyCol41'],
		'captCell' : 'tabCaptionCell',
		'captText' : 'tabCaptionLink',
		'head'     : 'tabHeadCell',
		'foot'     : 'tabFootCell',
		'pagnCell' : 'tabPaging',
		'pagnText' : 'tabPagingText',
		'pagnPict' : 'tabPagingArrowCell',
		'filtCell' : 'tabFilter',
		'filtPatt' : 'tabFilterPattern',
		'filtSelc' : 'tabFilterSelect'
	}
};
