// JavaScript Document
function closewindow() {
self.opener = this;
self.close()
}
//-->