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

function guarantees() {
var popupwindowB
popupwindowB=window.open("/pp/_guar.htm","guarantees","scrollbars=1, top=250,left=400,width=300,height=350")
popupwindowB.focus()
}
	
function shipping() {
var popupwindowC
popupwindowC=window.open("/pp/_ship.htm","shipping","scrollbars=1, top=250,left=400,width=300,height=350")
popupwindowC.focus()
}
	
function returns() {
var popupwindowD
popupwindowD=window.open("/pp/_ret.htm","returns","scrollbars=1, top=250,left=400,width=300,height=350")
popupwindowD.focus()
}
	
function faq() {
var popupwindowE
popupwindowE=window.open("/faq.htm","faq","scrollbars=1, top=50,left=50,width=750,height=500")
popupwindowE.focus()
}
	
function how_to_order() {
var popupwindowF
popupwindowF=window.open("/pp/_how_to.htm","how_to","scrollbars=1, top=250,left=400,width=300,height=350")
popupwindowF.focus()
}
	