//27.03.2002 TMX menu builder. PIC.
//checks for Flash and writes either movie or gif table.


if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) {
	document.write('<embed src="intro.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="191"></embed>');
} else {
	document.write('no flash');
}