﻿// JScript File

function OpenPop(imageurl, width, height)
{
    pop = open("detailpopup.aspx?imageurl=" + imageurl, "pop", "width=" + width + ",height=" + height + ",top=200,left=300");
}

