
# the first line of this program must be blank 
# this way the bourne shell will run it as opposed
# to the csh shell
# this program needs to be called libtel.008
# because it calls itself on the final line
# in order to repeat over and over
# if you want to change the name
# remember to edit the last line also
#
# also it uses the bourne shell which is STANDARD 
# on Unix system
# if you get the error
# read --command not found
#  make sure the first line is blank
#
# Okay, you get this in the mail
# write it to a file
# edit the first couple of lines to remove the From: header
# but MAKE SURE THE FIRST LINE IS BLANK
#
# then
#
# do a "chmod +x libtel (this makes it an executable script)
# 
# Based on list by Art St.George STGEORGE@UNMB.BITNET 
# whacked into program by dmahone@hal.unm.edu
#
# ps if you have a password to carl you need to add it to program
# for display purposes search file for PUT PASSWORD HERE
# psps-program assumes you use a vt100- the ^[[ things are
# vt100 escape sequence that provide highlighting
# if you want one without escape sequences email me

# final ps
# Some libraries use a tn3270 interface. 
# if your machine doesn't have a file called /etc/map3270
# you will have problems---talk to your system admin person
#
		#1) tn3270 128.227.212.10;;
		#1) tn3270 128.140.1.4;;
		#1) tn3270 128.248.2.50;;
		#3) tn3270 128.253.1.19;;
		#4) tn3270 128.226.1.4;;
		#1) tn3270 128.148.128.40;;
#
clear

echo 
echo  "                                                                       " 
echo "  ""                                                                    ""  "
echo "  ""                 Internet Libraries                                 ""  "
echo "  ""        1- California      2- Colorado      3- Delaware             ""  "
echo "  ""        4- Florida         5- Georgia       6- Illinois             ""  "
echo "  ""        7- Indiana         8- Kansas        9- Maryland             ""  "
echo "  ""        10-Massachusetts   11-Michigan      12-Minnesota            ""  "
echo "  ""        13-New Hampshire   14-New Jersey    15-New Mexico           ""  "
echo "  ""        16-New York        17-Ohio          18-Oregon               ""  "
echo "  ""        19-Pennsylvania    20-Rhode Island  21-Tennessee            ""  "
echo "  ""        22-Texas           23-Virginia      24-Nebraska             ""  "
echo "  ""        25-Alabama         26-Maine         27-Missouri             ""  "
echo "  ""        28-Oklahoma        29-S. Carolina   30-Utah                 ""  "
echo "  ""        31-Wisconsin       32-Australia     33-Canada               ""  "
echo "  ""        34-Israel          35-New Zealand   36-Germany              ""  "
echo "  ""        37-Mexico                                                   ""  "
echo "  ""                                                                    ""  "
echo "  ""        Please enter an appropriate line number then a return       ""  "
echo "  ""                                                                    ""  "
echo "  ""                                                                    ""  "
echo "                                                                        "
echo 
read answer0
case $answer0 in
1) 
	clear
echo
echo Would you like to go to California
echo Enter 1 for Melvyl. Which is Univ of Calif Online Catalog.
echo The terminal type is vt100
echo To leave Melvyl - type END
echo Then you will type LOGOFF
echo 
echo Enter 2 for Gladis. Which is Univ of Berkeley Catalog.
echo The terminal type is vt100
echo
echo Enter 3 for ATI-NET. Which is Calif Agric Tech Inst
echo The LOGIN is public
echo 
echo Enter 4 for COAST. Which is Calif State Long Beach
echo 
echo Enter 5 for POLYCAT. Which is Cal Poly State Univ
echo The LOGIN is polycat
echo 
echo Enter 6 for OASYS. Which is Occidental College
echo At resource prompt type oasys
echo The LOGIN is oasys
echo 
echo OR   Hit RETURN to stay here.
	read answer1
		case $answer1 in
		1) telnet 31.1.0.11;;
		2) telnet 128.32.159.19;;
		3) telnet 129.8.100.15;;
		4) telnet 134.139.50.1;;
		5) telnet 129.65.20.21;;
		6) telnet 134.69.1.10;;
		*) clear;;
		esac
	clear;;
2) 
	clear
