﻿function popupASINHelp()
{
    var thewin = window.open('pops/popASINHelp.aspx', 'ASINHelp', 'left=0,top=20,height=300,width=500,channelmode=0,directories=0,fullscreen=0,location=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0');
    thewin.focus();
}

function popupAmazonImageHelp()
{
    var thewin = window.open('pops/popAmazonImageHelp.aspx', 'AmazonImageHelp', 'left=0,top=20,height=300,width=500,channelmode=0,directories=0,fullscreen=0,location=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0');
    thewin.focus();
}

function popupWatch(id)
{
    var thewin = window.open('pops/popAmazonMovie.aspx?m=' + id, 'AmazonMovie', 'left=200,top=20,height=600,width=700,channelmode=0,directories=0,fullscreen=0,location=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0'); 
    thewin.focus();
    return false;
}


function popupListen(id)
{
    var thewin = window.open('pops/popAmazonMusic.aspx?m=' + id, 'AmazonMusic', 'left=0,top=20,height=270,width=290,channelmode=0,directories=0,fullscreen=0,location=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0'); 
    thewin.focus();
    return false;
}
function popupListenDot(id)
{
    var thewin = window.open('../pops/popAmazonMusic.aspx?m=' + id, 'AmazonMusic', 'left=0,top=20,height=270,width=290,channelmode=0,directories=0,fullscreen=0,location=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0'); 
    thewin.focus();
    return false;
}



function popMusicVideo(m)
{
    var thewin = window.open('pops/popmusicsongs.aspx?m=' + m, 'MusicVideos' + m, 'left=0,top=20,height=600,width=700,channelmode=0,directories=0,fullscreen=0,location=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0'); 
    thewin.focus();
    return false;
}
function popMusicVideoDot(m)
{
    var thewin = window.open('../pops/popmusicsongs.aspx?m=' + m, 'MusicVideos' + m, 'left=0,top=20,height=600,width=700,channelmode=0,directories=0,fullscreen=0,location=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0'); 
    thewin.focus();
    return false;
}

function popMusicVideoSong(m, s)
{
    var thewin = window.open('../pops/popmusicsongs.aspx?m=' + m + '&s=' + s, 'MusicVideos' + m, 'left=0,top=20,height=600,width=700,channelmode=0,directories=0,fullscreen=0,location=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0'); 
    thewin.focus();
    return false;
}