﻿// JScript File
function OW(page,a,b){
X=(screen.width-a)/2;
Y=(screen.height-b)/2;
var winO=window.open(page,'popup','scrollbars=2,addressbar=0,width='+a+',height='+b+',left='+X+',top='+Y);winO.focus();
}
