<!--
function popup(mylink)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href,'Audio Player', 'width=250,height=10,scrollbars=yes');

return false;
}

function popup2(mylink)
{
window.open(mylink,'Audio Player', 'width=250,height=10,scrollbars=yes');

return false;
}

function popup3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=210,height=20,left = 535,top = 502');");
}

function popupbig(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1');");
}
//-->
