function TellFriend(ref) {
var str="toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height=450,width=775";
tellaFriend = window.open(ref,"TellObj",str);
tellaFriend.opener = top;
}