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 cellpadding="0" cellspacing="0" border="0"><tr>');
		document.write('<td rowspan="2" valign="top"><a name="top"></a><a href="index.php"><img src="images/Logo01.gif" width="95" height="80" border="0"></a></td>');
		document.write('<td><img src="images/x.gif" width="18" height="18" border="0"></td></tr>');
		document.write('<tr><td><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="700" height="80" border="0">');
		document.write('<param name="movie" value="flash/nav.swf">');
		document.write('<param name="quality" value="low">');
		document.write('<embed src="flash/nav.swf" quality="low" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="80" border="0"></embed>');
		document.write('</object></td></tr></table>');
	} else{
		document.write('<table cellpadding="0" cellspacing="0" border="0" width="716"><tr>');
		document.write('<td rowspan="3"><a name="top"></a><a href="index.php"><img src="images/Logo01.gif" width="95" height="80" border="0"></a></td>');
		document.write('<td><img src="images/x.gif" width="10" height="38" border="0"></td></tr>');
		document.write('<tr><td><a href="current_shows.php" ><img src="images/but_what.gif" width="76" height="20" alt="Whats On" border="0"></a><a href="about_facilities.php"><img src="images/but_about.gif" width="136" height="20" alt="About The Regent" border="0"></a><a href="tech_sound.php"><img src="images/but_tech.gif" width="148" height="20" alt="Tech Specs" border="0"></a><a href="friends_about.php" ><img src="images/but_friends.gif" width="168" height="20" alt="Friends of the Regent" border="0"></a><a href="contacts.php"><img src="images/but_con.gif" width="93" height="20" alt="Contact Us" border="0"></a></td></tr>');
		document.write('<tr><td><img src="images/x.gif" width="10" height="23" border="0"></td></tr></table>');
	}