/************************************************************************************************************
Seniornet class descriptions
	
************************************************************************************************************/	
function whichText(text) {
            
               var f1text = "In our Fundamentals I class, the student receives a solid foundation of computer skills, gains confidence using a mouse, keyboard and learns some basic word processing."; 
                var f2text = "The Fundamentals II class introduces you to some of the basic features and most used applications in Windows such as word processing, spreadsheets and digital picture processing. You will also learn to explore the Internet and correspond by email.";
               var exceltext = "This class teaches you the basic features and most used functions of spreadsheets using Microsoft Excel. Spreadsheets help organize information and can be used for any task that works with numbers as well as alphabetize lists of names and order records."; 
                var ietext = "This course teaches 'hands on' exploration of the Internet. You will learn to navigate the Web, search for information and save your favorite sites. Students will actively send and receive email, including attachments.";
                var digpictext = "This class gives students hands on experience in downloading pictures from their own digital cameras, editing the pictures and then sharing them by printing on their own printer or posting them on-line using Google's free Picasa software.";
                var tipstext = "Learn to use Microsoft Windows to open and close documents and programs, to maintain files, and to work with multiple windows. The use of the 'Control Panel,' 'My Computer' and 'Accessories' features are covered.";
	var wordtext = "The student learns some of the basic features and most used functions of Word Processing using Microsoft Word. At the end of the class students should be able to edit text, change the appearance of words and paragraphs.";
	var pshoptext = "This class introduces you to the basic features of color adjustment, layers, styles, filters, resolution, and size. At the end of the class you will be able to retouch and restore your treasured photos.";

document.write(eval(text));
	
}