function pop(sCase) {
	//alert(sCase);
	switch(sCase) {
		case "restored":
			launchPopUpWindow("restored.html", "restored", 340, 480);
		break;
		case "dvdHighlights":
			launchPopUpWindow("dvdHighlights.html", "dvdHighlights", 801, 558);
		break;
		case "buddyIcons":
			launchPopUpWindow("buddyIcons.html", "buddyIcons", 402, 548);
		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":
			//launchPopUpWindow('order.html','order', 391, 272);
			//window.open('order.html');
			//hitbox.Set_hbLink(escape("Exit_bambi+se_sell+movies_dvp_order"));
			window.open("http://go-disneystore.com/bambiplatinumeditiondvd");
		break;
		case "activityPage":
			window.open('activity_'+pop.arguments[1]+'.html','activityPage', 'width=500,height=500,top=0,left=0,toolbar=no,scrollbars=yes,resizable=no,menubar=yes,status=no,directories=no,location=no');
		break;
		case "downloadWinSS":
			//hitbox.Set_hbPageView(pageArray[17],contentArray[17]);
			launchPopUpWindow('download.html?theFile=assets/downloads/screensaver/bambi_ss.exe', 'download', 770, 335);
		break;
		case "downloadOS9SS":
			//hitbox.Set_hbPageView(pageArray[18],contentArray[18]);
			launchPopUpWindow('download.html?theFile=assets/downloads/screensaver/bambi_ss_os9.sit.hqx', 'download', 770, 335);
		break;
		case "downloadOSXSS":
			//hitbox.Set_hbPageView(pageArray[19],contentArray[19]);
			launchPopUpWindow('download.html?theFile=assets/downloads/screensaver/bambi_ss_osx.sit.hqx', 'download', 770, 335);
		break;
	}
}

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