--- trunk/hide.js 2004/09/15 16:48:24 26 +++ trunk/hide.js 2004/09/20 18:55:14 27 @@ -15,6 +15,7 @@ } function element_id(id) { + //debug("id: "+id); if (id_cache[id]) { //debug("from cache "+id+" == "+id_cache[id]); return id_cache[id];