function Rcertify() { 
    popupWin = window.open ('http://www.bbbonline.org/cks.asp?id=885000412', 'Participant', 'location=yes,scrollbars=yes,width=450,height=300') 
    window.name = 'opener'; 
} 
// Copyright (c) 2000 internet.com Corp.
// http://www.webreference.com/js/
// License is granted if and only if this entire copyright notice is included. By Tomer Shiran.
function launch(newURL, newName, newFeatures, orgName) {
  var remote = open(newURL, newName, newFeatures);
	if (remote.opener == null)
	  remote.opener = window;
  remote.opener.name = orgName;
	return remote;
}
function launchHelp() {
  myHelp = launch("http://www.KokopelliLtd.com/Green_Market/CartHelp.html", "_carthelp", "height=300,width=550,titlebar=1,scrollbars=1", "");
}

