if ((navigator.appName.indexOf("Internet Explorer") > -1 && parseInt(navigator.appVersion) >= 4 && navigator.userAgent.indexOf("Windows") > -1) || (navigator.userAgent.indexOf("Netscape/7") > -1 && navigator.userAgent.indexOf("Windows") > -1)) {
	document.write ("		<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='779' height='41'>");
	document.write ("          <param name='movie' value='flash/menu.swf?page="+location.href+"'");
	document.write ("          <param name='quality' value='high'>");
	document.write ("          <param name='wmode' value='transparent'>");
	document.write ("          <embed src='flash/menu.swf?page="+location.href+"' quality='high' wmode='transparent' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='779' height='41'></embed>");
	document.write ("      </object>");
} else {
	document.write ("      <img src='images/topnav.gif' width=753 height=23 vspace=5 border=0 usemap='#Map'>");
	document.write (" 	<map name='Map'>");
	document.write (" 	<area shape='rect' coords='0,1,53,23' href='index.html'>");
	document.write (" 	<area shape='rect' coords='52,1,165,23' href='story.html'>");
	document.write (" 	<area shape='rect' coords='164,1,244,23' href='products.html'>");
	document.write (" 	<area shape='rect' coords='243,1,357,23' href='presentations.html'>");
	document.write (" 	<area shape='rect' coords='356,1,510,23' href='testimonials.html'>");
	document.write (" 	<area shape='rect' coords='509,1,668,23' href='meet.html'>");
	document.write (" 	<area shape='rect' coords='667,1,750,23' href='contact.html'>");
	document.write (" 	</map>");
}