function doPOP(pid) {
	var url = "product_popups/" + pid + ".html";
	window.open(url,'refPopupWindow','left=0,top=0,toolbar=0,menubar=0,dependant=1,location=0,scrollbars=1,resizable=1,width=650,height=500');
}

function doPOP2(pid) {
	var url = "products/product_popups/" + pid + ".html";
	window.open(url,'refPopupWindow','left=0,top=0,toolbar=0,menubar=0,dependant=1,location=0,scrollbars=1,resizable=1,width=650,height=500');
}
