function popup(tellafriend) {
	newWindow = window.open('../emailafriend.asp','daughter','menubar=no,toolbar=no,scrollbars=yes,location=no,width=660,height=600,screenX=50,screenY=50,top=50,left=50');
	newWindow.focus();
}

