5
I'm still not clear as to what is trying to be accomplished.
Blocks are essentially designated areas for content to be filled with pre-designated information (that is stored in the database)
If you want it to pop-up in a new window...then it won't be a block...it will be a seperate file that needs to be created.
If you want a page that doesn't have the block to show the block when you click on something, then you will need to duplicate the module and set different display proterties with regard to the blocks that are shown on that page for the duplicate.
ie: News page with block a, b, and c being displayed, and a link on the page that says "click here for block 'd'"
that link would be to a duplicate news page with block a, b, c and d set to appear on it.
Am I getting close?