function search(form)
{
    top.frames['content'].location.href = "helmut.php?s=" + form.subject.value;
}
