/**
 * Note: The functions contained in this file are for demonstration purposes
 * only and are not necessary in your own project.
 */

function initDemos(){

    Shadowbox.setup(document.getElementById('lowerlevel').getElementsByTagName('area'));
	Shadowbox.setup(document.getElementById('upperlevel').getElementsByTagName('area'));
}

window.onload = initDemos;
