Vn.ShelvesReport = new Class
({
Extends: Vn.Report
,open: function ()
{
this.parent ();
Vn.Node.setText (this.$('title'), this.title);
}
});