echo -
echo 
echo  Would you like to go to Colorado? 	Enter a 1 for Yes.
echo
echo  The Carl Project offers a journal index called Uncover.
echo 
echo  When prompted for terminal.
echo 		
echo 	Enter a 4 for vt100 
echo 
echo  Then enter RETURN and RETURN again.
echo 
echo  Enter a 2 for Current article Indexes.
echo  Then a 36 for Uncover.
echo 
echo  When asked for password enter  PUT PASSWORD HERE 
echo 
echo   To exit 
echo enter //exit
echo This may need to be done more than once.
echo Or hit RETURN to stay here.
echo 			
	read answer2
		case $answer2 in
		1) telnet 192.54.81.128;;
		*) clear;;
		esac
	clear;;
3) 
	clear
echo -
echo Would you like to go to Delaware?
echo 
echo Enter a 1 for Yes, I want to go to DELCAT.
echo The Univ of Delaware Online Catalog.
echo If you want to go hit return a couple of times when you
echo see the Escape character line 
echo 
echo When prompted for terminal type in vt100
echo To logoff just type logoff.
echo 
echo 
echo Or hit RETURN to stay here.

	read answer3
		case $answer3 in
		1) telnet 128.175.13.6;;
		*) clear;;
		esac
	clear;;
4) 
	clear

echo 
echo Would you like to go to FLORIDA?
echo 
echo 
echo Enter a 1 for Yes.
echo 
echo Its sort of complicated so here are the steps.
echo Press enter to get past the VM logo
echo Then type DIAL VTAM
echo When prompted with NERDC VTAM IS ACTIVE.
echo Type nerluis
echo When prompted with WELCOME TO NERLUIS.
echo Type 1
echo When you see the NERDC SECURITY MODULE.
echo Type fcl         [5m BUT DONT HIT RETURN
echo Then for OPERATOR ID  type aaya
echo Then for PASSWORD type aaya
echo Then type #$#$
echo Then type luis
echo 
echo TO EXIT  type #$#$ then  LOGOFF
echo  OR JUST TYPE RETURN TO STAY HERE
	read answer4
		case $answer4 in
		#1) tn3270 nervm.nerdc.ufl.edu;;
		1) tn3270 128.227.212.10;;
		*) clear;;
		esac
	clear;;
5) 
	clear

echo    
echo Would you like to go to Georgia?
echo 
echo Enter a 1  for Yes.
echo 
echo The online catalog database currently contains more than
echo 500,000 bibliographic records, representing 40% of the
echo total holdings. A retrospective conversion project has
echo been started.
echo 
echo 
echo  Or Hit RETURN to stay here
	read answer5
		case $answer5 in
		1) tn3270 128.140.1.4;;
		*) clear;;
		esac
	clear;;
6) 
	clear

echo 
echo Would you like to go to Illinois
echo Enter a 1  for YES.
echo At the menu hit return
echo Then enter dial pvm
echo Then at the next menu hit the tab until you
echo see NOTIS 
echo Then hit the Enter key again
echo TO EXIT   HIT THE CONTROL KEY AND THE RIGHT BRACKET
echo FOLLOWED BY A C
echo 
echo Enter a 2 to go to Northwestern
echo At enter class    Enter 60
echo exit is %    help is \&
echo
echo  Enter a 3 to go to Univ of Chicago
echo  At enter class    Enter lib48
echo 
echo  Enter a 4 to go to Univ of Ill-Urbana
echo
echo OR HIT RETURN TO STAY HERE
	read answer6
		case $answer6 in
		1) tn3270 128.248.2.50;;
		2) telnet 129.105.49.2;;
		3) telnet 128.135.12.95;;
		4) telnet 128.174.5.58;;
		*) clear;;
		esac
	clear;;
7) 
	clear

echo 
echo 
echo Would you like to go to Indiana?
echo 
echo Enter 1  for Yes.
echo 
echo The University of Notre Dame Library.
echo 
echo When prompted with nothing enter  library
echo 
echo To leave just enter x
echo And then enter bye at the prompt
echo 
echo Enter  2  for THOR  at Purdue Univ
echo 
echo 
echo    OR JUST HIT RETURN TO STAY HERE
	read answer7
		case $answer7 in
		1) telnet 129.74.4.5;;
		2) telnet 128.210.9.8;;
		*) clear;;
		esac
	clear;;
8) 
	clear
echo 
echo Would you like to go to Kansas?
echo 
echo Type a 1 for Yes.
echo 
echo When prompted for Username:  type relay
echo Then type ocat when you see the menu.
echo 
echo When prompted for terminal type  [5m vt100k 
echo 
echo 
echo At the banner-- type ESC ESC OCAT 
echo 
echo TO LEAVE-  type logoff and then a q
echo 
echo 
echo 
echo OR JUST HIT RETURN TO STAY HERE
	read answer8
		case $answer8 in
		1) telnet 129.237.1.10;;
		*) clear;;
		esac
	clear;;
