// JavaScript Document

<!--

function popUp(URL,Name,Option) {
  window.open(URL,Name,Option);

}

// -->