﻿function imgpopup(url, width, height) 
{
    window.open('ImagePopup.aspx?url=' + encodeURIComponent(url), 'jav', 'width=' + 600 + ',height=' + 320 + ',toolbar=0,location=0,menubar=0,status=0');
}

