﻿function openWindow(winURL,winName,features) {
  window.open(winURL,winName,features);
}
