File: /home/awaldron/public_html/archive/damratoski/railgold.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/gallery08.jpg" align="left">
<P><span class="title">Handrails</span>
<P>John Damratoski's patented metal Rail Gold, incorporates a rich golden color and texture with sleek lines.
When looking at it up close or from afar, it gives the appearance of real gold. This unique finish shows no
fingerprints when touched; making it extremely maintenance free.
<P>This patented metal is only available on John's custom works, and can provide your home with brilliant
golden reflections.
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<?php
require("_footer.php");
?>