function displayChrome(imagePath) {
	output = '<div id="chrome"><table width="795" border="0" cellspacing="0" cellpadding="0">';
	output += '	<tr>';
	output += '		<td>';
	output += '			<div align=left><a href="http://www.disney.com.hk" target="_blank"><img src="' + imagePath + 'chromeDisneyDotCom.gif" width="96" height="25" border="0" alt="Disney.com.hk"></a></div>';
	output += '		</td>';
	output += '	</tr>';
	output += '</table></div>';
	return output;
}