clipIDarray = new Array();
clipIDarray[0] = "e23862";
clipIDarray[1] = "e23919";
clipIDarray[2] = "e23916";
clipIDarray[3] = "e23915";
clipIDarray[4] = "e23912";

//first some tracking
exitLinkArray = new Array();
exitLinkArray[0] = escape("Exit_the+pacifier_multimedia_live+action_trailer+"+clipIDarray[0]);
exitLinkArray[1] = escape("Exit_the+pacifier_multimedia_live+action_clip1+"+clipIDarray[1]);
exitLinkArray[2] = escape("Exit_the+pacifier_multimedia_live+action_clip2+"+clipIDarray[2]);
exitLinkArray[3] = escape("Exit_the+pacifier_multimedia_live+action_clip3+"+clipIDarray[3]);
exitLinkArray[4] = escape("Exit_the+pacifier_multimedia_live+action_bonus+clip1+"+clipIDarray[4]);
//exitLinkArray[5] = escape("Exit_the+pacifier_multimedia_live+action_bonus+clip2+(add screenplay number)");
exitLinkArray[6] = escape("Exit_the+pacifier_sell+movies_live+action_order");


//next som epop-up handlers
function pop(sCase) {
	switch(sCase) {
//genric
		case "download":
			launchPopUpWindow('download.html?theFile='+pop.arguments[1], 'download', 770, 335);
		break;
		case "order":
			window.open('http://www.go-disneydirect.com/pacifierwsdvd');
			//launchPopUpWindow('http://disneyvideos.disney.go.com/moviefinder/calltoorder.html','order', 391, 272);
			hitbox.Set_hbLink(exitLinkArray[6]);
		break;
//movie.swf
		case "gallery":
			launchPopUpWindow("gallery.html?iNum="+pop.arguments[1], "gallery", 522, 423);
		break;
//trailer
		case "clip":
			launchPopUpWindow('http://www.totaleclips.com/player/splash.aspx?clipid='+clipIDarray[pop.arguments[1]]+'&custid=3&playerid=2', 'clip', 340, 480);
			hitbox.Set_hbLink(exitLinkArray[pop.arguments[1]]);
		break;
//downloads.swf
		case "wallpaper":
			launchPopUpWindow('wallpaper'+pop.arguments[1]+'-'+pop.arguments[2]+'.html','wallpaper', pop.arguments[2]+45, (pop.arguments[2]/4*3)+50, 1, 1);
		break;
		case "buddyicons":
			launchPopUpWindow("buddyicons.html", "buddyicons", 385, 512);
		break;
		case "poster":
			launchPopUpWindow('poster.html', 'poster', 570, 600);
		break;
//game.swf
		case "shootGame":
			launchPopUpWindow('shootGame.html', 'shootGame', 453, 362);
		break;
		case "driveGame":
			launchPopUpWindow('driveGame.html', 'driveGame', 750, 535);
		break;
//family.swf
	}
}
