﻿function zoom(guid, width, height)
{
    window.open('/__tools/zoom_page.aspx?id='+guid,'Image','width=200px,height=200px,scrollbars=yes,resizable=yes');
}

