var newwindow;
function poptastic(url)
{
        newwindow=window.open(url,'name','width=300,height=10,left=100,top=100,screenX=100,screenY=100,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');
        if (window.focus) {newwindow.focus()}
}

var newwindow;
function poptastic2(url)
{
        newwindow=window.open(url,'name','width=500,height=520,left=100,top=100,screenX=100,screenY=100,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');
        if (window.focus) {newwindow.focus()}
}

var newwindow;
function poptastic3(url)
{
        newwindow=window.open("/html/music_pop.php?path=" + url,'name','width=325,height=50,left=100,top=100,screenX=100,screenY=100,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');
        if (window.focus) {newwindow.focus()}
}
