
function set_art_image(content, w, h) {
    $('#art_image').html("<img src='"+content+"' width="+w+" height="+h+">");
}
