//alert(navigator.appName);
function CyberBassPlay(source,rate,balance){
	if (navigator.appVersion.indexOf("Win")!=-1||navigator.appVersion.indexOf("Linux")!=-1){
		if (balance<=-100) balance=-10000;
		if (balance>=100) balance=10000;
		if (balance>-100&&balance<100) balance=100*balance;
		if (rate==1) rate=100;
		speed=rate/100.;
		if (rate>150) {rate=150; speed=1.5;}
		if (rate<25) {rate=25;speed=.25;}
		if (navigator.appName=="Microsoft Internet Explorer"){
			document.getElementById('mediaplayer').innerHTML=
			'<OBJECT id="CyberBass" width="300" height="60"'
			+'CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"'
			+'type="application/x-oleobject">'
			+'<PARAM NAME="URL" VALUE=' + source +'>'
			+'<PARAM NAME="AutoStart" VALUE="True">'
			+'<PARAM name="uiMode" value="full">'
			+'<PARAM name="PlayCount" value="100">'
			+'<PARAM name="balance" value='+balance+'>'
			+'<PARAM name="Rate" value='+ speed +'></OBJECT>';
		}
			
		if (navigator.appName=="Netscape"||navigator.appName=="Opera"){
			document.getElementById('mediaplayer').innerHTML=
			'<EMBED type="application/x-mplayer2"'
			+'pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"'
			+'id="CyberBass" name="mediaPlayer" displaysize="0" autosize="0"' 
			+'bgcolor="darkblue" showcontrols="0" showtracker="0" playcount="100"'
			+'showdisplay="0" showstatusbar="0" videoborder3d="0" width="350" height="60"'
			+'src="'+source+'" autostart="1" loop="0" rate="'+speed+'" balance="'+balance+'"> </EMBED>' ;
		}	

		document.getElementById('intructions').innerHTML=
			'<font face="Arial, Arial, Helvetica"><p style="margin-top: 0; margin-bottom: 0"><font size="2" color="#6699CC">'
            +'<a target="_blank" href="http://cyberbass.com/Content/FAQs/FAQs.htm#Embedded_Media_Player">Click Here</a><font size="2">'
            +' if a player does not appear at the right.</font></font><p style="margin-top: 0; margin-bottom: 0">'
			+'<font size="2" color="#6699CC"> A slider bar on the player allows you to rewind or advance the track.</font><p style="margin-top: 0; margin-bottom: 0">'
			+'<font size="2" color="#6699CC">Click on <a target="_blank" href="http://cyberbass.com/Content/player_controls.htm">Player Controls</a>'
			+' for Instructions to Change Playback Speed and Balance.</font></p>'
        	+'<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p><p align="center" style="margin-top: 0; margin-bottom: 0">'
        	+'<font color="#669966" size="2">Copyright © 2008 The CyberBass Project.&nbsp;&nbsp;&nbsp;&nbsp; All Rights Reserved.</font>';

		document.getElementById('playercontrols').innerHTML=
			'<p style="margin-top: 0; margin-bottom: 0">'
			+'<b><u><font size="2" color="#669966">'
			+'<a target="_blank" href="http://cyberbass.com/Content/player_controls.htm">NEW Player Controls</a>'
			+'</p></font></u></b>';

		document.getElementById('ratecontrol').innerHTML=
	    	'<form name="rateinput">'
	    	+'<p style="margin-top: 0; margin-bottom: 0" align="right">'
	    	+'<font size="1" face="Arial, Arial, Helvetica">'
	    	+'<input name="rate" size="3" value="'+rate+'" style="color: #FFFF00; background-color: #000000; text-align:right"></font></p>'
	    	+'<p align="right" style="margin-top: 0; margin-bottom: 0">'
	    	+'<font color="#FFFF00" size="2">Speed</font></form></p>';

		document.getElementById('balancecontrol').innerHTML=
		    '<form name="balanceinput">'
	    	+'<p style="margin-top: 0; margin-bottom: 0" align="left">'
	    	+'<font size="1">'
	    	+'<input name="balance" size="3" value="'+balance/100+'" style="color: #FFFF00; background-color: #000000; text-align:right"></font></p>'
	    	+'<p align="left" style="margin-top: 0; margin-bottom: 0">'
	    	+'<font color="#FFFF00" size="2">Balance</font></form></p>';
	}

	if (navigator.appVersion.indexOf("Mac")!=-1||navigator.userAgent.indexOf("iPad")!=-1){
		
		document.getElementById('mediaplayer').innerHTML=
			'<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"'
			+'codebase="http://www.apple.com/qtactivex/qtplugin.cab">'
            +'<pluginspage="http://www.apple.com/quicktime/download/">'
			+'<embed src="'+source+'"'
			+' width="200" height="18" controller="true" align="middle" loop="true" kioskmode="true"'
			+' autoplay="true" KEEPASPECTRATIO="false" bgcolor="black" showlogo="true" correction="none">'
			+'<EnableJavaScript="true" PARAM name="Rate" value="200">';
		document.getElementById('intructions').innerHTML=
			'<font face="Arial, Arial, Helvetica"><p style="margin-top: 0; margin-bottom: 0"><font size="2" color="#6699CC">'
            +' A QuickTime Player will Appear on Right when a Link is Clicked.</font></font><p style="margin-top: 0; margin-bottom: 0">'
			+'<font size="2" color="#6699CC"> A slider bar on the player allows you to rewind or advance the track.</font><p style="margin-top: 0; margin-bottom: 0">'
			+'<font size="2" color="#6699CC">A Note to MAC Users: <a target="_blank" href="http://cyberbass.com/Content/Mac_Users_note.htm">Click Here</a>.'
//			+'<p><font size="2" color="#6699CC">Currently does not work with Firefox. Please use Safari</p>'
        	+'<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p><p align="center" style="margin-top: 0; margin-bottom: 0">'
        	+'<font color="#669966" size="2">Copyright © 2008 The CyberBass Project.&nbsp;&nbsp;&nbsp;&nbsp; All Rights Reserved.</font>';

		document.getElementById('ratecontrol').innerHTML=
	    	'<img border="0" src="http://cyberbass.com/images/apple_logo.jpg" width="79" height="60">'
	    	+'<form name="rateinput"><input type="hidden" name="rate" value="1"></form>';

		document.getElementById('balancecontrol').innerHTML=
	    	'<img border="0" src="http://cyberbass.com/images/quicktime_logo.jpg" width="60" height="60">'
	    	+'<form name="balanceinput"><input type="hidden" name="balance" value="0"></form>';
 	}	
}

//#version=6,0,2,0
