This is an English to Spanish Translator. There are about 50 words in it. Easily add new words and translations.

English Word:

--->


<!-- ONE STEP TO INSTALL ENGLISH TO SPANISH:  1.  Copy the coding into the body of your HTML document  -->
<!-- STEP ONE: Paste this code into the body of your HTML document  -->
<body>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Lav Mir (comfreak91@hotmail.com ) -->
<center>
This is an English to Spanish Translator. There are about 50 words in it. Easily add new words and translations.
<script>
<!-- ;
function asd(word)
{
document.f1.sWord.value= word
}
function translate()
{
var e= document.f1.eWord.value ;
e= new String(e) ;
e= e.toLowerCase();
switch (e)
{
case "who":asd("quien")
break;
case 'what':case 'how':asd('como');
break;
case 'who':asd('quien')
break;
case 'theater':asd('cine')
break;
case 'breakfast':asd('desayuno')
break;
case 'lunch':asd('comida')
break;
case 'dinner':asd('cena')
break;
case 'hello':asd('hola')
break;
case 'bye':case 'good-bye':case 'good bye':asd('adios')
break;
case 'head':asd('cabeza')
break;
case 'face':asd('cara')
break;
case 'nose':asd('nariz')
break;
case 'mouth':asd('boca')
break;
case 'ear':asd('oreja')
break;
case 'eye':asd('ojo')
break;
// 20 wrds approx so far
case 'lip':asd('labios')
break;
case 'arm':asd('brazo')
break;
case 'finger':asd('dedo')
break;
case 'cheese':asd('queso')
break;
case 'sandwich':asd('bocadillo')
break;
case 'telephone':asd('telefono')
break;
case 'sing':asd('cantar')
break; 
case 'ball':asd('balon')
break;
case 'computer':asd('ordenador')
break;
// 30
case 'door':asd('puerta')
break;
case 'window':asd('ventana')
break;
case 'pencil':asd('lapiz')
break;
case 'eraser':asd('borrador OR goma')
break;
case 'light':asd('luz')
break;
case 'handkerchief':asd('panuelo')
break;
case 'tissue':asd('panuelo de papel')
break;
case 'dog':asd('perro')
break;
case 'cat':asd('gato')
break;
case 'book':asd('libro')
break;
// 40
case 'notebook':case 'note-book':case 'note book':asd('cuaderno')
break;
case 'paper':asd('papel')
break;
case 'government':asd('gobierno')
break;
case 'park':asd('parque')
break;
case 'sorry':asd('lo siento')
break;
case 'good luck':case 'best wishes':asd('buena suerte')
break;
case 'work':asd('trabajo')
break;
case 'task':case 'homework':case 'home-work':case 'home work':asd('tarea')
break;
case 'skate':asd('patinar')
break;
case 'skateboard':asd('mono-patin')
break;
case 'foot':asd('pie')
break;
case 'good': 
asd('bien')
break;
case 'bad':asd('mal')
break;
case 'flag':asd('bandera')
break;
 
case 'station':asd('estacion')
break;
case 'smoke':asd('humo')
break;
case 'airplane':asd('avion')
break;
case 't-shirt':asd('camiseta')
break;
case 'shirt':asd('camisa')
break;
case 'trousers':case 'pants':asd('pantalones')
break;
case 'dictionary':asd('dictionario')
break;
}
}
// end hide -->
</script>
<center>
<p>
English Word:<p>
<form name="f1">
<input type="text" name="eWord" size="20" maxlength="80">     ---> 
<input type="text" name="sWord" size="20" maxlength="80">
<p>
<input type="button" value="Translate!" onclick="translate()">
</form>
</center>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascript.internet.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size:  3.63 KB -->
Free JavaScripts provided
by The JavaScript Source