function urlinput(){
var a = document.form2.wert.value;
URL=a+'.HTM';
window.location=URL;
}