/* $Id: webvision.js 1248 2004-08-06 05:33:30Z pvandijk $ */

function toFriend(pid){
    //bit = (location.href.indexOf('?')!=-1) ? '&' : '?';
    var owin = window.open('/webvision/send_to_friend.php?id=' + pid, 'wv_to_friend', 'width=350,height=450');
    owin.focus();
}

function doPrint(){
    bit = (location.href.indexOf('?')!=-1) ? '&' : '?';
    var owin = window.open(location.href + bit + 'print=1', 'wv_print', '')
    owin.focus();
}