function pop(sCase) {
	switch(sCase) {
		case "call":
			alert("COMING SOON");
			break;
		case "trailer":
			hitbox.Set_hbLink(exitLinkArray[0]);
			launchPopUpWindow('http://www.totaleclips.com/player/splash.aspx?clipid=e19764&custid=3&playerid=2', 'clip', 340, 480);
			//launchPopUpWindow('trailer.html', 'clip', 340, 480);
			break;
		case "clip1":
			hitbox.Set_hbLink(exitLinkArray[1]);
			launchPopUpWindow('http://www.totaleclips.com/player/splash.aspx?clipid=E20133&custid=3&playerid=2', 'clip', 340, 480);
			//launchPopUpWindow('clip1.html', 'clip', 340, 480);
			break;
		case "clip2":
			hitbox.Set_hbLink(exitLinkArray[2]);
			launchPopUpWindow('http://www.totaleclips.com/player/splash.aspx?clipid=E20134&custid=3&playerid=2', 'clip', 340, 480);
			//launchPopUpWindow('clip2.html', 'clip', 340, 480);
			break;
		case "clip3":
			hitbox.Set_hbLink(exitLinkArray[3]);
			launchPopUpWindow('http://www.totaleclips.com/player/splash.aspx?clipid=E20135&custid=3&playerid=2', 'clip', 340, 480);
			//launchPopUpWindow('clip3.html', 'clip', 340, 480);
			break;
		case "activity":
			launchPopUpWindow('activity1.html', 'activity', 600, 600);
			break;
		case "paint":
			launchPopUpWindow('coloringGame.html', 'paint', 750, 535);
			break;
		case "cowtapulting":
			launchPopUpWindow('catapultGame.html', 'cowtapulting', 750, 529);
			break;
		case "macman":
			launchPopUpWindow('princessGame.html', 'princess', 700, 550);
			break;
		case "quiz":
			launchPopUpWindow('quizGame.html', 'quiz', 700, 535);
			break;
		case "certificate":
			window.open('certificate.html', 'certificate','width=500,height=500,top=0,left=0,toolbar=no,scrollbars=yes,resizable=no,menubar=yes,status=no,directories=no,location=no')
			break;
		case "wallpaper":
			launchPopUpWindow('wallpaper'+pop.arguments[1]+'-'+pop.arguments[2]+'.html','wallpaper', pop.arguments[2]+30, (pop.arguments[2]*4/3)+50, 1, 1);
			break;
		case "order":
			hitbox.Set_hbLink(exitLinkArray[4]);
			window.open('http://go-disneystore.com/mickeysthreemuskateersdvd');
			//window.open('order.html');
			//launchPopUpWindow('order.html', 'order', 382, 286);
			break;
		case "giftPack":
			//window.open('giftPack.html');
			launchPopUpWindow('giftPack.html', 'giftPack', 382, 286);
			break;
	}
}

function dlSSpc() {
	if((navigator.appName == "Microsoft Internet Explorer")&&(navigator.appVersion.indexOf("Windows")!=-1)) {
		window.open("assets/downloads/screensavers/3musk_ss.exe");
	} else {
		window.location = "assets/downloads/screensavers/3musk_ss.exe";
	}
}