Set the default display style of the AP Div as display: none; to make it invisible by default. Then set the onclick behavior of the IFrame as
document.getElementById('ID_OF_THE_AP_DIV').style.display='';
Of course put the unique id of the div in it's place in the behavior.
Set the scrolling behavior of the IFrame to scrolling="no"
Abraham