function catheadfoot()  //--------------------------------------------------------------------
{
showpg.document.write("<center><H3><font color=#008000>For the Best Value in High Quality Air Guns visit:</H3> ")
showpg.document.write("<a href='http://www.AirgunsUSA.com' target='newwin' ") 
showpg.document.write("title='Click here to visit AirGunsUSA'><font size=+3><i>AirgunsUSA.com</i></font></a>")
showpg.document.write("<h5>Order air pistols, air rifles, pellets and accessories by Beeman, RWS, Colt, Daisy, Crosman, ")
showpg.document.write("Benjamin, Sheridan, and the Baikal IZH-46M using a convenient shopping cart system.</font></h5>")

showpg.document.write("<form><input type='button' name='closebot' value='Close Window' onClick=window.close()>")
showpg.document.write("&nbsp;&nbsp;&nbsp;&nbsp;<input type='button' name='fcbut' value='Free Catalog' onClick=win")
showpg.document.write("dow.open('http://airgunsusa.com/email.html')></form></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 ---------------------------------------------------------------------------

