DOMsmallinccfg={
// CSS classes
// trigger DOMsmall
  triggerClass:'DOMpopsmall',
// class of the popup
  popupClass:'popup',
// class of the link when the popup 
// is open
  openPopupLinkClass:'popuplink',
// text to add to the link when the 
// popup is open 
  displayPrefix:'Close ',
// filter to define which files should
// not open in an iframe. was org: imagetypes:'jpg|JPG|JPEG|jpeg|gif|GIF|png|PNG',
  imagetypes:'jpg|JPG|JPEG|jpeg|gif|GIF|png|PNG',
// dimensions of the popup
  frameSize:[400,428]
}
