// JavaScript Document
function FlashMp3PopUp(WindowNumber)
{
    PopupWindow = window.open('fplayer/flashmp3.html',WindowNumber,'width=310,height=300,top=0,left=0,screenX=0,screenY=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0');
    PopupWindow.focus();
    PopupWindow.document.close();
}


