// JavaScript Document
function openWin(URL,Name,butt) 
{
  window.open(URL,Name,butt);
}
