function popup1() {
var popupwindow1
popupwindow1=window.open("/img/images-amazon/CR1620V-WFS.main.jpg","popup1","scrollbars=1, top=150,left=150,width=420,height=508")
popupwindow1.focus()
}

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

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

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

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

