/**
 * Note: The functions contained in this file are for demonstration purposes
 * only and are not necessary in your own project.
 */

function initDemos(){
    // setup flash gallery demo, use a css selector

    // setup image map demo
    Shadowbox.setup(document.getElementById('londonmap').getElementsByTagName('area'));
}

window.onload = initDemos;