<!-- Hide
function launch1(){
    window.opener;window.open("http://forum.onecenter.com/cubesat/","newWindow","toolbar=0,scrollbars=1,width=700,height=500,top=0,left=0,menubar=0,status=0,resizable=0")
 }

function launch2(){
    window.opener;window.open("http://cubesat.discuss.listbot.com/","newWindow","toolbar=0,scrollbars=1,width=700,height=500,top=0,left=0,menubar=0,status=0,resizable=0")
 }

function RemoteList()
{
 	remote = window.open("", "remwin", "width=410,height=470,scrollbars=0,menu=0,status=0,location=0");
 	remote.location.href="http://www.cubesat.com/members/maillist.htm";
 	if(remote.opener == null) remote.opener = window;
}
// End Hide -->
