foreach ($images as $identifier=>$image) {
//$sz = getimagesize("$dir/thumbs/$image");
//if ($sz[0] > $sz[1]) {
// else
// $szStr = "width=\"100\" height=\"66\"";
//} else {
if ($pg == 6)
$szStr = "width=\"75\" height=\"75\" class=\"square\"";
else
$szStr = "width=\"100\" height=\"66\"";
//}
echo "\t\t

\n";
}
?>
echo $description[$pg-1]; ?>