/* DynAPI Distribution DynImage Class The DynAPI Distribution is distributed under the terms of the GNU LGPL license. */ function DynImage(img,id,alt) { this.img = img; this.id = id; this.alt = alt; }; DynImage.prototype.toString = function() { return "\""+this.alt+"\"":"")+""; }; DynImage.image = []; DynImage.getImage = function(src,w,h) { for (var i=0;i