function disclaimer(){
awaymsg = window.open('http://bvhe.video.go.com/offsite.html','outsidesite','width=225,height=250,screenX=100,screenY=100,left=100,top=100');
setTimeout('awaymsg.close()',60000)
	}

function popWindow( url, width, height, windowName )
{
	 //get center coords
	 var left = (screen.width - width) / 2;
    var top = (screen.height - height) / 2;
    
    win=window.open(url, windowName, 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=' + width + ',height=' + height + ',left=' + left + ',top=' + top);
}
function popScrollingWindow(url, width, height, windowName)
{
    //get center coords
    var left = (screen.width - width) / 2;
    var top = (screen.height - height) / 2;
    
    win=window.open(url, windowName, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=' + width + ',height=' + height + ',left=' + left + ',top=' + top);
}
function openWindow(url)
{
    win=window.open(url,"_blank","directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes");
}

function popTrailer()
{
    trackTrailers();
    //popWindow("trailer/index.html",566,429,"trailer");
    popWindow("http://www.totaleclips.com/disney/player/2/splash.asp?clipid=e17864",340,480,"sk_trailer");
}

function popClips()
{
    trackClips();
    popScrollingWindow("movie_popup/popup.html",566,429,"clips");
}

function popClip(clip)
{
    popScrollingWindow("movie_popup/movies.html?movie="+clip,566,429,"clips");
}

function popSite()
{
    popWindow("detect.html", 746, 550, "shanghaiKnights");
}

function popShowdownGame()
{
    trackShowdownGame();
    popWindow("showdown/showdown.html", 700, 400, "showdownGame");
}

function popPaperDollGame()
{
    trackPaperDollGame();
    popWindow("doll/index.html", 700, 400, "dollGame");
}

function popShowdownGameNoTrack()
{
    popWindow("showdown/showdown.html", 700, 400, "showdownGame");
}

function popPaperDollGameNoTrack()
{
    popWindow("doll/index.html", 700, 400, "dollGame");
}


function popScreensaverMac()
{
    trackScreensaverMac()
    window.location.href="screensaver/shanghai_setup.sit";
}

function popScreensaverPC()
{
    trackScreensaverPC()
    window.location.href="screensaver/shanghai_setup.zip";
}

function popPostcard(card)
{
    trackPostcard(card);
    popWindow("postcards/postcard_form.html?card="+card, 600, 500, "card_form");
}

function popAIM()
{
    popScrollingWindow("aim.html", 500, 300, "AimIcons");
}

function popOrderNow()
{
    popOrderDVD();
}
function popOrderDVD()
{
	disclaimer();
    trackOrderDVD();
    openWindow('http://141.152.173.25/cgi-bin/prodscript.sh/shopcart.w?upc=786936214932');
}
function popOrderVHS()
{
	disclaimer();
    trackOrderVHS();
    openWindow('http://141.152.173.25/cgi-bin/prodscript.sh/shopcart.w?upc=786936214925');
}

function shakeX()
{
    if (window.moveBy)
    {
        for (var i=4; i>0; i-=2)
        {
            top.window.moveBy(-i,0);
            top.window.moveBy(2*i,0);
            top.window.moveBy(-i,0);
        }
    }
}
function shakeY()
{
    if (window.moveBy)
    {
        for (var i=10; i>0; i-=2)
        {
            top.window.moveBy(0,i);
            top.window.moveBy(0,-i*2);
            top.window.moveBy(0,i);
        }
    }
}
