﻿// JScript File
 function fnOpen(sSrc)
{
    var sFeatures="dialogHeight: 760px;dialogWidth:760px;center:yes;";  
    window.showModalDialog("showContent.aspx?"+sSrc, "", sFeatures)
}