9) 
	clear
echo 
echo 
echo Would you like to go to Maryland?
echo 
echo Enter 1  to go to AIM -Access to Info about Maryland-
echo or
echo Enter 2  to go to the Online Catalog UMCAT
echo If a blank screen appears type CAT
echo To  END  just type  END
echo or
echo Enter  3  to go to Johns Hopkins Univ
echo At command prompt  dial janus 
echo To exit: type four pound signs- cr
echo 
echo Or You can hit RETURN to stay here.
	read answer9
		case $answer9 in
		1) telnet 128.8.10.60;;
		2) telnet 129.2.16.47;;
		3) telnet 128.220.2.2;;
		*) clear;;
		esac
	clear;;
10) 
	clear

echo 
echo 
echo Would you like to go to Massachusetts?
echo 
echo Hit a  1  for Boston Univ Online Catalog 
echo 
echo type QUIT to QUIT
echo 
echo Hit a  2  for Harvard Univ
echo 
echo At office for information screen  type hollis 
echo To exit hit  esc xx
echo 
echo 
echo Or hit RETURN to stay here.
	read answer10
		case $answer10 in
		1) telnet 128.197.4.200;;
		2) telnet 128.103.60.31;;
		*) clear;;
		esac
	clear;;
11) 
	clear
echo 
echo 
echo Would you like to go to Michigan?
echo 
echo Enter a 1  for Univ of Michigan 
echo 
echo When prompted for -Which Host- enter mirlyn
echo When prompted for -TERMINAL - enter VT100
echo 
echo TO EXIT  hit  CONTROL RIGHT BRACKET
echo THEN ENTER A  [5m Q  at the telnet
echo prompt 
echo       
echo Enter a  2  for Michigan State Libraries
echo  dial magic     vt100 
echo 
echo  Enter a  3  for Wayne State Univ
echo  Hit the ENTER key at the VM logo screen
echo   dial vtam     luis  at WSUNET menu
echo 
echo OR HIT RETURN TO STAY HERE
	read answer11
		case $answer11 in
		1) telnet 35.1.48.149;;
		2) tn3270 35.8.2.99;;
		3) tn3270 141.217.1.3;;
		*) clear;;
		esac
	clear;;
12) 
	clear

echo 
echo 
echo Would you like to go to Minnesota.
echo 
echo The system is called LUMINA
echo 
echo Libraries of the Univ of Minn Integrated Network Access.
echo 
echo When prompted for terminal enter  0 for vt100
echo then you type lumina
echo 
echo At the menu enter an  a  for Lumina
echo 
echo TO EXIT HIT  CONTROL and the RIGHT BRACKET
echo 
echo then enter a [5m q   at the telnet prompt
echo 
echo 
echo OR HIT RETURN TO STAY HERE
	read answer12
		case $answer12 in
		1) telnet 128.101.92.8;;
		*) clear;;
		esac
	clear;;
13) 
        clear

echo 
echo 
echo Would you like to go to New Hampshire?
echo 
echo Enter a 1 for YES.
echo 
echo The Dartmouth College Library Online Catalog
echo 
echo    
echo Enter  vt100  for terminal type
echo 
echo 
echo Enter  bye  to exit.
echo 
echo 
echo 
echo OR ENTER RETURN TO STAY HERE.
	read answer13
		case $answer13 in
		1) telnet 129.170.48.5;;
		*) clear;;
		esac
	clear;;
14) 
        clear

echo 
echo 
echo 
echo Would you like to go to New Jersey?
echo 
echo Enter a 1 for YES.
echo 
echo Youll need to hit RETURN a few times
echo but when you see the pound sign #
echo Type call 500 
echo 
echo The catalog at Princeton is similiar to Libros
echo 
echo TO LEAVE   type exit
echo 
echo 
echo 
echo OR HIT RETURN TO STAY HERE

	read answer14
		case $answer14 in
		#1) telnet pucable.princeton.edu;;
		1) telnet  128.112.129.186;;
		*) clear;;
		esac
	clear;;
15) 
        clear

echo 
echo 
echo Would you like to go to New Mexico
echo 
echo Enter a  1  for Univ of New Mexico - General Library
echo "                                          " - Medical Library
echo Login in as either student1 student2 student3 student4
echo follow menu 
echo or 
echo Enter a  2  for  New Mexico State
echo 
echo At the : prompt enter  hello user.libr01
echo TO EXIT HIT CONTROL RIGHT BRACKET THEN A Q 
echo     
echo 
echo Hit RETURN TO STAY HERE
	read answer15
		case $answer15 in
		#1) telnet libros.unm.edu;;
		1) telnet 129.24.8.195;;
		#2) telnet library.nmsu.edu;;
		2) telnet 128.123.18.115;;
		*) clear;;
		esac
	clear;;
