function pop(sCase) {
	switch(sCase) {
	//downloads section
		case "wallpaper":
			//launchPopUpWindow('wallpaper.html?id=' + pop.arguments[1] + '&width=' + pop.arguments[2], 'wallpaper_poster', 850, 650);
			void(mywin=window.open('wallpaper.html?id=' + pop.arguments[1] + '&width=' + pop.arguments[2], 'wallpaper_poster','width=850,height=650,top=40,left=40,toolbar=no,scrollbars=yes,resizable=yes,menubar=no,status=no,directories=no,location=no'));
			mywin.focus();
			break;
		case "buddyIcons":
			launchPopUpWindow('buddyicons.html','buddy_icons', 396, 450);
			break;
		case "gallery":
			launchPopUpWindow('gallery.html?image='+pop.arguments[1],'gallery',450,400, 1);
			break;
		case "skins":
			launchPopUpWindow('myspaceSkin'+pop.arguments[1]+'.html', 'myspace', 650, 450);
			break;
		case "reelnews":
			launchPopUpWindow('http://email-warnerbros.com/registration.jsp?title=harrypotter&source=WBTH', 'reel_news', 600, 520);
			break;
		case "banners":
			var page = pop.arguments[1];
			switch(pop.arguments[1]) {
				case "728":
					launchPopUpWindow('banners' + page + '.html?banner=' + pop.arguments[2], 'banners', 850, 430);
					break;
				case "300":
					launchPopUpWindow('banners' + page + '.html?banner=' + pop.arguments[2], 'banners', 750, 520);
					break;
				case "160":
					launchPopUpWindow('banners' + page + '.html?banner=' + pop.arguments[2], 'banners', 580, 700);
					break;
			}	
			break;
		case "other_countries":
			launchPopUpWindow('http://harrypotter.warnerbros.co.uk/countries/countries.html','other_countries',496,500,'',true);
			break;
		case "recruitURL":
			launchPopUpWindow('disclaimer.html?link=' + pop.arguments[1], 'disclaimer', 250, 190);
			break;
		case "disclaimerURL":
			void(mywin=window.open(pop.arguments[1], 'discialmerURL','width=850,height=650,top=40,left=40,toolbar=yes,scrollbars=yes,resizable=yes,menubar=yes,status=yes,directories=yes,location=yes'));
			mywin.focus();
			break;
	}
}