\n";
$showHideMe=0;
$tdCount=0;
while ( $row=mysql_fetch_array($pictureList, MYSQL_ASSOC) ) {
++$showHideMe;
++$tdCount;
// SET VERTICAL
$width="80";
$height="60";
if ( $row['vertical']=="yes" ) {
$width="60";
$height="80";
}
// SHOW EACH PIC
print "\n";
if ( $row['media']=="photo" ) {
print "";
}else{
print "";
}
print "\n ".$row['abstractComment']." \n | \n\n";
if ($tdCount==6) {
$tdCount=0;
print"
\n\n";
}
}
print " |
";
makeMenu($countRows, $page, "/$langThreeName/pictures/index.html");
// END
include $_SERVER['DOCUMENT_ROOT']."/eng/footer.txt";
?>