/* author: f.wierckx@wanadoo.nl */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 13-03-09 */
function goForit() {
  var location;
  var password;
  password=this.document.testform.inputbox.value  
parent.location=password + ".html"  
}

function testformButton(s) {
    if ("INPUT"==event.srcElement.tagName)
      event.srcElement.className=s
  }
