function faqpop() {
var bars = "height=500px,width=640px,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no";
var poploc = "http://biorelief.com/popup.htm";
var popname = "F.A.Q.'s";

window.open(poploc,"",bars);
}

