function ib_link_serch(v)
{
 document.ib_link_serch_form["key"].value = v;
 document.ib_link_serch_form.submit();
}

