function gosearch(start, pageno)
  {
  window.document.srchcrit.start.value = start;
  window.document.srchcrit.pageno.value = pageno;
  window.document.srchcrit.submit();
  }


function getsendpop(target)
  {
  window.frames.sendframe.document.msgdetls.target.value = target;
//  window.frames.postframe.document.postdetls.mode.value = mode;
//  window.frames.postframe.document.postdetls.threadid.value = threadid;

//  window.frames.postframe.document.postdetls.subject.type = "hidden";
 // window.frames.postframe.document.getElementById("newsubjdiv").className = "hidesubj"; 
 // window.frames.postframe.document.getElementById("oldsubjdiv").className = "formentry"; 

//  node=window.frames.postframe.document.createTextNode("Re: " + subject);
//  window.frames.postframe.document.getElementById("subjecthdr").appendChild(node);


  if (window.event)
    { var new_top = document.documentElement.scrollTop + 'px'; }
  else
    { var new_top = window.scrollY + 'px'; }
	
  document.getElementById("senddiv").style.top = new_top;  
  document.getElementById("senddiv").className = "showpopup";  
  }

//function sendmsgpop(target)
//{
//openmessagepop();
//document.setupmsg.target.value = target;
//document.setupmsg.submit();
//}


//function openmessagepop()
//{
//window.open("","sendmsgpop","toolbar=no,status=no,width=600,height=400");
//}

function advise_membership()
{
alert("Sorry, you need to be a full member to send a message");
}

function showhelp()
  {
  document.getElementById("helpdiv").className = "showhelp";  
  }

function hidehelp()
  {
  document.getElementById("helpdiv").className = "hidehelp";  
  }
