function askAbout () 
{
var subj = "Ask About - " + document.title;
var body = "My question refers to: " +  document.URL;
var mailto_link = 'mailto:sales@belson.com?subject=' + subj + '&body=' + body;
location.href = mailto_link;
}

function buyingguide(h,t)
{
window.open('buyingguide.asp?H='+h+'&T='+t+'','','toolbar=0,menubar=0,resizable=1,width=1024,height=655,scrollbars=0,scroll=0')
}

function closerlook(i,t)
{
window.open('closerlook.asp?I='+i+'&T='+t+'','','toolbar=0,menubar=0,resizable=1,width=1024,height=655,scrollbars=0,scroll=0')
}

function gallery(mn)
{
window.open('gallery.asp?M='+mn+'','','toolbar=0,menubar=0,resizable=1,width=1024,height=655,scrollbars=0,scroll=0')
}

function DisplayImage(picURL,picWidth,picHeight,picTitle)
{
newWindow=window.open(picURL,'newWin','toolbar=no,status=no,width='+picWidth+',height='+picHeight+',')
newWindow.document.write('<html><head><title>'+picTitle+' -  Belson Outdoors, Inc.</title></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><img src="'+picURL+'"></body></html>');
newWindow.document.close()
}

function DisplayPage(pageURL,pageWidth,pageHeight)
{
newWindow=window.open(pageURL,'newWin','toolbar=no,status=no,scrollbars=yes,width='+pageWidth+',height='+pageHeight+',')
newWindow.document.close()
}