function openwin(url,name,w,h) {var wstate='width=' + w + ',height='+ h +' ,menubar=no,status=no,toolbar=no,scrollbars=yes'var the_window2=window.open(url,name,wstate)the_window2.focus()}function closewin() {window.close()}
