
  function showpic(img,title) {
    win = open("","","toolbar=0,menubar=0,status=0,location=0,scrollabrs=0,links=0,width=600,height=500");
    win.document.writeln("<html><head><title>" + title + "</title></head>" +
      "<s" + "cript>window.moveTo(60,10);</s" + "cript>" +
      "<body bgcolor=black topmargin=0 leftmargin=0>" +
      "<img src='" + img + "' width=600 height=500><br><br>" +
      "</body></html>");
    win.focus();
  };

  function BeginDownload(index) {
  if(index == 1)  window.location="/aleggs12.zip";
  if(index == 2)  window.location="/bs410.zip";
  if(index == 3)  window.location="/crumb300.zip";
  if(index == 4)  window.location="/mp3wb320.zip";
  if(index == 5)  window.location="/mp3vl100.zip";
  if(index == 6)  window.location="/spylo100.zip";
  if(index == 7)  window.location="/bhast100.zip";
                                };

  function Purchase(index) {
if(index == 1)  window.location="https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-6";
if(index == 2)  window.location="https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-1";
if(index == 3)  window.location="https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-5";
if(index == 4)  window.location="https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-4";
if(index == 5)  window.location="https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-7";
if(index == 6)  window.location="https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-8";
if(index == 7)  window.location="https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-9";
if(index == 8)  window.location="https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-11";
                           };


  function StartFaq(index) {
window.location="faq.htm";
                           };
        /* BUTTONS.JS */

        var oLastBtn=0;
        function RaiseButton(){
                window.event.cancelBubble=true;
                oBtn = window.event.srcElement;
                var bChosen = false;
                if(oLastBtn && oLastBtn != oBtn){
                        HideButton();
                }
                if(oBtn.buttonType){
                        oBtn.className = oBtn.buttonType + "Up";
                        oLastBtn=oBtn;
                        }
                else {
                oLastBtn = 0;
                }
        }
        function DepressButton(){
                window.event.cancelBubble=true;
                oBtn = window.event.srcElement;
                if(oBtn.buttonType){
                        oBtn.className = oBtn.buttonType + "Down";
                }
        }
        function HideButton(){
                if ((oLastBtn.buttonType == "LeftNavChosen") || (oLastBtn.buttonType == "LeftNavSubChosen") || (oLastBtn.buttonType == "appNavChosen") || (oLastBtn.buttonType == "appNavSubChosen")) {
                        oLastBtn.className = oLastBtn.buttonType;
                }
                else {
                oLastBtn.className = oLastBtn.buttonType + "Off";
                }
        }

    function ChooseButton(button) {
      button.innerHTML = "&#8226;&nbsp;" + button.innerHTML;
      button.className = "LeftNavSubChosen";
      button.buttonType = "LeftNavSubChosen";
    };

        /* MENUS.JS */

  var eOpenMenu = null;
  var eLastOpenMenu = null;
  var bCancelClose = false;
  var eLastSrc = null;

  function OpenMenu(eSrc,eMenu)
  {
    if (eLastOpenMenu) CloseMenu(eLastOpenMenu);

    var iClientWidth = document.body.clientWidth;
    if (iClientWidth > 758)
    {
        eMenu.style.left = eSrc.offsetLeft + ((iClientWidth - 758)/2);
    }
    else
    {
        eMenu.style.left = eSrc.offsetLeft+10;
    }


    eMenu.style.top = divMenuBar.offsetHeight + divMenuBar.offsetTop;
    eMenu.style.visibility = "visible";

    eSrc.className = "clsMenuBarItemA";
    eLastSrc = eSrc;
    eLastOpenMenu = null;
    eOpenMenu = eMenu;
    bCancelClose = true;
  }

  function CloseMenu(eMenu)
  {
    if (!eMenu || bCancelClose) return;

    if (eLastSrc) eLastSrc.className = "clsMenuBarItem";
    eMenu.style.visibility = "hidden";
    eOpenMenu = null;
    eLastOpenMenu = null;
  }

        function document.onmouseover()
        {
                RaiseButton();
                var eSrc = window.event.srcElement;
                if ("clsMenuBarItem" == eSrc.className)
                {
                        var eMenu = document.all[eSrc.id.replace("tdMenuBarItem","divMenu")];
                        if (eOpenMenu && eOpenMenu != eMenu)
                        {
                                bCancelClose = false;
                                CloseMenu(eOpenMenu);
                        }
                        if (eMenu)
                        {
                                OpenMenu(eSrc,eMenu);
                        }
                }
                else if (eOpenMenu && !eOpenMenu.contains(eSrc) && !divMenuBar.contains(eSrc))
                {
                        bCancelClose = false;
                        eLastOpenMenu = eOpenMenu;
                        eOpenMenu = null;
                        setTimeout("CloseMenu(eLastOpenMenu)",500);
                }
                else if (!eOpenMenu && eLastOpenMenu && eLastOpenMenu.contains(eSrc))
                {
                        eOpenMenu = eLastOpenMenu;
                        bCancelClose = true;
                }

        }

        function document.onmouseout()
        {
                var eSrc = window.event.srcElement;
                if ("clsMenuBarItem" == eSrc.className)
                {
                        eSrc.style.color = "";
                }
        }


        function WriteMenu()
        {
                document.writeln(
                        "<DIV CLASS='clsMenu' ID='divMenuhome'>"+
                        "<DIV CLASS='clsMenuSpacer'></DIV>"+
                        "<DIV><A HREF='/index.htm'>&nbsp;Main&nbsp;</A></DIV>"+
                        "<hr class='clsMenuLine'>"+
                        "<DIV><A HREF='/links.htm'>&nbsp;Links&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/reviews.htm'>&nbsp;Reviews&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/wrreview.htm'>&nbsp;Write a review&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/affl.htm'>&nbsp;Affiliate Program&nbsp;</A></DIV>"+
                        "<hr class='clsMenuLine'>"+
                        "<DIV><A HREF='contact.htm'>&nbsp;Contacts&nbsp;</A></DIV>"+

                        "</DIV>"+
                        "<DIV CLASS='clsMenu' ID='divMenunews'>"+
                        "<DIV CLASS='clsMenuSpacer'></DIV>"+
                        "<DIV>"+
                        "<A HREF='/ae.htm'>&nbsp;Alien Eggs&nbsp;</A></DIV>"+
                        "<DIV>"+
                        "<A HREF='/bs.htm'>&nbsp;Bubble Strike&nbsp;</A></DIV>"+
                        "<DIV>"+
                        "<A HREF='/mp3valet.htm'>&nbsp;MP3 Valet&nbsp;</A></DIV>"+
                        "<hr class='clsMenuLine'>"+
                        "<DIV>"+
                        "<A HREF='/wavbuild.htm'>&nbsp;MP3 WaveBuilder&nbsp;</A></DIV>"+
                        "<DIV>"+
                        "<A HREF='/spylo.htm'>&nbsp;Spylo PC Monitor&nbsp;</A></DIV>"+
                        "<DIV>"+
                        "<A HREF='/behast.htm'>&nbsp;Behind Asterisks XP&nbsp;</A></DIV>"+
                        "<DIV>"+
                        "<A HREF='/ewiper.htm'>&nbsp;Evidence Wiper&nbsp;</A></DIV>"+

                        "</DIV>"+
                        "<DIV CLASS='clsMenu' ID='divMenuproducts'>"+
                        "<DIV CLASS='clsMenuSpacer'></DIV>"+
                        "<DIV>"+
                        "<A HREF='/dlinf.htm'>&nbsp;Downloads info&nbsp;</A></DIV>"+
                        "<hr class='clsMenuLine'>"+
                        "<DIV><A HREF='/aleggs12.zip'>&nbsp;Alien Eggs&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/bs400.zip'>&nbsp;Bubble Strike&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/mp3vl100.zip'>&nbsp;MP3 Valet&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/mp3wb300.zip'>&nbsp;MP3 WaveBuilder&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/spylo100.zip'>&nbsp;Spylo PC Monitor&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/bhast100.zip'>&nbsp;Behind Asterisks XP&nbsp;</A></DIV>"+

                        "</DIV>"+
                        "<DIV CLASS='clsMenu' ID='divMenudownloads'>"+
                        "<DIV CLASS='clsMenuSpacer'></DIV>"+
                        "<DIV>"+
                        "<A HREF='ordering.htm'>&nbsp;Benefits of ordering&nbsp;</A></DIV>"+
                        "<hr class='clsMenuLine'>"+
                        "<DIV><A HREF='https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-6'>&nbsp;Order Alien Eggs&nbsp;</A></DIV>"+
                        "<DIV><A HREF='https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-1'>&nbsp;Order Bubble Strike&nbsp;</A></DIV>"+
                        "<DIV><A HREF='https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-7'>&nbsp;Order MP3 Valet&nbsp;</A></DIV>"+
                        "<DIV><A HREF='https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-4'>&nbsp;Order MP3 WaveBuilder&nbsp;</A></DIV>"+
                        "<DIV><A HREF='https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-8'>&nbsp;Order Spylo PC Monitor&nbsp;</A></DIV>"+
                        "<DIV><A HREF='https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-9'>&nbsp;Order Behind Asterisks&nbsp;</A></DIV>"+
                        "<DIV><A HREF='https://www.regnow.com/softsell/nph-softsell.cgi?item=5210-11'>&nbsp;Order Evidence Wiper&nbsp;</A></DIV>"+

                        "</DIV>"+
                        "<DIV CLASS='clsMenu' ID='divMenusupport'>"+
                        "<DIV CLASS='clsMenuSpacer'></DIV>"+
                        "<DIV><A HREF='/faq.htm'>&nbsp;FAQ's&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/bugrep.htm'>&nbsp;Bug Report Page&nbsp;</A></DIV>"+
                        "<DIV><A HREF='/suggest.htm'>&nbsp;Suggestions Page&nbsp;</A></DIV>"+

                        "</DIV>"+
                        "<DIV CLASS='clsMenu' ID='divMenuhelp'>"+
                        "<DIV CLASS='clsMenuSpacer'></DIV>"+
                        "<DIV>"+
                        "<A HREF='/sitemap.htm'>&nbsp;Site Map&nbsp;</A></DIV>"+
                        "<A HREF='/search.htm'>&nbsp;Search&nbsp;</A></DIV>"+
                        "</DIV>");
        };