function more(title, url, iframeUrl) { var parentwin = window.parent; parentwin.postMessage({ title: title, url: url, iframeUrl: iframeUrl}, "*"); }