function BatmoAudioPop(filedesc,filepath,WindowNumber)
{var isWin=navigator.userAgent.toLowerCase().indexOf("windows")!=-1
if(isWin){visitorOS="Windows";}else{visitorOS="Other";}
var mimeType="audio/mpeg";var objTypeTag="application/x-mplayer2";var theExtension=filepath.substr(filepath.lastIndexOf('.')+1,3);if(theExtension.toLowerCase()=="wav"){mimeType="audio/x-wav"};if(theExtension.toLowerCase()=="aif"){mimeType="audio/x-aiff"};if(theExtension.toLowerCase()=="wma"){mimeType="audio/x-ms-wma"};if(theExtension.toLowerCase()=="mid"){mimeType="audio/mid"};if(theExtension.toLowerCase()=="wmv"){mimeType="audio/x-ms-wmv"};if(theExtension.toLowerCase()=="asf"){mimeType="video/x-ms-asf"};if(theExtension.toLowerCase()=="asx"){mimeType="video/x-ms-asx"};if(theExtension.toLowerCase()=="wvx"){mimeType="video/x-ms-wvx"};if(theExtension.toLowerCase()=="wm"){mimeType="video/x-ms-wm"};if(theExtension.toLowerCase()=="wmx"){mimeType="video/x-ms-wmx"};if(visitorOS!="Windows"){objTypeTag=mimeType;};PlayerWin=window.open('',WindowNumber,'width=550,height=600,top=0,left=0,screenX=0,screenY=0,resizable=0,scrollbars=1,titlebar=0,toolbar=0,menubar=0,status=0,directories=0');PlayerWin.focus();PlayerWin.document.writeln("<html><head><title>"+filedesc+"</title></head>");PlayerWin.document.writeln("<body bgcolor='#ffffff'>");PlayerWin.document.writeln("<div align='center'>");PlayerWin.document.writeln("<b style ='font-size:18px;font-family:Lucida,sans-serif;line-height:1.6'>"+filedesc+"</b><br /><iframe name='AD' src='googleadimg46860.htm' marginwidth='1' marginheight='1' height='60' width='468' title='Reclame Comice Ad' scrolling='no' border='0' frameborder='0'></iframe><br />");PlayerWin.document.writeln("<object width='468' height='468'>");PlayerWin.document.writeln("<param name='src' value='"+filepath+"'>");PlayerWin.document.writeln("<param name='type' value='"+objTypeTag+"'>");PlayerWin.document.writeln("<param name='autostart' value='1'>");PlayerWin.document.writeln("<param name='showcontrols' value='1'>");PlayerWin.document.writeln("<param name='showstatusbar' value='0'>");PlayerWin.document.writeln("<embed src ='"+filepath+"' type='"+objTypeTag+"' autoplay='true' width='550' height='468' controller='1' showstatusbar='0' bgcolor='#9999ff' kioskmode='true'>");PlayerWin.document.writeln("</embed></object></div>");PlayerWin.document.writeln("<p style='font-size:14px;font-family:Lucida,sans-serif;text-align:center'><a href='"+filepath+"'><b>Download this file</b></a><br /><iframe name='AD' src='googleadimg46860.htm' marginwidth='1' marginheight='1' height='60' width='468' title='Reclame Comice Ad' scrolling='no' border='0' frameborder='0'></iframe></p>");PlayerWin.document.writeln("<form><div align='center'><input type='button' value='Close this window' onclick='javascript:window.close();'></div></form>");PlayerWin.document.writeln("</body></html>");PlayerWin.document.close();}