
function init(e){
    init_menu();
    init_slideshow();
}

Event.observe(window,'load',init);

