function html_contactPopup() {
	html = '';

	html += '			<table cellpadding="0" cellspacing="0" border="0" style="width: 353px">';
	html += '			<tr>';
	html += '				<td><img src="images/interface/popup-header.jpg" width="353" height="1" alt="" border="0"></td>';
	html += '			</tr>';
	html += '			<tr>';
	html += '				<td class="bg-popup" style="padding-top: 5px; padding-left: 25px; padding-right: 25px">';
	html += '					<img src="images/shift.gif" width="1" height="13" alt="" border="0"><br>';
	html += '					<span class="text-heading">CONTACT INFO</span><br><br>';
	html += '					<span class="text">';
	html += '						<b>Michele Uys</b> - Marketing and Exports<br>';
	html += '						<a href="mailto:michele@fortsimon.com">michele@fortsimon.com</a><br>';
	html += '						<br>';
	html += '						<b>Susan Bredell</b> - Accounts<br>';
	html += '						<a href="mailto:susan@fortsimon.com">susan@fortsimon.com</a><br>';
	html += '						<br>';
	html += '						<b>Lezanne Bredell</b> - Public Relations<br>';
	html += '						<a href="mailto:lezanne@fortsimon.com">lezanne@fortsimon.com</a><br>';
	html += '						<br>';	
	html += '						<b>Renier Uys</b> - Farming<br>';
	html += '						<a href="mailto:renier@fortsimon.com">renier@fortsimon.com</a><br>';
	html += '						<br>';
	html += '						<b>Marinus Bredell and Stander Maass</b> - Winemaking Cellar<br>';
	html += '						<a href="mailto:cellar@fortsimon.com">cellar@fortsimon.com</a><br>';
	html += '					</span>';
	html += '					<img src="images/shift.gif" width="1" height="13" alt="" border="0"><br>';
	html += '				</td>';
	html += '			</tr>';
	html += '			<tr>';
	html += '				<td align="right" class="bg-popup" style="padding-bottom: 18px; padding-right: 15px"><div class="pointer" style="width: 85px;" onfocus="this.blur();" onmouseover="rollOn(document.close, \'close\')" onmouseout="rollOff(document.close, \'close\')" onmouseover="rollOn(document.close, \'close\')" onclick="hideDiv(document.getElementById(\'message_div\'));"><img src="images/interface/button-close-norm.jpg" width="85" height="32" id="close" name="close" alt="" border="0"></div></td>';
	html += '			</tr>';
	html += '			</tr>';
	html += '			<tr>';
	html += '				<td><img src="images/interface/popup-footer.jpg" width="353" height="1" alt="" border="0"></td>';
	html += '			</tr>';

	return html;
}