function pop(sCase) {
	// alert(sCase);
	switch(sCase) {
		case "gallery":
			launchPopUpWindow("gallery_pop.html?iNum="+pop.arguments[1], "gallery", 473, 508);
		break;
		case "register":
			launchPopUpWindow("register.html", "register", 425, 645);
		break;
		case "privacy":
			launchPopUpWindow("privacy.html", "privacy", 425, 645, 1, 1);
		break;
		case "terms":
			launchPopUpWindow("terms_of_use.html", "terms", 425, 645, 1, 1);
		break;
		case "firstLook":
			launchPopUpWindow("firstLook.html", "firstLook", 320, 256);
		break;
	}
}
