// JavaScript Document
// If you want to use this script, please mention me
// made by José Alayo Berrios jose_alayo@yahoo.com.ar
// for http://learnespanish.11w11.net/
function description(selection,formname) {
if (selection=="0") {
		document.forms[formname].info.value="";
		}
else
if (selection=="1") {
		document.forms[formname].info.value="Home: A description for this website.";
		}
else
if (selection=="2") {
		document.forms[formname].info.value="Lessons: Grammar divided in three levels.";
		}
else
if (selection=="3") {
		document.forms[formname].info.value="Readings: Practice your reading with those passages.";
		}
else
if (selection=="4") {
		document.forms[formname].info.value="Miscelaneous: More resources for you.";
		}
else
if (selection=="5") {
		document.forms[formname].info.value="Games: Learn and play with those games.";
		}
else
if (selection=="6") {
		document.forms[formname].info.value="Downloads: Find helpful sources for studying Spanish.";
		}
else
if (selection=="7") {
		document.forms[formname].info.value="Guestbook: Something to share with us.";
		}
else
if (selection=="8") {
		document.forms[formname].info.value="Links: The best links I found.";
		}
else
if (selection=="9") {
		document.forms[formname].info.value="Contact me: Email me, I want to know your opinion.";
		}
else
if (selection=="10") {
		document.forms[formname].info.value="Shopping: Find books or other stuffs for an easier learning.";
		}
else
if (selection=="11") {
		document.forms[formname].info.value="About: The reason for this site.";
		}
	}
