function openWindow(address,args)
{
	randValue = Math.floor(Math.random() * 1000);
	if (args == null) {
		args = "toolbar=no,menubar=no,scrollbars=auto,resizable=yes,left=150,top=150,width=300,height=200,location=no,status=no";
	}
	
	newWindow = window.open(address, 'newWindow' + randValue, args);
}

//BBBOnline Script
function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=10304071010531135', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
} 
