$(document).ready(function () {
    $("#books_scroller").simplyScroll({
        speed: 5
    });
});

function read_chapters( num ) {
    $("#book_container").fadeIn();
    $("#book").html("<object width=\"900\" height=\"660\"><param value=\"/flash/aforismi_flash_free_" + num + ".swf\" name=\"movie\"/><param value=\"transparent\" name=\"wmode\"/><embed width=\"900\" height=\"660\" wmode=\"transparent\" src=\"/flash/aforismi_flash_free_" + num + ".swf\"/></object>");
}

function close() {
    $("#book_container").fadeOut();
}

function read_chapters_res( num ) {
    $("#book_container").fadeIn();
    $("#book").html("<object width=\"900\" height=\"660\"><param value=\"/flash/reserved/aforismi_flash" + num + ".swf\" name=\"movie\"/><param value=\"transparent\" name=\"wmode\"/><embed width=\"900\" height=\"660\" wmode=\"transparent\" src=\"/flash/reserved/aforismi_flash" + num + ".swf\"/></object>");
}
