function linkIframePage(pageName)
{
  parent.document.getElementById("mainFrame").contentWindow.location.href=pageName;//for ie and firefox
}
