// HTML and CSS
function List01 (TexArr)
 {
 TexArr[0]	= unescape ('Basic terminology');
 TexArr[1]	= unescape ('HTML and XHTML');
 TexArr[2]	= unescape ('Structure of an HTML page');
 TexArr[3]	= unescape ('Structure of a style sheet');
 TexArr[4]	= unescape ('The declarations a style sheet');
 TexArr[5]	= unescape ('The box model');
 TexArr[6]	= unescape ('Element positionning');
 TexArr[7]	= unescape ('The HTML entities');
 TexArr[8]	= unescape ('The colors');
 TexArr[9]	= unescape ('The text blocks');
 TexArr[10]	= unescape ('Styles applied to text blocks');
 TexArr[11]	= unescape ('The links');
 TexArr[12]	= unescape ('Styles applied to links');
 TexArr[13]	= unescape ('The images');
 TexArr[14]	= unescape ('Styles applied to images');
 TexArr[15]	= unescape ('The tables');
 TexArr[16]	= unescape ('Styles applied to tables');
 TexArr[17]	= unescape ('The forms');
 TexArr[18]	= unescape ('Styles applied to forms');
 TexArr[19]	= unescape ('Graphical aspects');
 TexArr[20]	= unescape ('Behavior of the main navigators');
 return TexArr;
 }

// PHP programming
function List02 (TexArr)
 {
 TexArr[0]	= unescape ('Basic terminology');
 TexArr[1]	= unescape ('A first program');
 TexArr[2]	= unescape ('Variables');
 TexArr[3]	= unescape ('Operators');
 TexArr[4]	= unescape ('Conditions');
 TexArr[5]	= unescape ('Loops');
 TexArr[6]	= unescape ('Arrays');
 TexArr[7]	= unescape ('Regular expressions');
 TexArr[8]	= unescape ('Functions');
 TexArr[9]	= unescape ('Sessions');
 TexArr[10]	= unescape ('Form processing');
 TexArr[11]	= unescape ('File processing');
 TexArr[12]	= unescape ('Sending messages');
 TexArr[13]	= unescape ('Creating PDF files with FPDF');
 TexArr[14]	= unescape ('Date and time with DateCalc');
 TexArr[15]	= unescape ('Charts with JpGraph');
 return TexArr;
 }

// PHP and MySQL programming
function List03 (TexArr)
 {
 TexArr[0]	= unescape ('Basic terminology');
 TexArr[1]	= unescape ('MySQL installation');
 TexArr[2]	= unescape ('Basic configuration');
 TexArr[3]	= unescape ('The MySQLAdmin utility');
 TexArr[4]	= unescape ('User management');
 TexArr[5]	= unescape ('Database creation, modification and deletion');
 TexArr[6]	= unescape ('Table creation, modification and deletion');
 TexArr[7]	= unescape ('Main operations on tables');
 return TexArr;
 }

// Web site design
function List04 (TexArr)
 {
 TexArr[0]	= unescape ('Basic terminology');
 TexArr[1]	= unescape ('General structure of a site');
 TexArr[2]	= unescape ('General structure of an HTML page');
 return TexArr;
 }

// Optimization
function List05 (TexArr)
 {
 TexArr[0]	= unescape ('Basic terminology');
 TexArr[1]	= unescape ('HTML file form and structure');
 TexArr[2]	= unescape ('The main tags in the HTML header');
 TexArr[3]	= unescape ('The main tags in the HTML body');
 TexArr[4]	= unescape ('Title, description and keywords');
 TexArr[5]	= unescape ('The robots.txt file');
 TexArr[6]	= unescape ('Using rewriting rules');
 return TexArr;
 }

// PERL programming
function List06 (TexArr)
 {
 TexArr[0]	= unescape ('Introduction');
 TexArr[1]	= unescape ('Handling character strings');
 TexArr[2]	= unescape ('Handling numbers');
 TexArr[3]	= unescape ('Input and output');
 TexArr[4]	= unescape ('Conditions');
 TexArr[5]	= unescape ('Logical operators');
 TexArr[6]	= unescape ('Loops');
 TexArr[7]	= unescape ('Handling arrays');
 TexArr[8]	= unescape ('Date and time');
 TexArr[9]	= unescape ('Formatting character strings');
 TexArr[10]	= unescape ('Special variables');
 TexArr[11]	= unescape ('Using the documentation tool');
 TexArr[12]	= unescape ('Regular expressions');
 TexArr[13]	= unescape ('Substitution');
 TexArr[14]	= unescape ('Processing files');
 TexArr[15]	= unescape ('Processing directories');
 TexArr[16]	= unescape ('Calling external commands');
 TexArr[17]	= unescape ('Subroutines');
 TexArr[18]	= unescape ('Handling hashes');
 TexArr[19]	= unescape ('Introduction to references');
 TexArr[20]	= unescape ('Introduction to complex data structures');
 TexArr[21]	= unescape ('Interaction with a database');
 TexArr[22]	= unescape ('... And as many exercises as possible!');
 return TexArr;
 }

