/** * Main container */ function PictureTagContainer(element){ var props = { element: element, notes: new Array() }; for (var p in props){ this[p] = props[p]; } } PictureTagContainer.prototype.HideAllNoteTexts = function(){ for(var i=0; i