function ClearForm() {
 document.form.reset();
}

function DisplayWindow(link,width,height){
 rez=window.open(link,'sert','status=0, width='+width+', height='+height+', resizable=0, scrollbars=0');
 rez.focus();
}