//======================================================================
// Nathanael Morrison
// Uptdated: August 21, 2002
//======================================================================

try{
if (self != top)
{
   if (document.images)
      top.location.replace(window.location.href);
   else
      top.location.href = window.location.href;
}
}catch(er){}

function popUp(url) {
  sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=550');
  self.name = "mainWin"; 
}

function Rcertify() { 
  popupWin = window.open
  ('http://www.bbbonline.org/cks.asp?id=10201258173320730', 'Participant', 'location=yes,scrollbars=yes,width=550,height=300') 
  window.name = 'opener'; 
} 

function swapImage(i,url){

  imgName = "opt" + i;

  document.images[imgName].src = url;

}