function openBuildIt ()
{
	try {
		window.open ('http://www.toyota.ca/cgi-bin/WebObjects/WWW.woa/wa/goStep1?dealer=34030&language=english&wolog=dlrStep1', 'built_id', 'width=1000,height=680,menubar=0,resizable=0,location=0,status=0,scrollbars=0');
	}
	catch (ex) {
		alert ('Your popup blocker stop the Build It, Price It window from opening. Please disable your popup blocker.');
	}
}