﻿function popup(filePath, fileType) 
{
    window.open("PopUpManager.ashx?file=" + escape(filePath) + "&fileType=" + fileType, "PopUpWindow", "width=800,height=600,top=0,left=0,menu=no,location=no,statusbar=no,resizable=yes,scrollbars=yes");
}

function PhotoGalleryPopUp(filePath)
{
    window.open(filePath, "GalleryPopUpWindow", "width=800,height=600,top=0,left=0,menu=no,location=no,statusbar=no,resizable=yes,scrollbars=yes");
}