function poponload()
{
testwindow= window.open ("mp3player.php", "mp3player",
    "status=1,scrollbars=0,width=405,height=20");
testwindow.moveTo(0,0);
}
