function popUp(MID)
{
settings=
"toolbar=no,location=no,directories=yes,"+
"status=no,menubar=no,scrollbars=no,"+
"resizable=no,width=500,height=440";

playerwin=window.open("","",settings);
playerwin.document.open();
playerwin.document.write("<center><iframe width=468 height=60 noresize scrolling=No frameborder=0 marginheight=0 marginwidth=0 src='http://www.besttones.com/bot_ban.html'></iframe><br><br>");
playerwin.document.write("<embed type='audio/x-midi' controls='smallconsole' autostart='true' src="+MID+" autoplay='true'><br>");
playerwin.document.write("<br><font size=3 face=Verdana >If you can't hear the ringtone, <a href="+MID+">CLICK HERE</a></font><br><br>");
playerwin.document.write("<iframe width=468 height=60 noresize scrolling=No frameborder=0 marginheight=0 marginwidth=0 src='http://www.besttones.com/bot_ban.html'></iframe></center>");
playerwin.document.close();
}