
var BrowserName=navigator.appName;

if (BrowserName=='Netscape'){
	document.writeln('<table align="center" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="601">');
	document.writeln('<tr>');
	document.writeln('<td HEIGHT="15">&nbsp;</td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td ALIGN=CENTER VALIGN=CENTER ROWSPAN="6"><img SRC="images/email.gif" ALT="e-mail us" BORDER=0 height=62 width=100></td>');

	document.writeln('<td><font color="#800000">Brian Shawana</font></td>');
	document.writeln('<td><font color="#800000">Director General</font></td>');
	document.writeln('<td><font color="#800000"><a href="mailto:brian@atreide.net">brian@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td><font color="#0000FF">Micheline Ayotte</font></td>');
	document.writeln('<td><font color="#0000FF">Director of Finance</font></td>');
	document.writeln('<td><font color="#0000FF"><a href="mailto:micheline@atreide.net">micheline@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td><font color="#008080">Charlotte Kitchen</font></td>');
	document.writeln('<td><font color="#008080">Receptionist</font></td>');
	document.writeln('<td><font color="#008080"><a href="mailto:charlotte@atreide.net">Charlotte@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td><font color="#FFA500">Gloria Dedam</font></td>');
	document.writeln('<td><font color="#FFA500">Executive Assistant</font></td>');
	document.writeln('<td><font color="#FFA500"><a href="mailto:gloria@atreide.net">gloria@atreide.net</a></font></td>');
	document.writeln('</tr>');
	
	document.writeln('<tr>');
	document.writeln('<td><font color="#008000">Richard Saunders</font></td>');
	document.writeln('<td><font color="#008000">Chairman</font></td>');
	document.writeln('<td><font color="#008000"><a href="mailto:r.saunders@atreide.net,commissioner@atreide.net">r.saunders@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td><font color="#808000">Philip Awashish</font></td>');
	document.writeln('<td><font color="#808000">Commissioner</font></td>');
	document.writeln('<td><font color="#808000"><a href="mailto:philip.awashish@atreide.net,commissioner@atreide.net">philip.awashish@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td HEIGHT="20">&nbsp;</td>');
	document.writeln('</tr>');
	document.writeln('</table>');
}

if (BrowserName=='Microsoft Internet Explorer'){
	document.writeln('<table align="center" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="601">');
	document.writeln('<tr>');
	document.writeln('<td HEIGHT="15">&nbsp;</td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td ALIGN=CENTER VALIGN=CENTER ROWSPAN="6"><img SRC="images/email.gif" ALT="e-mail us" BORDER=0 height=62 width=100></td>');

	document.writeln('<td><font color="#800000">Brian Shawana</font></td>');
	document.writeln('<td><font color="#800000">Director General</font></td>');
	document.writeln('<td><font color="#800000"><a href="mailto:brian@atreide.net">brian@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td><font color="#0000FF">Micheline Ayotte</font></td>');
	document.writeln('<td><font color="#0000FF">Director of Finance</font></td>');
	document.writeln('<td><font color="#0000FF"><a href="mailto:micheline@atreide.net">micheline@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td><font color="#008080">Charlotte Kitchen</font></td>');
	document.writeln('<td><font color="#008080">Receptionist</font></td>');
	document.writeln('<td><font color="#008080"><a href="mailto:charlotte@atreide.net">Charlotte@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td><font color="#FFA500">Gloria Dedam</font></td>');
	document.writeln('<td><font color="#FFA500">Executive Assistant</font></td>');
	document.writeln('<td><font color="#FFA500"><a href="mailto:gloria@atreide.net">gloria@atreide.net</a></font></td>');
	document.writeln('</tr>');
	
	document.writeln('<tr>');
	document.writeln('<td><font color="#008000">Richard Saunders</font></td>');
	document.writeln('<td><font color="#008000">Chairman</font></td>');
	document.writeln('<td><font color="#008000"><a href="mailto:r.saunders@atreide.net;commissioner@atreide.net">r.saunders@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td><font color="#808000">Philip Awashish</font></td>');
	document.writeln('<td><font color="#808000">Commissioner</font></td>');
	document.writeln('<td><font color="#808000"><a href="mailto:philip.awashish@atreide.net;commissioner@atreide.net">philip.awashish@atreide.net</a></font></td>');
	document.writeln('</tr>');

	document.writeln('<tr>');
	document.writeln('<td HEIGHT="20">&nbsp;</td>');
	document.writeln('</tr>');
	document.writeln('</table>');
}
