extract($_REQUEST);
echo"
";
if ($N=='all') echo "Virus Name Index";
else echo "T=$N Virus Name Index";
echo"";
include ("header.php");
include ("titlebartop.html");
if ($N=='all') echo "Viral Structure Name Index";
else echo "T=$N Virus/Capsid structures";
include ("titlebarbottom.html");
if ($N==1) {
$T1page='TRUE';
// PROPOGATE SELECTED OPTIONS INTO THE RELOADED PAGE
if ($combined==1) $separate = 'combine';
if ($sorted) $sortlist = $sorted;
// SET DEFAULT VALUES
if(!$separate) $separate = 'separate';
}
//BY DEFAULT SORT BY FAMILY
if(!$sortlist) $sortlist = "default";
//CREATE THE PAGE
include("./CREATE_PAGES/TnumIndex.php");
if ($N==1){
if($separate=='separate') {
printRows(1, $sortlist);
print "
\n";
include ("titlebartop.html");
print "T=1, Pseudo T=3 Virus/Capsid structures";
include ("titlebarbottom.html");
printRows("'pT3'", $sortlist);
}
else { printRows("1 OR Tnum='pT3'", $sortlist);}
}
else printRows($N, $sortlist);
include ("footer.html");
?>