﻿
function funcOpenWindow(xFile,t,l,w,h,r,s) {
    //window.open(xFile, 'openHelpWindow', 'width=' + w + ', height=' + h + ', resizable=' + r + ', scrollbars=' + s);
    window.open(xFile, 'openHelpWindow', 'top=' + t + ', left=' + l + ', width=' + w + ', height=' + h + ', resizable=' + r + ', scrollbars=' + s);
}