function sendToFriends(tipId) {
    window.open('/places/send-to-friends.jsp?itemName='+tipId, 'sendToFriends', 
        'left=100,top=100,width=590,height=530'
    );
}
