//<!--
var show=false;
var oldmenu="";
var links=new Array();
links[0]=new Array("/index.html","The Homepage of the Subworld","Subworld 34");
links[1]=new Array("/chronicles.html","Chronicles of Our Time","Chronicles");
links[2]=new Array("wish.html","For those who dont know what I want.","Wish List");
links[3]=new Array("/log.html","The Knowlege of the Past","The Dark Log");

function w(s){document.write(s);}
function br(){w("<br />");}

function writeMenu(){
   var temp="";
   temp+="<img class=button onclick=showmenu('FormS','MenuQ') src='/site/menu1.jpg' alt='<span id=title>Subworld\'s Menu</span'><br /><br /><span id=MenuQ>";
   for(var i=0;i<links.length;i++)
      temp+="<a href='"+links[i][0]+"' title='"+links[i][1]+"'>"+links[i][2]+"</a><br /><br />";
      temp+="</span>";
      temp+="<span id=FormS>To become a Subworld&#169; Assossiate, fill out the below:";
      temp+="<form action='/cgi-bin/cgiemail' method='post'>";
      temp+="Screen Name : <input class=field name=Name value='' maxlength=50><br />";
      temp+="Email,IM,etc: <input class=field name=Email_IM_Etc value='' maxlength=100><br />";
      temp+="Other Notes : <input class=field name=Stuff_They_Wanna_Say value='' maxlength=300><br />";
      temp+="<input type=submit value='Completed'><input type=reset value='Redo'></form></span><br />";
      temp+="<iframe src='http://96260.myshoutbox.com/' width='100%' height='185' allowTransparency='true'></iframe>";
   document.write(temp);
   show=false;
}
function showmenu(id,id2)
{
  //alert(id+" "+id2);
  var myForm=document.getElementById(id);
  var myMenu=document.getElementById(id2);
  if(show)
  {
    myForm.style.display = 'none';
    myMenu.style.display = 'block';
    show=false;
  }else{
    myForm.style.display = 'block';
    myMenu.style.display = 'none';
    show=true;
  }
}//-->xw.style