function sendtofriend(formName)
{
	window.open('/sendtofriend.php?formName=' + formName + '&page=' + location.href, 'sendtofriend', 'width=400,height=525');
}
