//Close Popup window
//
function windowClose() { 
  top.window.close();
}