function closewindow() {
timer = setTimeout('window.close();', 10);
}

