You need to remove the following code from the pages now that you don’t use iframes:
$(function() {
$('#main-menu').bind('select.smapi', function(e, item) {
var iframe2 = parent.document.getElementById('iframe2');
if (iframe2) {
iframe2.src = item.href;
}
return false;
});
});
Cheers!