DOMinccfg={
// CSS classes
// trigger DOMinclude
  triggerClass:'DOMtrigger',
// class of the popup
  popupClass:'DOMpopup',
// class of the link when the popup 
// is open
  openPopupLinkClass:'DOMpopuplink',
// text to add to the link when the 
// popup is open 
  displayPrefix:'<span style="color:red;">ريِوى</span> ',
// filter to define which files should
// not open in an iframe
  imagetypes:'jpg|JPG|JPEG|jpeg|gif|GIF|png|PNG',
// dimensions of the popup
  frameSize:[450,200]
}
