not a good idea to extend classes with already existing function names.
[phpfspot.git] / phpfspot.js
1 function showImage(id)
2 {
3    content = document.getElementById("content");
4    content.innerHTML = HTML_AJAX.grab('rpc.php?action=showphoto&id=' + id);
5 }