16) 
        clear

echo 
echo 
echo Would you like to go to New York ?
echo 
echo Enter 1 for Rensselaer Polytech Institute
echo Terminal type is vt100
echo TO EXIT ENTER stop
echo 
echo Enter 2 for New York University
echo TO EXIT ENTER CONTROL RIGHT BRACKET
echo then a q
echo 
echo Enter 3 for CORNELL
echo At host name enter cornellc
echo At logon hit RETURN
echo At blank screen enter library
echo TO EXIT enter x
echo 
echo Enter 4 for SUNY at Binghampton
echo At prompt enter dial vtam
echo At the VTAM menu enter elixir
echo TO EXIT  CONTROL Z then OFF then UNDIAL
echo 
echo OR HIT RETURN TO STAY HERE
	read answer16
		case $answer16 in
		1) telnet 128.113.1.31;;
		2) telnet 128.122.138.2;;
		3) tn3270 128.253.1.19;;
		4) tn3270 128.226.1.4;;
		*) clear;;
		esac
	clear;;
17)
clear
echo Would you like to go to Ohio?
echo 
echo Hit a  1  for Case Western Univ
echo or
echo Hit a  2  for Kent State Univ
echo or
echo Hit a  3  for Ohio State Univ
echo or
echo Hit a  4  for Cleveland Public Library
echo select 1 on 1st menu - 1 on 2nd menu
echo logoff- hit control z then 5 on menu and 5 on menu againo
echo
echo OR HIT RETURN TO STAY HERE
echo 
    read answer17
	    case $answer17 in
		   1) telnet 129.22.120.199;;
		   2) telnet 131.123.1.9;;
		   3) telnet 128.146.15.141;;
		   *) clear;;
		   esac

clear;; 
18) 
	clear

echo 
echo 
echo Would you like to go to Oregon?
echo 
echo Enter a 1 for YES.
echo 
echo The University of Oregons catalog is JANUS
echo 
echo Hit 3 returns when you get there
echo For terminal type enter vt100
echo 
echo 
echo 
echo OR HIT RETURN TO STAY HERE
	read answer18
		case $answer18 in
		#1) telnet 128.223.20.86;;
		1) telnet 128.223.24.86;;
		*) clear;;
		esac
	clear;;
19) 
	clear

echo 
echo 
echo Would you like to go to Pennsylvania
echo 
echo Enter a 1 for CMU
echo Enter a 2 for Penn State
echo Enter a 3 for Penn State Agricultural
echo Enter a 4 for Penn State Academic Programs
echo Enter a 5 for Penn State Data Center
echo Enter a 6 for Lehigh Univ
echo Enter a 7 for Univ of Penn
echo Enter a 8 for Univ of Penn Medical
echo Enter a 9 for Univ of Penn Health
echo Enter a 10 for Univ of Pittsburgh
echo at  service  type  PITTCAT 
echo exit----- control \\ 
echo
echo 
echo OR ENTER RETURN TO STAY HERE
	read answer19
		case $answer19 in
		1) telnet 128.2.232.60;;
		2) telnet 128.118.25.13;;
		3) telnet 128.118.36.5;;
		4) telnet 128.118.81.101;;
		5) telnet 128.180.2.13;;
		6) telnet 128.91.200.32;;
		7) telnet 128.91.18.6;;
		#8) telnet nic.cis.pitt.edu;;
		8) telnet 130.49.1.254 ;;
		9) clear;;
		10) telnet 130.49.1.252;;
		*) clear;;
		esac
	clear;;
20) 
	clear

echo 
echo 
echo Would you like to go to Rhode Island?
echo 
echo Enter a 1 for Yes.
echo 
echo At the main menu enter a RETURN
echo 
echo Then type  dial josiah
echo 
echo To EXIT do a  CONTROL C and then
echo 
echo a q at the tn3270>>prompt
echo 
echo 
echo OR ENTER A RETURN TO STAY HERE
	read answer20
		case $answer20 in
		#1) tn3270 brownvm.brown.edu;;
		1) tn3270 128.148.128.40;;
		*) clear;;
		esac
	clear;;
21) 
	clear

