1 2 3
function slideshow(parent_id) { alert("Start a slideshow showing all the items that have the id " + parent_id + " as a descendent"); }