var info = new Array();

info['Notes_1'] = "Introductory&nbsp;notes&nbsp;about&nbsp;HTML";

info['Experiment_1'] = 
  "Create a simple HTML document<br/>using <b>HTML-Kit</b>.";

info['Experiment_2'] = "Create a simple website<br>with linked pages."; 

info['Notes_2'] = "Basic HTML elements, hyperlinks &amp; bookmarks.";

info['Notes_3'] = "Lists.";

info['Experiment_3'] = "Create a complex list."; 

info['Notes_4'] = 
"Table basics. Table attributes: " +
"border, cellpadding, cellspacing, width, frame, rules." +
"<br />Row and cell attributes: align, valign, rowspan, colspan, etc.";

info['Experiment_4'] = "Create a sequence of tables."; 

info['Experiment_5'] = 
 "Create a column-oriented web page";

info['Notes_5'] = 
"Advanced table elements: row and column groups. " +
"The tbody, col &amp; colgroup elements. Using rules=\"groups\".";

info['Notes_6'] = "Graphical Images."

info['Experiment_6'] = 
"Simple creation and manipulation of graphical images";

info['Experiment_7'] = "Style rules examples.";

info['Notes_7'] = 
"CSS inline style properties. " +
" Color properties. " +
" Style rules: element and class -based." + 
" Multiple rules."
" HTML boxes: span &amp; div. The display property." +
" Box size and spacing. Margins." +
" Text and font properties." + 
""
;

info['Notes_8'] = 
"Selectors within selectors." + 
" Table style rule usage." + 
" Measurements, fonts." + 
" Inheritance." 
" Style property conficts." + 
" Class-based rules and the class attribute." + 
" External style sheets." + 
" Centering block elements." +
""
;

info['Experiment_8'] = 
"Design a web page template. An improvement upon that from Experiment 5 "
+ "using style rules.";

info['Notes_9'] =
"Borders. Background images. Floating boxes. " +
"Psuedo-class properties, hyperlinks. " +
"Absolute positioning. List properties.";

info['Experiment_9'] =
"Fixing up a page with style properties. " +
"Creating a large background image";

info['Experiment_10'] =
"The president's message page." + " Add style rules only.";

info['Notes_10'] = "JavaScript introduction. Document Object Model. "
+ "Types and operations. Variables and introductory numeric examples.";

info['Experiment_11'] = "Use the Firefox browser for JavaScript debugging.";

info['Notes_11'] = "Control statements with if/else. " +
"Handling invalid inputs. " 

info['Layouts'] = "Frames/Layers layout strategies.";

info['Notes_12'] =
"Hyperlink-activated JavaScript actions. User-defined functions."
+ "The <b>getElementById</b> function and <b>innerHTML</b> property."
+ "Computation using if/else statements."

info['Notes_13'] = "Browser Events. Rollover.";

info['Notes_14'] =
"JavaScript style setting." +
"<br />Onload initialization." +
"<br />Color Sequencing." +
"<br />Image objects. Image Sequencing.";

info['Notes_15'] =
"HTML form components. The button onclick event. "
+"Textfield, selection list, checkbox, radio-button examples.";

info['JavaScript_Extras'] =
"Timers, Image Fade, Motion, Menus, Popus, Expanding Lists.";

