home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>School Album</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <script language="JavaScript">
- <!--
- function MM_timelinePlay(tmLnName, myID) { //v1.2
- //Copyright 1997 Macromedia, Inc. All rights reserved.
- var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
- if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
- tmLn = document.MM_Time[tmLnName];
- if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
- if (myID == tmLn.ID) { //if Im newest
- setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
- fNew = ++tmLn.curFrame;
- for (i=0; i<tmLn.length; i++) {
- sprite = tmLn[i];
- if (sprite.charAt(0) == 's') {
- if (sprite.obj) {
- numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
- if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
- keyFrm=1;
- for (j=0; j<sprite.values.length; j++) {
- props = sprite.values[j];
- if (numKeyFr != props.length) {
- if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
- else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
- } else {
- while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
- if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
- if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
- else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
- } } } } }
- } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
- if (fNew > tmLn.lastFrame) tmLn.ID = 0;
- } }
- }
-
- function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
- //Copyright 1997 Macromedia, Inc. All rights reserved.
- var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
- if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
- tmLn = document.MM_Time[tmLnName];
- if (numGotos != null)
- if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
- else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
- jmpFwd = (fNew > tmLn.curFrame);
- for (i = 0; i < tmLn.length; i++) {
- sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
- if (sprite.charAt(0) == "s") {
- numKeyFr = sprite.keyFrames.length;
- firstKeyFr = sprite.keyFrames[0];
- lastKeyFr = sprite.keyFrames[numKeyFr - 1];
- if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
- for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
- for (j=0; j<sprite.values.length; j++) {
- props = sprite.values[j];
- if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
- else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
- if (sprite.obj != null) {
- if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
- else sprite.obj[props.prop2][props.prop] = props[propNum];
- } }
- } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
- }
- tmLn.curFrame = fNew;
- if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
- }
-
- function MM_preloadImages() { //v2.0
- if (document.images) {
- var imgFiles = MM_preloadImages.arguments;
- if (document.preloadArray==null) document.preloadArray = new Array();
- var i = document.preloadArray.length;
- with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
- preloadArray[i] = new Image;
- preloadArray[i++].src = imgFiles[j];
- } }
- }
-
- function MM_swapImgRestore() { //v2.0
- if (document.MM_swapImgData != null)
- for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
- document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
- }
-
- function MM_swapImage() { //v2.0
- var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
- for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
- objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
- if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
- (objStr.indexOf('document.all[') ==0 && document.all ==null))
- objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
- obj = eval(objStr);
- if (obj != null) {
- swapArray[j++] = obj;
- swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
- obj.src = MM_swapImage.arguments[i+2];
- } }
- document.MM_swapImgData = swapArray; //used for restore
- }
-
- function MM_initTimelines() {
- //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
- var ns = navigator.appName == "Netscape";
- document.MM_Time = new Array(2);
- document.MM_Time[0] = new Array(2);
- document.MM_Time["Timeline1"] = document.MM_Time[0];
- document.MM_Time[0].MM_Name = "Timeline1";
- document.MM_Time[0].fps = 15;
- document.MM_Time[0][0] = new String("sprite");
- document.MM_Time[0][0].slot = 1;
- if (ns)
- document.MM_Time[0][0].obj = document["Layer17"];
- else
- document.MM_Time[0][0].obj = document.all ? document.all["Layer17"] : null;
- document.MM_Time[0][0].keyFrames = new Array(1, 5, 8);
- document.MM_Time[0][0].values = new Array(3);
- document.MM_Time[0][0].values[0] = new Array(689,506,324,168,45,-3,19,45);
- document.MM_Time[0][0].values[0].prop = "left";
- document.MM_Time[0][0].values[1] = new Array(109,143,178,210,242,284,315,342);
- document.MM_Time[0][0].values[1].prop = "top";
- if (!ns) {
- document.MM_Time[0][0].values[0].prop2 = "style";
- document.MM_Time[0][0].values[1].prop2 = "style";
- }
- document.MM_Time[0][0].values[2] = new Array("24","26","25");
- document.MM_Time[0][0].values[2].prop = "zIndex";
- if (!ns)
- document.MM_Time[0][0].values[2].prop2 = "style";
- document.MM_Time[0][1] = new String("behavior");
- document.MM_Time[0][1].frame = 9;
- document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')";
- document.MM_Time[0].lastFrame = 9;
- document.MM_Time[1] = new Array(1);
- document.MM_Time["Timeline2"] = document.MM_Time[1];
- document.MM_Time[1].MM_Name = "Timeline2";
- document.MM_Time[1].fps = 15;
- document.MM_Time[1][0] = new String("behavior");
- document.MM_Time[1][0].frame = 41;
- document.MM_Time[1][0].value = "MM_timelineGoto('Timeline2','1')";
- document.MM_Time[1].lastFrame = 41;
- for (i=0; i<document.MM_Time.length; i++) {
- document.MM_Time[i].ID = null;
- document.MM_Time[i].curFrame = 0;
- document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
- }
- }
- //-->
- </script>
- <style type="text/css">
- <!--
- .AlbumTitleStyle { font-family: "Arial"; font-size: 25pt; font-style: italic; color: #CC3333}
- .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399}
- .SignStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; color: #000000; font-style: italic; font-weight: bold}
- .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #663333}
- -->
- </style></head>
-
- <body background="../Image/sch-bg.gif" onLoad="MM_timelinePlay('Timeline1');MM_timelinePlay('Timeline2');MM_preloadImages('../Image/icon-21.gif','#965295882080');MM_preloadImages('../Image/icon-31.gif','#965295902240');MM_preloadImages('../Image/icon-11.gif','#965962063300')">
- <div id="Layer14" style="position:absolute; left:0px; top:-3px; width:747px; height:52px; z-index:44">
- <p id="uAlbumTitle" class="AlbumTitleStyle" align="center">Back to School</p>
- </div>
- <div id="Layer1" style="position:absolute; left:186px; top:66px; width:180px; height:120px; z-index:17"><img src="../Image/photo-2s.gif" width="180" height="120" border="0" name="uThumb001Dec01"></div>
- <div id="Layer2" style="position:absolute; left:186px; top:66px; width:180px; height:120px; z-index:18"><a href="school01_1.htm"><img src="../Image/sch01-photos1.jpg" width="180" height="120" border="0" name="uThumb001"></a></div>
- <div id="Layer9" style="position:absolute; left:160px; top:189px; width:222px; height:18px; z-index:43; background-color: #FFFFB5; layer-background-color: #FFFFB5; border: 1px none #000000">
- <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption
- goes here!</p>
- </div>
- <div id="Layer3" style="position:absolute; left:411px; top:66px; width:180px; height:120px; z-index:20"><img src="../Image/photo-2s.gif" width="180" height="120" border="0" name="uThumb001Dec02"></div>
- <div id="Layer4" style="position:absolute; left:411px; top:66px; width:180px; height:120px; z-index:21"><a href="school01_2.htm"><img src="../Image/sch01-photos2.jpg" width="180" height="120" border="0" name="uThumb002"></a></div>
- <div id="Layer10" style="position:absolute; left:388px; top:189px; width:222px; height:18px; z-index:32; background-color: #FFFFB5; layer-background-color: #FFFFB5; border: 1px none #000000">
- <p id="uThumbTitle002" align="center" class="ThumbTitleStyle">Your photo caption
- goes here!</p>
- </div>
- <div id="Layer5" style="position:absolute; left:186px; top:211px; width:180px; height:120px; z-index:27"><img src="../Image/photo-2s.gif" width="180" height="120" border="0" name="uThumb001Dec03"></div>
- <div id="Layer6" style="position:absolute; left:186px; top:211px; width:180px; height:120px; z-index:28"><a href="school01_3.htm"><img src="../Image/sch01-photos3.jpg" width="180" height="120" border="0" name="uThumb003"></a></div>
- <div id="Layer11" style="position:absolute; left:160px; top:334px; width:222px; height:18px; z-index:42; background-color: #FFFFB5; layer-background-color: #FFFFB5; border: 1px none #000000">
- <p id="uThumbTitle003" align="center" class="ThumbTitleStyle">Your photo caption
- goes here!</p>
- </div>
- <div id="Layer7" style="position:absolute; left:411px; top:211px; width:180px; height:120px; z-index:29"><img src="../Image/photo-2s.gif" width="180" height="120" border="0" name="uThumb001Dec04"></div>
- <div id="Layer8" style="position:absolute; left:411px; top:211px; width:180px; height:120px; z-index:30"><a href="school01_4.htm"><img src="../Image/sch01-photos4.jpg" width="180" height="120" border="0" name="uThumb004"></a></div>
- <div id="Layer12" style="position:absolute; left:388px; top:334px; width:222px; height:18px; z-index:41; background-color: #FFFFB5; layer-background-color: #FFFFB5; border: 1px none #000000">
- <p id="uThumbTitle004" align="center" class="ThumbTitleStyle">Your photo caption
- goes here!</p>
- </div>
- <div id="Layer0" style="position:absolute; left:227px; top:374px; width:90px; height:46px; z-index:37"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer0\'].document.uPreviousButton','document.uPreviousButton','../Image/icon-11.gif','#965962063300')"><img src="../Image/icon-1.gif" width="90" height="46" name="uPreviousButton" border="0" alt="Back"></a></div>
- <div id="Layer13" style="position:absolute; left:138px; top:42px; width:498px; height:342px; z-index:16"><img src="../Image/uImage001Dec02.gif" width="498" height="342" name="uImage001Dec01"></div>
- <div id="Layer15" style="position:absolute; left:5px; top:164px; width:125px; height:159px; z-index:22"><img src="../Image/ruler.gif" width="125" height="159"></div>
- <div id="Layer16" style="position:absolute; left:648px; top:85px; width:125px; height:105px; z-index:24"><img src="../Image/ball-0.gif" width="125" height="105"></div>
- <div id="Layer17" style="position:absolute; left:689px; top:109px; width:20px; height:20px; z-index:24"><img src="../Image/ball-1.gif" width="20" height="20"></div>
- <div id="Layer22" style="position:absolute; left:380px; top:374px; width:80px; height:46px; z-index:38"><a href="school01.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer22\'].document.uHomeButton','document.uHomeButton','../Image/icon-21.gif','#965295882080')"><img src="../Image/icon-2.gif" width="80" height="46" name="uHomeButton" alt="Home" border="0"></a></div>
- <div id="Layer23" style="position:absolute; left:532px; top:374px; width:95px; height:46px; z-index:39"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer23\'].document.uNextButton','document.uNextButton','../Image/icon-31.gif','#965295902240')"><img src="../Image/icon-3.gif" width="95" height="46" name="uNextButton" alt="Next" border="0"></a></div>
- <div id="Layer20" style="position:absolute; left:4px; top:388px; width:225px; height:33px; z-index:40">
- <p align="left"><a href="http://www.novadevelopment.com" class="Fixed01">
- </a></p>
- </div>
- <div id="Layer21" style="position:absolute; left:0px; top:430px; width:760px; height:50; z-index:36; visibility: hidden">
- <p id="uSignature" align="left" class="SignStyle">Input signature here!</p>
- </div>
- </body>
- </html>
-