<!--
function CreateWindow(url,name,width,height)
{

var commonArg = "toolbar=no" + ",location=no" + ",directories=no" + ",status=no" + ",menubar=no" + ",scrollbars=no" + ",resizable=no" 
var specificArg = ",width="+width + ",height="+height

        msgWindow=window.open(url,name,commonArg+specificArg);
        }  


function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=103081510391133810', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
}


// -->
