function rollover_menuH(img_g_id,cell_c_id,img_d_id,img_g,img_c,img_d,valign,padd){ document.getElementById(img_g_id).src = img_g document.getElementById(cell_c_id).style.backgroundImage = 'url('+img_c+')' document.getElementById(cell_c_id).style.verticalAlign = valign document.getElementById(cell_c_id).style.padding = padd document.getElementById(img_d_id).src = img_d } function basename(path, suffix) { var b = path.replace(/^.*[\/\\]/g, ''); if (typeof(suffix) == 'string' && b.substr(-suffix.length) == suffix) { b = b.substr(0, b.length-suffix.length); } return b; }