// JavaScript Document
function showImage(surl)
{
   window.open(surl ,'','resizable=yes,titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=550,height=470,left=225,top=100');
   return false;
}

