DOMinccfg={
    // The name of the class that triggers the popup
    triggerClass:'rollover',
    // Class of the popup itself
    popupClass:'popup',
    // Class that controls the link when the popup is open
    openPopupLinkClass:'popuplink',
    // Text to add to the link when the popup is open
    displayPrefix:'CLOSE',
    // Filter determines what files should *not* open in an iframe
    imagetypes:'jpg|JPG|JPEG|jpeg|gif|GIF|png|PNG',
    // Popup dimensions, [Width, Height]
    frameSize:[360,180]
}
