﻿function openWin(URL, WinName, options) {
       myWin=open(URL, WinName, options);
}