function pop(sCase) {
	switch(sCase){
	case "still":
			launchPopUpWindow('gallery.php?iPhotoId='+pop.arguments[1], 'gallery', 450, 383);
			break;
		case "site":
			launchPopUpWindow('home.html', 'site', 770, 600);
			break;
		case "reg":
			launchPopUpWindow('register.html', 'reg', 420, 491);
			break;
		case "icarus":
			launchPopUpWindow('icarusVid.html', 'icarus', 320, 196);
		break;
		case "wallpaper":
			var iHeightLocal = "";
			switch(pop.arguments[2]){
				case 800:
					iHeightLocal = 600;
				break;
				case 1024:
					iHeightLocal = 768;
				break;
				case 1280:
					iHeightLocal = 1024;
				break;
			}
			launchPopUpWindow('wallpaper.html?iNum='+pop.arguments[1]+'&iWidth='+pop.arguments[2]+'&iHeight='+iHeightLocal, 'wallpaper', pop.arguments[2], iHeightLocal+50);
			break;
		case "icons":	
			launchPopUpWindow('buddyicons.html', 'buddyicons', 480, 540);
			break;
		case "imv":
			launchPopUpWindow('imvpop.html', 'reg', 710, 404);
			break;
		case "tix":
			launchPopUpWindow('tix.html', 'tix', 480, 520, 1);
			break;
	}
}