function viewPhoto(theLink,w,h) {
    w += 0; h += 0;
    if (window.open('','photo','top=115, left=40,topmargin=0, width='+w+',  height='+h+',toolbar=no,scrollbar=no,location=no')) {;
    theLink.target = 'photo';
    }
}

