There is a similar question here: http://stackoverflow.com/questions/525992/resize-iframe-height-according-to-content-height-in-it. But it is not about Amazon aStore.
When you create an Amazon aStore, you get a code like:
< iframe src="http://astore.amazon.com/AMAZON_SOME_STORE_HERE-20" width="90%" height="4000" frameborder="0" scrolling="no">
The problem is the static height "4000". What should I add to the code to get it dynamically adjusted to the height of the aStore?