// This file is no longer used. It used to be for the BBBOnLine Reliability Seal
// in the footer but Adam embeded it directly into the footer to speed up the
// site. The "newWindow" function wasn't even be used by anything on the site.

function Rcertify() {
	popupWin = window.open
	('http://www.bbbonline.org/cks.asp?id=101022715454', 'Participant', 'location=yes,scrollbars=yes,width=450,height=300') 
	window.name = 'opener'; 
}

function newWindow(url) {
	theHeight = screen.height - 100;
	popWindow = window.open(url,"smallWin","width=350,height=" + theHeight + ",status=yes,scrollbars=yes,top=0,left=0,resizable=yes").focus();
}