<!-- PotTitle.js  -->

<!-- Build the Title string here -->

TitleStr="<P ALIGN='CENTER'>" +
         "<IMG SRC='images/potfire.gif' WIDTH=417 HEIGHT=70 ALT='Potter Firearms'>" +
         "<BR>" +
         "<A HREF='default.htm'><IMG SRC='images/home.gif' WIDTH=90 BORDER=0 HEIGHT=30 ALT='Home Page'></A>" +
         "<IMG SRC='images/spacer.gif' WIDTH=140 HEIGHT=1 ALT=''>" +
         "<A HREF='email.htm'><IMG SRC='images/mail.gif' WIDTH=90 BORDER=0 HEIGHT=30 ALT='Email Potter Firearms'></A>" +
         "</P>"


<!-- write it into the Document -->
document.write(TitleStr);


<!-- End PotTitle.js -->

