

function DisplayScreenShot(sPicURL)
{

         var PictureURL = '';
                   
        PictureURL = sPicURL.substring(sPicURL.lastIndexOf('/')+1);
        PictureURL = PictureURL.replace('small','large');

          window.open("screencapture.htm?images/"+ PictureURL, "", "resizable=1,Height=200,Width=200"); 
}