var Langguth = {};
Langguth.Controls = {
create: function(dir, path, articleNumber, altPdf, altPrint) {
Event.observe(window, 'load', function() {
var controlsHtml = "
";
$('controls').update(controlsHtml);
$('controls').show();
}
);
}
};
Langguth.Slider = Class.create(Weazel.Slider.Base, {
initialize: function($super, id, properties, structure) {
$super(id, properties, structure);
this.create(this.structure);
this.show();
this.start();
},
createContainer: function(container) {
for(i=0; i