echo 
echo 
echo Would you like to go to Tennesee?
echo 
echo 
echo Enter a 1 for Univ of Tennesee- Knoxville 
echo 
echo When prompted for location type library
echo 
echo TO EXIT  CONTROL RIGHT BRACKET and then a q
echo 
echo Enter a 2 for Univ of Tennesee- Memphis Health Science
echo 
echo When prompted for Username type HARVEY
echo 
echo Enter a 3 for Vanderbilt Univ
echo 
echo OR ENTER A RETURN TO STAY HERE
	read answer21
		case $answer21 in
		1) telnet 128.169.200.68;;
		2) telnet 132.192.1.1;;
		3) telnet 129.59.1.21;;
		*) clear;;
		esac
	clear;;
22) 
	clear

echo 
echo 
echo Would you like to go to Texas ?
echo 
echo Enter a 1 for Texas A & M
echo At username  VTAM
echo Then at menu type notis
echo 				
echo Enter a 2 for Univ of Texas at Arlington
echo For terminal type vt100
echo At menu type notis
echo then a return and then luut
echo TO EXIT  CONTROL RIGHT BRACKET then a q
echo 
echo Enter a 3 for Univ of Texas at Austin
echo At username type utcat  
echo [5mHIT THE ENTER KEY NOT RETURN KEY  
echo 
echo Enter a 4 for Univ of Texas at Dallas
echo 			TERMINAL TYPE IS [5m vt10x
echo  EXIT IS CONTROL RIGHT BRACKET then a q
echo 
echo OR HIT RETURN TO STAY HERE
	read answer22
		case $answer22 in
		1) telnet 128.194.4.1;;
		2) telnet 129.107.1.103;;
		3) telnet 128.83.1.125;;
		4) telnet 129.110.102.1;;
		*) clear;;
		esac
	clear;;
23) 
	clear

echo 
echo 
echo Would you like to go Virginia?
echo 
echo Enter a 1 for Virginia Poly Inst and State Univ
echo 
echo Then type  call vtls 
echo 
echo Enter a 2 for Virginia Commonwealth
echo 
echo Then type  dial vtam 
echo 
echo OR HIT RETURN TO STAY HERE
	read answer23
		case $answer23 in
		#1) telnet 128.173.1.4;;
		1) telnet 128.173.5.4;;
		2) tn3270 128.172.1.25;;
		*)clear;;
		esac
	    clear;;

24) clear
echo 
echo 
echo Enter a  1  if your want to go to NEBRASKA
echo 
echo At the login prompt  type library
echo 
echo 
echo For terminal type    enter    vt100 
echo 
echo 
echo OR HIT RETURN TO STAY HERE
    read answer24
	   case $answer24 in
	   1) telnet 129.93.16.1;;
	   *) clear;;
	   esac
	clear;;
25) clear
echo 
echo 
echo Enter a  1  if your want to go to ALABAMA
echo 
echo At the login  Push TAB to APPLICATION FIELD
echo 
echo 
echo Then enter    01 \(return\)  
echo 
echo 
echo OR HIT RETURN TO STAY HERE
    read answer24
	   case $answer24 in
	   1) tn3270 131.204.2.13;;
	   *) clear;;
	   esac
	clear;;
26) clear
echo 
echo 
echo Enter a  1  if your want to go to MAINE
echo Login in as  ursus 
echo 
echo OR HIT RETURN TO STAY HERE
    read answer26
	   case $answer26 in
	   1) telnet 130.111.64.1;;
	   *) clear;;
	   esac
	clear;;
27) clear
echo 
echo 
echo Enter a  1  if your want to go to Univ of Missouri
echo 
echo at CP READ prompt  dial vtam  
echo then enter  lumin 
echo
echo OR HIT RETURN TO STAY HERE
    read answer27
	   case $answer27 in
	   1) tn3270 131.151.1.1;;
	   *) clear;;
	   esac
	clear;;
28) clear
echo 
echo 
echo Enter a  1  if your want to go to Univ of Tulsa
echo 
echo login  LIAS,TU  in upper case
echo
echo OR HIT RETURN TO STAY HERE
    read answer28
	   case $answer28 in
	   1) telnet 129.244.1.33;;
	   *) clear;;
	   esac
	clear;;
29) clear
echo 
echo 
echo Enter a  1  if your want to go to Clemson Univ
echo 
echo 
echo
echo OR HIT RETURN TO STAY HERE
    read answer29
	   case $answer29 in
	   1) tn3270 130.127.8.105;;
	   *) clear;;
	   esac
	clear;;
