function DisplayImage(picURL,picWidth,picHeight){
var wid = (picWidth - 250);
var hite = (picHeight - 75);
newWindow=window.open(picURL,'newWin','left=50,top=20,location=0,menubar=0,scrollbars=0,status=0,toolbar=0,width='+picWidth+',height='+picHeight)
newWindow.document.write('<html><head><TITLE>View Larger Image - Bobs Gun Shop<\/TITLE><\/head><style>.overall {position : relative; left : 0; top : 0;} .overlay {position : absolute; left : '+wid+'; top : '+hite+';}</style><body bgcolor=#ffffff topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><div class="overall"><a href="javascript:top.close();"><IMG SRC="'+picURL+'" border=0 ALT="Click To Close"></a><div class="overlay"><a href="javascript:top.close();"><img src="images/overlay.gif" border=0></a></div></div><\/body><\/html>')
newWindow.resizeBy(picWidth-newWindow.document.body.clientWidth,picHeight-newWindow.document.body.clientHeight)
newWindow.focus()
}


function DisplayImagewtmk(picURL,picWidth,picHeight){
var wid = (picWidth - 250);
var hite = (picHeight - 75);
newWindow=window.open(picURL,'newWin','left=50,top=20,location=0,menubar=0,scrollbars=0,status=0,toolbar=0,width='+picWidth+',height='+picHeight)
newWindow.document.write('<html><head><TITLE>View Larger Image - Bobs Gun Shop<\/TITLE><\/head><body bgcolor=#ffffff topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><a href="javascript:top.close();"><IMG SRC="'+picURL+'" border=0 ALT="Click To Close"></a><\/body><\/html>')
newWindow.resizeBy(picWidth-newWindow.document.body.clientWidth,picHeight-newWindow.document.body.clientHeight)
newWindow.focus()
}



