';
echo '';
echo '';
$tab_count = count($table_tabs);
$remaining_width= $table_width - ($tab_count * 100);
if ($tab_count > 0)
{
echo '';
//draw tabs and select the active doc
for ($i=0;$i<$tab_count;$i++)
{
if ($i == $table_tabindex)
{
echo '';
}else
{
echo '';
}
}
echo '';
echo '';
}
echo '
|