var lastPopUpWindow = null;

function pop(sCase) {
	switch(sCase) {
		case "register":
			launchPopUpWindow("http://72.51.44.62/focusfeatures/focus_registration/index.phtml","focusReg",410,427);
			break;
	}
}

