I tried to combine DetailRegionEffectsSample and SpryPagedViewSample. The goal
is to have a list of paged products that when clicking a page, you can see the
next 20 products. Then clicking on the product fades out a table of old product
attributes and fades in the clicked upon product's attributes.

Depending on where I put the Spry XML data set (var ds1 = new
Spry.Data.XMLDataSet("XML_Files/ALLProducts.xml", "dataroot/Products");) within
the head section, I either get the paging to work (pages between 1 to 2, 2 to
3, etc) but the product links are dead (screen fades out and back in with no
change in product data) or I get the products to change (click on melons, see
melon type, melon price) but the paging links are dead (don't respond at all).

I can't get the paging and product selection (DetailRegionEffectsSample and
SpryPagedViewSample) to work during a single page rendering. Does anyone have
an example of a working solution?