﻿function showLargeVersion(elem) {
try{
    var img = elem.childNodes[0];
    if (img != null) {
        window.open(showimagePageLocation + img.src);
    }
    }catch(e){}
}
