

function show_rp_testimonials(){
  //set tab
  document.getElementById('rp_testimonials').src='images/tab_rp_testimonials_dn.png';
  document.getElementById('rp_faqs').src='images/tab_rp_faqs.png';
  document.getElementById('rp_testimonials').blur();
  //set panel
  document.getElementById('rp_box_testimonials').style.visibility='visible';
  document.getElementById('rp_box_faqs').style.visibility='hidden';
}

function show_rp_faqs(){
  //set tab
  document.getElementById('rp_faqs').src='images/tab_rp_faqs_dn.png';
  document.getElementById('rp_testimonials').src='images/tab_rp_testimonials.png';
  document.getElementById('rp_faqs').blur();
  //set panel
  document.getElementById('rp_box_faqs').style.visibility='visible';
  document.getElementById('rp_box_testimonials').style.visibility='hidden';
}


function poplchatup(url) {
   newwindow=window.open(url,"Bonus Help","height=360,width=461,resizable=1,scrollbars=1");
   if (window.focus) {newwindow.focus()}
   return false;
}
