<!-- //

function popThumb(w, h, name){
    //grab screen shot thumbnail, open larger view
    w = w + 40;
    h = h + 40;
    var newWindow=window.open("/uploadImages/" + name + "_lg.jpg", "", "top=5, left=5, width=" + w + "," + " height=" + h + ", scrollbars=no, resizable=no, toolbar=no, bgcolor=white"); 
    newWindow.document.bgColor="#ffffff";
}

// -->