// JavaScript Document

function OpenWindow(theURL,winName,features) { //v2.0
  newwindow=window.open(theURL,winName,features);
}
