function SetAsHome() {
	window.open('/sethomepage.php', 'sethomeapge', 'height=520,width=550,status=yes,toolbar=no,menubar=no,location=no');
}

function TellAFriend() {
	window.open('/tellafriend.php?referer=%2F', 'tellafriend', 'height=560,width=420,status=yes,toolbar=no,menubar=no,location=no');
}
			
function WhatsThis() {
	window.open('/whatsthis.php?referer=%2F', 'whatsthus', 'height=600,width=480,status=yes,toolbar=no,menubar=no,location=no');
}

function ResultsNotice() {
	window.open('/resultsnotice.php', 'resultsnotice', 'height=200,width=420,status=yes,toolbar=no,menubar=no,location=no,scrollbars=no');
}
