function catheadfoot()  //--------------------------------------------------------------------
{
showpg.document.write("<center><H3><font color=#008000>For all there is to know about AIR GUNS visit:</H3> ")
showpg.document.write("<a href='http://www.Airgun1.com' target='newwin' ") 
showpg.document.write("title='Click here to visit Airgun 1 '><font size=+3><i>Airgun 1</i></font></a>")
showpg.document.write("<h5>All about air guns, air pistols, air rifles, air gun scopes and pellets by Beeman, RWS, Benjamin, Sheridan, Colt, Daisy, Crosman, Walther and more.</font></h5></center>")
}
//end function headfoot ------------------------------------------------------------------------



function showit(pg2show,catname)  //-----------------------------------------------------------
{

deftest=typeof(showpg)

if ((deftest!="undefined") && (!showpg.closed))
{
  showpg.close()
}

showpg=window.open("",'showpgwin','resizable,scrollbars=1,status=1')
showpg.focus()
showpg.document.write("<html><head><title>",catname,"</title></head><body>")
catheadfoot()

showpg.document.write("<center><img src=",pg2show," alt='",catname," [",pg2show,"]'></center>")

catheadfoot()
showpg.document.write("</body></html>")
showpg.document.close()

}
//end function showit ---------------------------------------------------------------------------

