function show_locpop(src, section) {
    if (o = find_object('img_'+section)) {
        o.innerHTML = '<img border="0" width="140" height="23" src="'+src+'"/>';

    }

}
