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)
{
    var rand = "_blank";
    win=window.open(url,rand,"directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes");
}

function popTerms()
{
    popScrollingWindow("terms.html",486,450,"terms");
}

function popHauntedtrailer()
{
    popWindow("http://www.disney.it/Film/casadeifantasmi/preview.html",500,420,"hmtrailer");
}

function popHomerangetrailer()
{
    popWindow("/Film/movies/home_range/trailer/trailer.html",550,400,"hrtrailer");
}

function popIncrediblestrailer()
{
    popWindow("/Film/movies/incredibles/trailer/trailer.html",500,400,"increditrailer");
}

function popHauntedsing()
{
    popWindow("http://www.disney.it/Film/casadeifantasmi/game.html",640,410,"spookyfun");
}

function popBBtrailer()
{
    popWindow("http://www.disney.it/Film/koda/trailer/clips.html?movie=trailer&size=WMsmall",700,500,"bbtrailer");
}

function popIncrediblestrailer()
{
    popWindow("/Film/movies/incredibles/trailer/trailer.html",620,400,"hrtrailer");
}

function popHomerangemasks()
{

	popWindow("http://www.disney.it/Film/muccheallariscossa/masks.html",640,500,"hrmasks");

}

function popNemoorchestra()
{

	popWindow("http://www.disney.it/Film/nemo/oceanorchestra/main.html",800,590,"nemogame");

}

function popStrength()
{
    popWindow("http://www.disney.it/Film/gliincredibili/superstrength1.html", 777, 565, "superstrength");
}

function poppd2Trailer()
{
    popWindow("http://www.disney.it/Film/principeazzurrocercasi/trailer/trailer2.html",620,280,"trailer");
}

function popheffalumpTrailer()
{
    popWindow("/Film/movies/efelanti/trailer/trailer.html",549,525,"heffatrailer");
}

function popheffalumpgame()
{
    popWindow("/Film/movies/efelanti/game.html",742,553,"heffalumpgame");
}

function popPacifiertrailer()
{
    popWindow("/Film/movies/pacifier/trailer/trailer.html",497,550,"pacifiertrailer");
}

function popheffalumpcert()
{
    popWindow("/Film/movies/efelanti/cert.html",742,553,"heffalumpcert");
}

function popHerbieTrailer()
{
    popWindow("/Film/movies/herbie/index.html",456,368,"herbietrailer");
}

function popChickenlittleTeaser()
{
    popWindow("/Film/movies/chickenlittle/index.html",480,500,"chickenlittletrailer");
}

function popIceprincessTrailer()
{
   popWindow("/Film/movies/iceprincess/index.html",690,320,"iceprincesstrailer");
}

function popHerbiedc()
{
    popWindow("/Film/movies/herbie/dc/main.html",700,550,"herbiedc");
}

function popSkyhigh()
{
	popScrollingWindow("/Film/movies/skyhigh/index.html",517,650,"skyhightrailer");
}

function popCarstrailer()
{
	popWindow("/Film/movies/cars/trailer/trailer.html",708,330,"cars")
}

function popNarnia()
{
	popWindow("/Film/narnia/ ",800,600,"narnia");
}

function popBambi()
{
	popWindow("/Film/movies/bambi2/trailer_bambi.html ",310,510,"bambi");
}

function popNarniaSolitario()
{
	popWindow("/Film/games/narnia/index.html",720,571,"narniasolitaire");
}

function popChickengame()
{
	popWindow("/Film/chickenlittle/games/index.html?cid=it",700,500,"clgame");
}

function popWildTrailer()
{
	popWindow("/Film/movies/the_wild/trailer/trailer.html",700,450,"the_wild_trailer");
}

function popShaggyTrailer()
{
	popWindow("/Film/movies/shaggy/trailer/trailer.html",700,450,"shaggy_trailer");
}
