function launchusf() {
	itmspop=window.open('launchusf.html','iTunesUSF','width=450,height=375,resizable=yes');
	if (window.focus) {itmspop.focus()};
	return false;
}

function launchhealth() {
	healthpop=window.open('launchhealth.html','iTunesUSF','width=450,height=375,resizable=yes');
	if (window.focus) {healthpop.focus()};
	return false;
}

function login() {
	acaspop=window.open('launcher/?access=community','iTunesUSF','width=1024,height=768,resizable=yes');
	if (window.focus) {acaspop.focus()};
	return false;
}

