function pop(sCase) {
	//alert(sCase);
	switch(sCase) {

//html only
		case "game_2":
			launchPopUpWindow(pop.arguments[1]+'/chasethecat.html', 'chasethecat', 650, 560);
			break;
		case "story":
			launchPopUpWindow('story.html', 'story', 600, 426);
			break;
		case "desktops":
			launchPopUpWindow('wallpapers.html', 'desktops', 600, 550);
		break;
		case "survey":
			launchPopUpWindow('http://disney.go.com/disneypictures/pacifier/survey/ ', 'survey', 456, 760);
		break;
		
		
		
		case "SMS":
					launchPopUpWindow('de/win.html', 'sms', 650, 400);
			break;
		
		
//generic
		case "download":
			launchPopUpWindow('download.html?theFile='+pop.arguments[1], 'download', 770, 335);
		break;
//home.swf
		case "reviews":
			launchPopUpWindow('reviews.html', 'reviews', 448, 549);
		break;
//movie.swf
		case "gallery":
			launchPopUpWindow("gallery.html?iNum="+pop.arguments[1], "gallery", 522, 423);
		break;
//trailer
		case "trailer":
			launchPopUpWindow('trailer.html', 'trailer', 661, 450, 1);
		break;
		case "clip":
			launchPopUpWindow('clip'+pop.arguments[1]+pop.arguments[2]+pop.arguments[3]+'.html', 'clip', 700, 420, 1);
		break;
		case "bts":
			launchPopUpWindow('bts'+pop.arguments[1]+pop.arguments[2]+'.html', 'bts', 700, 510, 1);
		break;
//downloads.swf
		case "wallpaper":
			var iWidth=pop.arguments[2];
			if (iWidth == 1280){
				iHeight = 1024;
			} else {
				var iHeight = iWidth/4*3;
			}
			var myHeight = iHeight+50;
			var myWidth = iWidth+25;
			launchPopUpWindow(pop.arguments[3]+"/wallpaper.html?iNum="+pop.arguments[1]+"&iWidth="+iWidth+"&iHeight="+iHeight+"&cid="+pop.arguments[3]+"&localTitle="+pop.arguments[4],'wallpaper'+myWidth,myWidth,myHeight,1,true);
		break;
		case "buddyicons":
			launchPopUpWindow("buddyicons.html", "buddyicons", 385, 512);
		break;
		case "poster":
			launchPopUpWindow('poster.html', 'poster', 570, 600);
		break;
		case "screensaver":
			switch(pop.arguments[1]){
				case "win":
					var myDownloadPath = 'assets/downloads/screensaver/shaggy_ss.zip';
					launchPopUpWindow(pop.arguments[2]+'/download.html?theFile='+myDownloadPath, 'download', 350, 250);
				break;
				case "osx":
					var myDownloadPath = 'assets/downloads/screensaver/shaggy_ss_osx.zip';
					launchPopUpWindow(pop.arguments[2]+'/download.html?theFile='+myDownloadPath, 'download', 350, 250);
				break;
				case "os9":
					var myDownloadPath = 'assets/downloads/screensaver/shaggy_ss_os9.zip';
					launchPopUpWindow(pop.arguments[2]+'/download.html?theFile='+myDownloadPath, 'download', 350, 250);
				break;
			}
		break;
//game.swf
		case "shootGame":
			launchPopUpWindow('shootGame.html', 'shootGame', 453, 362);
		break;
		case "driveGame":
			launchPopUpWindow('driveGame.html', 'driveGame', 750, 535);
		break;
//family.swf
		case "tips":
			launchPopUpWindow('familyTips.html', 'tips', 529, 423);
		break;
		case "act_1":
			launchPopUpWindow('http://64.34.166.15/shaggify/shaggify.html', 'shaggify', 640, 479);
		break;
		case "act_2":
			launchPopUpWindow('human_years.html', 'calculator',469, 459);
		break;	
		case "act_3":
			launchPopUpWindow('dog_quiz.html', 'quiz', 421, 576);
		break;		
	}
}
