function set_img(nome_file){
document.getElementById("img_base").style.backgrou ndImage="url(<%=path_img_big%>" + nome_file")";
}

dove sbaglio?