name: Auciello.Joseph r001: ... begins HTML file ... HEAD section .. Puts title top of page. r002: 1. starts js language ... could also use <script> 2. speed created as variable and set to 1800. 3. starts function named Scrollon() ... note nulll parantheses. 4. 'gets' a value (input) from the HTML FORM. Note that this is a way to transfer info from HTML to JS. Wow! 5 setTimeout is a built-in function, speed is a variable that we control that determines how long an image remains on the display! (Do the rest yourself, at this level and the level that Amir and Erika will do. Show me what you can do!) Prof A. out. ----------------------------------------------------------------Thu Jun 27 11:01:43 2002 Submitting Host: 207.62.70.243 end_display: http://auciello.tripod.com/757q6.htm.txt name: Washington. Dionne r001: 1. The <HTML> will begin said html file. 2. The <HEAD> will begin the head(ing) label of the lines/whatever. 3. <TITLE>549 index page puts title on top of the web page. r002: This entire line(s) will 'create' a box allowing for the speed to be assigned by any who 'see' what it going on. r003: Are the pictures that are 'loaded'. Will show said pictures. r004: This basically sets variable of picture length and sets to 0 *** Thu Jun 27 11:41:10 2002 Submitting Host: 207.62.70.4 end_display: http://auciello.tripod.com/757q6.htm.txt name: Menzie.Sheyla r001: 1.begins html file 2. Starts Head Label 3.Puts tittle on top of Web Page r002: 1. starts java Script language 2. speed created as variable and set to 1800 3. Starts function named Scrollon() 4. getts a value from the html form 5. setTimeout is a built-in function, speed is a variable that we control, and which determines how long an mage remains on the display. r003: 1.defines the array 2.if r01 don't have anything run to the end of all the pictures. 3. I f r01 has something don't run nothing. r004: 1. initializing variables 2. variable has been initrialize with a t no value variable j has a value of 0 variable p is saying that this variable has been given for the length of the picture r005: 1. preload defines array 2. index 0 to lenght of pic aray 3. preload index defined to contain images img src [aray] contains the images r006: 1.declaring a function named BGSlideShow() 2. if there is a place to show slides 3. dispaly images as background 4.that is the counter, it is counting j +1 5. if j is less than Pic.lenght, set j=0 6. delay function controlled by speed 7. end if 8. end function r007: 1. open