function maximizebody(){
	if (document.all) 
	{
	document.all.item('mutha').style.height=screen.availHeight-300;
	}
	else
	{
		document.getElementById('mutha').style.height=screen.availHeight-300;
	}
}


function TellAFriend(subject)
{
	window.open("tellafriend.aspx?subject=" + subject + "","","width=450px,height=400px,scrollbars=no,toolbar=no,status=no,resizable=no");
}

