// JavaScript Document
function createWindow(cUrl,cName,cFeatures) {
      var xWin = window.open(cUrl,cName,cFeatures)
       }
