﻿            function showImage(id){
                window.top.showTopImage(id);
            }

            function showTopImage(id){
                var el = document.getElementById("thumb" + id);
                if (el)hs.expand(el);                
            }                     
