DrByte, Thanks you for the great solution, which saved a lot of my time! Highly appreciated! A few questions regarding that iframe structure:
1) now i have to add "&mode=inline" to all the links from products/categories listied within the iframe. Is there a some shortcut rather than finding all the instances of the 'products_id=' in <a href> links?
2) how can I pass session variables from the main zc body to the iframe? Calling the system SESSION vars from within the iframe does not work. Should I specify some specific session name? By default, session from the iframe refer to the PHPSESSID.
Thanks again for your help
Andy