// working code from quarter.html all moved out to this function
mnthOffset();
var ds1 = new Spry.Data.HTMLDataSet("/data.html", "data");
ds1.setColumnType("Detail", "html");
ds1.addObserver({ onDataChanged: function(ds, type) { ds1.setCurrentRowNumber(mnth); } });