function showPicture(picture) {
picture=picture.replace('med_','big_');
var picWin=window.open("/atwone/static/orig_pics.cgi?"+picture,"","scrolling=no,toolbar=no,status=no,width="+screen.width/2+","+screen.height)
}

