function privacy() {
var popupwindow1
popupwindow1=window.open("/policy_popups/_privacy.htm","privacy","scrollbars=1,top=250,left=400,width=300,height=350")
popupwindow1.focus()
}

function guarantees() {
var popupwindow2
popupwindow2=window.open("/policy_popups/_guar.htm","guarantees","scrollbars=1,top=250,left=400,width=300,height=350")
popupwindow2.focus()
}

function shipping() {
var popupwindow3
popupwindow3=window.open("/policy_popups/_shipping.htm","shipping","scrollbars=1,top=250,left=400,width=300,height=350")
popupwindow3.focus()
}

function returns() {
var popupwindow4
popupwindow4=window.open("/policy_popups/_returns.htm","returns","scrollbars=1,top=250,left=400,width=300,height=350")
popupwindow4.focus()
}

function popup5() {
var popupwindow5
popupwindow5=window.open("/images/images-amazon/CLW-DHC.main.jpg","popup5","scrollbars=1, top=150,left=150,width=285,height=508")
popupwindow5.focus()
}

function popup6() {
var popupwindow6
popupwindow6=window.open("/images/images-amazon/CLM-DHC.main.jpg","popup6","scrollbars=1, top=150,left=150,width=508,height=274")
popupwindow6.focus()
}

