﻿function PopUp5(ref) {
    var strFeatures = "toolbar=no,status=no,menubar=no,location=no,titlebar=no";
    strFeatures = strFeatures + ",scrollbars=yes,resizable=no,height=350px,width=700px";
    newWin = window.open(ref, "TellObj", strFeatures);
    newWin.opener = top;
}