var advman_js_text_delete_one = "You are about to delete the ad:"; var advman_js_text_delete_many = "You are about to delete the following ads:"; var advman_js_text_delete_sure = "Are you sure?\n(Press 'Cancel' to keep, 'OK' to delete)"; function advman_set_action(action, id, name) { var submit = true; if (action == 'delete') { var items = new Array(); if (id) { var ad = document.getElementById('advman-ad-' + id); items.push(ad.firstChild.nodeValue); } else { var cb = document.getElementsByName('advman-ids[]'); var len = cb.length; for (var i=0; i