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

//left = 20,top = 20,width=470,height=250,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1')
