﻿
hs.showCredits = 0;
hs.graphicsDir = '/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header no-footer';
hs.allowSizeReduction = false;
hs.preserveContent = false;
hs.align = 'center';
hs.dimmingOpacity = 0.50;
hs.dimmingDuration = 0;



var e = []; function ce(id) { if (!e[id]) {e[id] = $(id);}return e[id];}

e['document'] = $(document);
e['document'].ready(function() { app.init(); });


var app = {

    toto: null,

    init: function() {
//    $("a.online-reading").bind("click", function(e) { 
 //        });
    }

};


					

