﻿// JScript File
function winOp(link, width, height, scrollbars) {
         window.open(link,'popup', 'toolbar="no",scrollbars='+scrollbars+ ',resizable="no",height=' + height + ',width=' + width + '');
}
