var emptyDes = '<div class="nofiles">No files found</div>';
var listDesign		= new FileTableDesign('<tr class="{$trclass}"><td><img src="img/filetypes/{$ico}.gif" width="16" height="16" alt="" title=""/></td><td class="firstcol"><div><a href="{$h}" {$target}>{$nameCut}</a>{$rating}</div>{$d}</td><td>{$filesize}</td><td>{$downloaded}</td><td>{$uploaddate}</td></tr>', '<table class="listview"><thead><tr><th>&nbsp;</th><th class="firstcol">File name</th><th>Size</th><th>Downloaded</th><th>Date</th></tr></thead>', '</table>', emptyDes);
var thumbsDesign	= new FileTableDesign('<td><div class="place" id="thumb{$id}"><a href="{$h}" {$target}><img src="_thumbscache/{$th}.jpg" width="120" height="120" alt="" title="{$d}"/></a></div><a href="{$h}" {$target}>{$nameCut}</a></td>{$trbr}', '<table class="thumbview"><tr>', '</tr></table>', emptyDes);
var bblinksDesign	= new FileTableDesign('[url=http://www.orbitfiles.com/{$h2}]{$name} {$filesize}[/url]' + "\n", '<textarea class="code">', '</textarea>', emptyDes);
var bbthumbsDesign	= new FileTableDesign('[url=http://www.orbitfiles.com/{$h2}][img]http://www.orbitfiles.com/_thumbscache/{$th}.jpg[/img][/url]' + "\n", '<textarea class="code">', '</textarea>', emptyDes);