function emailPopup()
{
   win = window.open("http://the-red-pill.net/emailpopup.html", "emailWin","width=257,height=52,directories=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0");
}

function navigate(url)
{
   var ifr = top.document.getElementById("ContentPane");
   ifr.src = url;
}