30) clear
echo 
echo 
echo Enter a  1  if your want to go to Univ of Utah-Marriott Lib 
echo 
echo Type enter at VM login
echo Type  DIAL UNIS  followed by enter
echo
echo OR HIT RETURN TO STAY HERE
    read answer30
	   case $answer30 in
	   1) tn3270 128.110.40.20;;
	   *) clear;;
	   esac
	clear;;
31) clear
echo 
echo 
echo Enter a  1  if your want to go to Marquette Univ
echo 
echo Type  m  at login
echo
echo Enter a  2  if your want to go to Univ of Wisconsin
echo 
echo ENTER AT VM  Type  NLS  at menu
echo 
echo OR HIT RETURN TO STAY HERE
    read answer30
	   case $answer30 in
	   1) telnet 134.48.20.1;;
	   2) tn3270 128.104.198.20;;
	   *) clear;;
	   esac
	clear;;
32) clear
echo 
echo 
echo Enter a  1  if your want to go to Australian Nat Univ
echo 
echo Type  urica  at 
echo
echo Enter a  2  if your want to go to Deakin Univ 
echo 
echo Type  alice  at login
echo 
echo OR HIT RETURN TO STAY HERE
    read answer32
	   case $answer32 in
	   1) telnet 130.56.4.51;;
	   2) telnet 128.184.1.1;;
	   *) clear;;
	   esac
	clear;;
33) clear
echo 
echo 
echo Enter a  1  if your want to go to Univ of Calgary
echo 
echo Type  library  at Request prompt
echo
echo Enter a  2  if your want to go to Univ of New Brunswick
echo 
echo TAB TO APPLICATION Type  netlib  at login
echo 
echo Enter a  3  if your want to go to Queens Univ Kingston
echo
echo Enter a  4  if your want to go to Univ of Saskatchewan
echo At the REQUEST prompt  type  LIB 
echo
echo OR HIT RETURN TO STAY HERE
    read answer33
	   case $answer33 in
	   1) telnet 136.159.1.70;;
	   2) tn3270 128.184.1.1;;
	   3) tn3270 130.15.125.20;;
	   4) telnet 128.233.20.1;;
	   *) clear;;
	   esac
	clear;;
34) clear
echo 
echo 
echo Enter a  1  if your want to go to aleph.piu.ac.il
echo Enter a  2  if your want to go to tauvax.tau.ac.il
echo Enter a  3  if your want to go to aleph.huji.ac.il
echo Enter a  4  if your want to go to wislib.weizmann.ac.il
echo Enter a  5  if your want to go to lib.technion.ac.il
echo 
echo Type  ALEPH  at userid
echo
echo    
echo   
echo
echo OR HIT RETURN TO STAY HERE
    read answer34
	   case $answer34 in
	   1) telnet 132.70.9.36;;
	   2) telnet 132.66.32.6;;
	   3) telnet 128.139.4.207;;
	   4) telnet 132.76.64.14;;
	   5) telnet 132.68.1.20;;
	   *) clear;;
	   esac
	clear;;
35) clear
echo 
echo Would you like to go to New Zealand
echo 
echo Enter a  1  for Victoria Univ of Wellington
echo 
echo Type  lib   at Service prompt
echo When prompted : press return to log on GO
echo Press return at LOGON  pub 
echo
echo Exit-- enter  LATER 
echo 
echo
echo OR HIT RETURN TO STAY HERE
    read answer35
	   case $answer35 in
	   1) telnet 130.195.2.90;;
	   *) clear;;
	   esac
	clear;;
36) clear
echo 
echo 
echo Enter a  1  if your want to go to Germany
echo 
echo PORT 775
echo
echo 
echo
echo OR HIT RETURN TO STAY HERE
    read answer36
	   case $answer36 in
	   1) telnet 134.34.3.5;;
	   *) clear;;
	   esac
	clear;;
37) clear
echo 
echo 
echo Would you like to go to Mexico?
echo Enter a  1  if your want to go to 
echo Instituto Tecnologico y Estudios Superiores de Monterrey
echo login as mytcat
echo    
echo
echo Enter a  2  if your want to go to 
echo Library of the Universidad de las Americas Pueblas
echo login as library
echo    
echo 
echo    
echo
echo OR HIT RETURN TO STAY HERE
    read answer37
	   case $answer37 in
	   1) telnet 131.178.1.5;;
	   2) telnet 140.148.1.5;;
	   *) clear;;
	   esac
	clear;;
*) exit;;
esac
libtel.008
