function bbb()
{
	alert("The Better Business Bureau confirmation will show in a new window. "+
		"If it does not appear, turn off your popup blocker and try again.");
    window.open("http://www.bbbonline.org/cks.asp?id=10312101373238004","BBB",
        "toolbar=no,location=yes,status=yes,directories=no,menubar=no,"+
        "width=500,height=350,scrollbars=yes,resizable=yes");
}
