var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
	var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	for (var i = 0; i < words.length; ++i){
	if (isNaN(parseInt(words[i]))) continue;
		var MM_PluginVersion = words[i]; 
	}
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<scr' + 'ipt language="VBScript"\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</scr' + 'ipt\> \n');
}
if ( MM_FlashCanPlay ) {
	document.write('		<table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFB800">');
	document.write('			<tr>');
	document.write('				<td><a href="javascript:popUp(\'index_tour.html\')"');
	document.write('						ONMOUSEOVER="changeImages(\'tour\', \'graphics/idx_art_tour_o.gif\'); return true;"');
	document.write('						ONMOUSEOUT="changeImages(\'tour\', \'graphics/idx_art_tour.gif\'); return true;"><img src="graphics/idx_art_tour.gif" alt="take the tour" name="tour" id="tour" width="241" height="28" border="0"></a>');
	document.write('				</td>');
	document.write('			</tr>');
	document.write('			  <tr>');
	document.write('				<td width="241" height="30"><a href="javascript:popUp(\'index_video.html\')"');
	document.write('					ONMOUSEOVER="changeImages(\'video\', \'graphics/idx_art_video_o.gif\'); return true;"');
	document.write('					ONMOUSEOUT="changeImages(\'video\', \'graphics/idx_art_video.gif\'); return true;"><img src="graphics/idx_art_video.gif" alt="view the intro video" name="video" id="video" width="241" height="30" border="0"></a></td>');
	document.write('			  </tr>');
	document.write('		</table>');


} else {
	document.write('<p>You need the latest version of the Flash plug-in to view the Product Tour and Intro Video. Click the Flash Player button below to get the plug-in.</p>');
	document.write('<p><a href="http://www.macromedia.com/go/getflashplayer/"><img src="/graphics/get_flash_player.gif" alt="Get Macromedia Flash Player" border="0"></a></p>');
}
