// This value is the number of milliseconds before the info disapear.
var infotimeout = 250;

// This is the default width of the info layer in pixels.
var infowidth = 300;

// Do not remove this ligne.
var infos = new Array();

// infos[1] = new Array("Info title here","Here is the info comment. No Double quoted allowed. Use <br> to force a new line in comment.");
infos[0] = new Array("DRM","Digital Rights Management (DRM) systems restrict the use of digital files in order to protect the interests of copyright holders.<br><br>DRM technologies can control file access (number of views, length of views), altering, sharing, copying, printing, and saving. These technologies may be contained within the operating system, program software, or in the actual hardware of a device.");
