try{
if (self != top)
{
   if (document.images)
      top.location.replace(window.location.href);
   else
      top.location.href = window.location.href;
}
}catch(er){}

function Rcertify() { 
	rCertify();
} 
function rCertify() { 
  popupWin = window.open
  ('http://www.bbbonline.org/cks.asp?id=10201258412620727', 'Participant', 'location=yes,scrollbars=yes,width=450,height=300') 
  window.name = 'opener'; 
} 
function openRepWindow(url) { 
  popupWin = window.open
  (url, 'Participant', 'location=no,scrollbars=yes,width=510,height=350') 
  window.name = 'repPopup'; 
}
function openPinWindow(url, id) { 
  popupWin = window.open
  (url, 'Participant', 'location=no,scrollbars=yes,width=350,height=350') 
  window.name = id; 
}
function openPinWindow2(url, id, width, height) { 
  popupWin = window.open
  (url, 'Participant', 'location=no,scrollbars=yes,width=' + width + ' ,height=' + height) 
  window.name = id; 
}

function openMacromedia() { 
  url = 'http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'
  popupWin = window.open
  (url, 'Participant', '') 
  window.name = 'macromedia'; 
}
