
<!-- Begin

function showFAQ(name, anchor) {
         faqsWin=window.open("faqs/faqs_"+name+"_popup.html#"+anchor,"faqsWindow","left="+(screen.width-400)/2+",top="+(screen.height-500)/2+",width=400,height=500,status=no,toolbar=no,resizable=no,scrollbars")
         faqsWin.moveTo((screen.width-400)/2,(screen.height-500)/2)
         faqsWin.focus()
}

// End -->