function deleteItem(url) { if (confirm("Are you sure you want to delete this item?")) { window.location=url; } } function nothing() { } function changeURL(url, theSelect) { top.location.href = "/" + url + theSelect.options[theSelect.selectedIndex].value; }