


function openwindow1() {
         window.open("calendar.html","window1","width=640,height=420");
}



function cls()
{

close();
}


