ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> <title>GHS 1963 Reunion</title> <LINK REL=stylesheet HREF="../css/style.css" TYPE="text/css"> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var rotate_delay = 5000; // delay in milliseconds (5000 = 5 secs) current = 0; function next() { if (document.slideform.slide[current+1]) { document.images.show.src = document.slideform.slide[current+1].value; document.slideform.slide.selectedIndex = ++current; } else first(); } function previous() { if (current-1 >= 0) { document.images.show.src = document.slideform.slide[current-1].value; document.slideform.slide.selectedIndex = --current; } else last(); } function first() { current = 0; document.images.show.src = document.slideform.slide[0].value; document.slideform.slide.selectedIndex = 0; } function last() { current = document.slideform.slide.length-1; document.images.show.src = document.slideform.slide[current].value; document.slideform.slide.selectedIndex = current; } function ap(text) { document.slideform.slidebutton.value = (text == "Stop") ? "Start" : "Stop"; rotate(); } function change() { current = document.slideform.slide.selectedIndex; document.images.show.src = document.slideform.slide[current].value; } function rotate() { if (document.slideform.slidebutton.value == "Stop") { current = (current == document.slideform.slide.length-1) ? 0 : current+1; document.images.show.src = document.slideform.slide[current].value; document.slideform.slide.selectedIndex = current; window.setTimeout("rotate()", rotate_delay); } } // End --> </script> </head> <body> <div align=center> <form name=slideform> <table cellspacing=1 cellpadding=4 bgcolor="#000000"> <tr> <td style="text-align: center" bgcolor="#C0C0C0"> <font color="#000000"><b>Class of 1963 Reunion Group Photo</b></font> </td> </tr> <tr> <td align=center bgcolor="white" width= height=> <div align=center> <img src="1963-25thReunion1.jpg" name="show"> </div> </td> </tr> <tr> <td style="text-align: center" bgcolor="#C0C0C0"> <select name="slide" onChange="change();"> <option value="1963-25thReunion1.jpg" selected>Photo 1 <option value="1963-25thReunion2.jpg">Photo 2 <option value="b7reunions050.jpg">Photo 3 </select><img hspace=3 vspace=0 src="../../graphics/pixel1.gif"> <input type=button onClick="first();" value="|<<" title="Beginning"> <input type=button onClick="previous();" value="<<" title="Previous"> <input type=button name="slidebutton" onClick="ap(this.value);" value="Start" title="AutoPlay"> <input type=button onClick="next();" value=">>" title="Next"> <input type=button onClick="last();" value=">>|" title="End"> &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; </td> </tr> </table> </form> </div> </body> </html>