this.name = 'page';


function checkShopSuche() {
    this.document.getElementById('shopSucheForm').action = this.document.getElementById('shopSucheForm').action + encodeURI(this.document.getElementById('shopSucheSword').value);
    this.document.getElementById('shopSucheForm').submit();
}


function SubmitShopSuche() {
    this.document.getElementById('shopSucheForm').action = this.document.getElementById('shopSucheForm').action + encodeURI(this.document.getElementById('shopSucheSword').value);
}