<!--
function TellAFriend(tellafriend) {
	window.open(
			tellafriend,
			"taf",
			"width=510,height=350")
}
// -->

<!--
function ContactUs(contactus) {
	window.open(
			contactus,
			"contact",
			"width=510,height=260")
}
// -->