﻿function openW(theURL,winName) { //v2.0
  window.open(theURL,winName,'status=yes,scrollbars=yes,width=800,height=600');
}
