/**
 * Note: The functions contained in this file are for demonstration purposes
 * only and are certainly not necessary in your own project.
 */
function initDemos(){

    // setup image map demo
    Shadowbox.setup(document.getElementById('Map').getElementsByTagName('area'));

};

