/**
 * Pentru onmouseover si onmouseout
 */
var search_out = "/images/b_search_basic.gif"
var search_over = "/images/b_search_basich.gif"

function img_mouse_over (tag) {
    document [tag].src = eval(tag + "h.src");
}

function img_mouse_out (tag) {
    document [tag].src = eval(tag + ".src");
}

function getImagePath (scope){
    return [scope].src;
}
