t='links/Tutorials/';
t3='links/Tutorials/ServerProgramming/';
t0='links/Tutorials/PageBuilding/';
t1='links/Tutorials/Programs/Graphics/';
t2='links/Tutorials/Design/';
 menu = new Array(
'LINCT PARTNERS','index.html',
'','',
'Communitas Inc.','http://www.net4community.com/',
'-----------------------------------','',
'Communitas Partners and Projects','http://www.net4community.com/findoutmore.htm',
'Atlanta Community Technology','http://www.atlantacommunitytech.com/',
'De Toqueville on Communications','http://www.net4community.com/voluntary_associations.htm',
'ACT Initiative Plan','http://130.207.85.154/communitas/act_inititive.htm',
'','',
'','',
'Technology for All','http://www.techforall.org/',
'-----------------------------------','',
'TFA Partners','http://www.techforall.org/partners.htm',
'TFA Sponsors/Enron/Smartforce','http://www.timedollartutoring.org/',
'','',
'','',
'Time Dollar Institute','http://www.timedollar.org/',
'-----------------------------------','',
'Time $ Service Tour','http://209.80.190.245/cgi-bin/virtuflex.exe?template=%2Ftd%2Fmain.htm&HomeButton=Go+Home',
'Time $ Tutoring','http://www.timedollartutoring.org/',
'','',
'','',
'Interhelp','http://www.interhelp.com/',
'-----------------------------------','',
'','',
'','',
'Center for Information, Technolgy, and Society','http://cybertrails.org/',
'-----------------------------------','',
'eWorkbooksTM','http://miksike.com/etemplates.htm',
'Student Factory','http://studentfactory.org/',
'Miksike Learning Env.','http://miksike.com/',
'','',
'','',
'EPIE Institute','',
'-----------------------------------','',
'TESS Description','http://www.epie.org',
'TFA & LINCT Agreement','http://www.techforall.org/pressreleases/061501_2.html',
'LINCT Synopsis','linct_synopsis.htm',
'','',
'------------------------------------','',
'*','*');

  i=0;
  f='';
  while (menu[i]!='*')
  {
   thisvalue=i;
   if (menu[i]=='') {   f='';thisvalue='';}
   document.write('<option value="'+menu[i+1]+'">'+f+menu[i]+'</option>');
   f='-';
   if (menu[i]=='') {   f='';}
   i=i+2;
  }


