			/*preloadimages(array("images/audio_icon2.gif","images/spacer.gif"));*/
			function playfile(player,filePath,pId)
			{
			var playerDiv=document.getElementById('player');
				var selectedDiv= "<div style='height:11px'></div>";
				switch(player)
				{
				case "real": selectedDiv+="<embed name='"+pId+"' id='"+pId+"' console='"+pId+"' HEIGHT='60px' src='"+filePath+"' WIDTH='315' pluginspage='http://www.real.com/player' type='audio/x-pn-realaudio-plugin' nojava='true' autostart='true' maintainaspect='false' controls='controlpanel,statusbar' vspace='0' hspace='0' border='0'></embed>"; break;
				case "WMP": selectedDiv+='<embed name="'+pId+'" id="'+pId+'" console="'+pId+'" type="application/x-mplayer2"  pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"  autosize="0"     bgcolor="darkblue" showstatusbar="1"  width="320" height="65px" src="'+filePath+'" autostart="true" loop="false"></embed>';break;
				}
				var aimgs=document.getElementsByName("aimg");
				for(var n=0;n<aimg.length;n++){
					aimgs[n].src="images/spacer.gif";
				}
				/*for(var n=0;document.getElementById("img_rm"+n)!=null;n++){
					document.getElementById("img_rm"+n).src="images/spacer.gif";
				}*/
				document.getElementById('img_'+pId).src="images/audio_icon2.gif"; 
				document.getElementById('player').innerHTML=selectedDiv;
			}
