File: /home/awaldron/www/archive/damratoski/handrails.php
<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS);
}
$numpics = 21;
if (!($img)) { $img = 1; }
if ($img < 3) { $min = 1; $max = 5; }
else if ($img > ($numpics-2)) { $min = 17; $max = 21; }
else { $min = $img - 2; $max = $img + 2; }
require("_header.php");
?>
<P><img src="gui/gallery22.jpg" align="left">
<P><span class="title">Handrails</span>
<P>Metal is enduring, classic, contemporary; brining a uniqueness to any space. Clean lines develop an
aesthetic scene, taking an ordinary case of stairs and evolving them into a work of art. Cold, hard, steel
is not the only pallet obtainable. There are various textures and hues created with destinct finishes,
making the plain into something striking.
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<?php
require("_footer.php");
?>