function showimg(name,height,width)
{
    height += 20;
    width += 20;
    window.open("http://new.sfaf.org/magnet/assets/images/full/" + name, "Popup", "height=" + height + ", width=" + width + ", top=0, right=0");
}
