function getFlash(fontColor, tableWidth) {
	if (fontColor.length == 0) fontColor = '393199';
	if (tableWidth.length == 0) tableWidth = '600';

	document.write('<table cellpadding="25" cellspacing="0" width="' + tableWidth + '" border="0">\n');
	document.write('<tr>\n');
	document.write('<td><span style="font-style: arial,helvetica; font-size: 12px; font-weight: bold; color: #' + fontColor + '">For optimum viewing of this site, you\'ll need to install the latest version of the FREE Macromedia Flash Player.<br><br>Click the link below and follow the instructions to install the Flash Player. When you have completed the installation (it should take less than 2 minutes) you can return to this page and press the RELOAD or REFRESH button on your browser window, or press the F5 key on your keyboard to reload this page.</font></td>\n');
	document.write('</tr>\n');
	document.write('<tr>\n');
	document.write('<td><a href="javascript: var wGetFlash = window.open(\'http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\', \'FPGetFlash\', \'width=600,height=500,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no\');" onmouseover="window.status=\'Get Flash\'; return true;" onmouseout="window.status=\'\'; return true;"><img src="/us/img/getflash.gif" border="0"></a></td>\n');
	document.write('</tr>\n');
	document.write('</table>\n');
}
