<!--
if (!jruWindowNameVar)
	{
	var jruWindowNameVar;
	}
var jruPlugin = 0;
var jruActiveX = 0;
var jruPlugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (jruPlugin)
	{
	jruPlugin = parseInt(jruPlugin.description.substring(jruPlugin.description.indexOf(".")-1)) >= 5;
	}
else if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1)
	{
	document.writeln('<script language="VBScript">');
	document.writeln('on error resume next');
	document.writeln('jruActiveX = IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))');
	document.writeln('</script>');
	}
function jruOpenWindowSub()
	{
	parent.jruOpenWindow()
	}
function jruOpenWindow()
	{
	if (!jruWindowNameVar || jruWindowNameVar.closed)
		{
//		jruWindowNameVar = window.open('','jruMusicPlayer','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=135');
		jruWindowNameVar = window.open('','jruMusicPlayer','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=140');
		if (jruPlugin == 1 || jruActiveX == 1 || navigator.platform.indexOf("Mac") >= 0 && navigator.userAgent.indexOf("MSIE") >= 0)
			{
			jruWriteContent();
			}
		else
			{
			jruNeedFlash();
			}
		}
	else
		{
		jruWindowNameVar.focus();
		}
	}
function jruWriteContent()
	{
	var jruTheContent;
	jruTheContent = '';
	jruTheContent += '<html>';
	jruTheContent += '<head>';
	jruTheContent += '<title>Simon Music Player</title>';
	jruTheContent += '</head>';
	jruTheContent += '<body bgcolor="#FFCC00" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">';
	jruTheContent += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="500" height="135">';
	jruTheContent += '<param name="movie" value="../media/listen_player.swf">';
	jruTheContent += '<param name="quality" value="high">';
	jruTheContent += '<param name="bgcolor" value="#FFCC00">';
	jruTheContent += '<param name="menu" value="false">';
	jruTheContent += '<embed src="../media/listen_player.swf" quality=high bgcolor=#FFCC00 menu=false width="500" height="135" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">';
	jruTheContent += '</embed>';
	jruTheContent += '</object>';
	jruTheContent += '</body>';
	jruTheContent += '</html>';
	jruWindowNameVar.document.open();
	jruWindowNameVar.document.write(jruTheContent);
	jruWindowNameVar.document.close();
	}
function jruNeedFlash()
	{
	var jruTheContent;
	jruTheContent = '';
	jruTheContent += '<html>';
	jruTheContent += '<head>';
	jruTheContent += '<title>Simon Music Player - You Need Flash</title>';
	jruTheContent += '</head>';
	jruTheContent += '<body bgcolor="#FFCC00" text="#800000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">';
	jruTheContent += '<form method="get" action="http://www.macromedia.com/downloads/" target="outside">';
	jruTheContent += '<table width="100%" height="26" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">';
	jruTheContent += '<tr>';
	jruTheContent += '<td><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#800000">&nbsp;<b>You Need Macromedia`s Flash Plugin</b></font></td>';
	jruTheContent += '</tr>';
	jruTheContent += '</table>';
	jruTheContent += '<table width="100%" border="0" cellspacing="0" cellpadding="8">';
	jruTheContent += '<tr align="center">';
	jruTheContent += '<td><font face="Verdana, Arial, Helvetica, sans-serif" size="1">';
	jruTheContent += 'You need Macromedia`s Flash plugin. It is the smallest and most popular plugin. You may have the plugin already and just need an upgrade. To find out more about the Flash plugin click on the button below.';
	jruTheContent += '</font></td>';
	jruTheContent += '</tr>';
	jruTheContent += '<tr align="center">';
	jruTheContent += '<td><input type="submit" value="Get Flash" style="width: 100px; height: 25px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;"></td>';
	jruTheContent += '</tr>';
	jruTheContent += '</table>';
	jruTheContent += '</form>';
	jruTheContent += '</body>';
	jruTheContent += '</html>';
	jruWindowNameVar.document.open();
	jruWindowNameVar.document.write(jruTheContent);
	jruWindowNameVar.document.close();
	}
//-->
