function _h_landingform() {
    if ($id('form_address_cnt')) $id('form_address_cnt').style.display   = 'none';

    if ($id('edit_ship_btt')) {
        $id('edit_ship_btt').onclick = function() {
            var id = this.rel;
            _h_openoverlay(id);
            return false;
        }
    }
}