     function toc(val)
     {
      if(val == "blank")
      {
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
        return;
      }
      else
      {
        top.location.href = val;
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
      }
    }

     function toc2(val)
     {
      if(val == "blank")
      {
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
        return;
      }
      else
      {
        parent.frames[2].location.href = val;
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
      }
    }

function popup(chooseImg,titlebar) {
mywin=window.open("","popupwin","width=534,height=416,screenX=150,left=150,screenY=150,top=150,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0")
mywin.document.open()
mywin.document.write("<HTML><HEAD><TITLE>" + titlebar + " - Moon's Descendarium</TITLE></HEAD><BODY BGCOLOR=\"#000000\" TEXT=\"#FFFFFF\" LINK=\"#1F70CF\" VLINK=\"#C0C0FF\" ALINK=\"#FFEFCF\"><IMG SRC=\"img/" + chooseImg + ".jpg\" WIDTH=512 HEIGHT=384 BORDER=0><BR></BODY></HTML>")
mywin.focus()
}

function popup2(chooseImg,titlebar) {
mywin=window.open("","popupmap","width=308,height=308,screenX=150,left=150,screenY=150,top=150,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0")
mywin.document.open()
mywin.document.write("<HTML><HEAD><TITLE>" + titlebar + " - Moon's Descendarium</TITLE></HEAD><BODY BGCOLOR=\"#000000\" TEXT=\"#FFFFFF\" LINK=\"#1F70CF\" VLINK=\"#C0C0FF\" ALINK=\"#FFEFCF\"><IMG SRC=\"img/" + chooseImg + ".gif\" WIDTH=286 HEIGHT=276 BORDER=0><BR></BODY></HTML>")
mywin.focus()
}

function popup3(chooseImg,titlebar) {
mywin=window.open("","popupwin","width=518,height=363,screenX=150,left=150,screenY=150,top=150,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0")
mywin.document.open()
mywin.document.write("<HTML><HEAD><TITLE>" + titlebar + " - Moon's Descendarium</TITLE></HEAD><BODY BGCOLOR=\"#000000\" TEXT=\"#FFFFFF\" LINK=\"#1F70CF\" VLINK=\"#C0C0FF\" ALINK=\"#FFEFCF\"><IMG SRC=\"img/" + chooseImg + ".jpg\" WIDTH=496 HEIGHT=331 BORDER=0><BR></BODY></HTML>")
mywin.focus()
}

function popup4(chooseImg,titlebar) {
mywin=window.open("","popupwin","width=820,height=632,screenX=150,left=150,screenY=150,top=150,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0")
mywin.document.open()
mywin.document.write("<HTML><HEAD><TITLE>" + titlebar + " - Moon's Descendarium</TITLE></HEAD><BODY BGCOLOR=\"#000000\" TEXT=\"#FFFFFF\" LINK=\"#1F70CF\" VLINK=\"#C0C0FF\" ALINK=\"#FFEFCF\"><IMG SRC=\"img/" + chooseImg + ".jpg\" WIDTH=800 HEIGHT=600 BORDER=0><BR></BODY></HTML>")
mywin.focus()
}
