// JavaScript Document

<!-- 
function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=915001020', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
} 
// -->
function modelesswin(url,mwidth,mheight){
if (document.all&&window.print) //if ie5
eval('window.showModelessDialog(url,"","help:0;resizable:1;dialogWidth:'+mwidth+'px;dialogHeight:'+mheight+'px")')
else
eval('window.open(url,"","width='+mwidth+'px,height='+mheight+'px,resizable=1,scrollbars=1")')
}

var newwindow;
				function newWinAudio(url)
				{
					newwindow=window.open(url,'name','height=430,width=425');
					if (window.focus) {newwindow.focus()}
				}
				function newWinNews(url)
				{
					newwindow=window.open(url,'name','height=430,width=900,scrollbars=yes');
					if (window.focus) {newwindow.focus()}
				}
