/* $Id: webvision.js 32020 2010-07-22 00:19:04Z jcurnow $ */

function toFriend(pid){
    openWindow(null, '/webvision/send_to_friend.php?id=' + pid, 350, 450, null, 'wv_to_friend');
}

function doPrint(){
    bit = (location.href.indexOf('?')!=-1) ? '&' : '?';
    openWindow(null, location.href + bit + 'print=1', null, null, null, 'wv_print');
}
