/**
 * This javascript is used to set the javascripts locally.
 *
 * $Id: onload.js 59 2007-06-27 15:19:05Z fhelly $
 *
 * Copyright 2005-2007 Francois Helly <fhelly@bebop-design.net>
 *
 * See the enclosed file COPYING for license information (LGPL). If you did not
 * receive this file, see http://www.fsf.org/copyleft/lgpl.html.
 */

var uiload = function() {
    if ($('debug') != null && !$('debug').empty()) {
        $(document.body).addToggler('debug', {classname: 'debugtoggler', defaultstatus: 'c'});
    }
    $('basketbx').addChaser(368,18,-75,'no');
   /*
    var nav = $('body_navigation');
    if (typeof(nav) != 'undefined') {
       nav.addChaser(12,0,-70,'no');
    }
    */
};
Event.observe(window, 'load', uiload, false);

