function WinCls(){
window.close()
}
function disp1(url){
window.open(url, "window_name1", "width=950,height=740,scrollbars=yes,resizable=yes");
}