function img_cache(url, width, height) { var img = new Image(width, height); img.src = url; return img; } function find_index(id) { for (i=0;i 2) { } } function showoptions(obj) { document.getElementById("xdata").src = ""; document.getElementById("xdata").src = "/options.asp?query=" + obj.value; }