﻿// JScript File
function OpenPop(id)
{
    window.open('popimage.aspx?id=' + id,'ff','height=800,width=650,resizable=yes,scrollbars=yes')
}

