home *** CD-ROM | disk | FTP | other *** search
/ Photo Explosion 2.5 (Special Edition) / NovaDevelopment-PhotoExplosionSE-v2.5-Windows.iso / Data / Data1.cab / _3F4C9C3ACE774C289E6877ABB4188EA5 < prev    next >
Encoding:
Text File  |  2005-12-12  |  8.7 KB  |  151 lines

  1. <html>
  2. <head>
  3. <title>Family Reunion</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <script language="JavaScript">
  6. <!--
  7. <!--
  8. <!--
  9. function MM_preloadImages() { //v2.0
  10.   if (document.images) {
  11.     var imgFiles = MM_preloadImages.arguments;
  12.     if (document.preloadArray==null) document.preloadArray = new Array();
  13.     var i = document.preloadArray.length;
  14.     with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
  15.       preloadArray[i] = new Image;
  16.       preloadArray[i++].src = imgFiles[j];
  17.   } }
  18. }
  19.  
  20. function MM_swapImgRestore() { //v2.0
  21.   if (document.MM_swapImgData != null)
  22.     for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
  23.       document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
  24. }
  25.  
  26. function MM_swapImage() { //v2.0
  27.   var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  28.   for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
  29.     objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
  30.     if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
  31.         (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
  32.       objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
  33.     obj = eval(objStr);
  34.     if (obj != null) {
  35.       swapArray[j++] = obj;
  36.       swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
  37.       obj.src = MM_swapImage.arguments[i+2];
  38.   } }
  39.   document.MM_swapImgData = swapArray; //used for restore
  40. }
  41.  
  42. function MM_timelinePlay(tmLnName, myID) { //v1.2
  43.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  44.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  45.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  46.   tmLn = document.MM_Time[tmLnName];
  47.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  48.   if (myID == tmLn.ID) { //if Im newest
  49.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  50.     fNew = ++tmLn.curFrame;
  51.     for (i=0; i<tmLn.length; i++) {
  52.       sprite = tmLn[i];
  53.       if (sprite.charAt(0) == 's') {
  54.         if (sprite.obj) {
  55.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  56.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  57.             keyFrm=1;
  58.             for (j=0; j<sprite.values.length; j++) {
  59.               props = sprite.values[j]; 
  60.               if (numKeyFr != props.length) {
  61.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  62.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  63.               } else {
  64.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  65.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  66.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  67.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  68.         } } } } }
  69.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  70.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  71.   } }
  72. }
  73.  
  74. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  75.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  76.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  77.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  78.   tmLn = document.MM_Time[tmLnName];
  79.   if (numGotos != null)
  80.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  81.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  82.   jmpFwd = (fNew > tmLn.curFrame);
  83.   for (i = 0; i < tmLn.length; i++) {
  84.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  85.     if (sprite.charAt(0) == "s") {
  86.       numKeyFr = sprite.keyFrames.length;
  87.       firstKeyFr = sprite.keyFrames[0];
  88.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  89.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  90.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  91.       for (j=0; j<sprite.values.length; j++) {
  92.         props = sprite.values[j];
  93.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  94.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  95.         if (sprite.obj != null) {
  96.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  97.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  98.       } }
  99.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  100.   }
  101.   tmLn.curFrame = fNew;
  102.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  103. }
  104.  
  105. //-->
  106.  
  107.  
  108. //-->
  109.  
  110. function MM_initTimelines() {
  111.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  112.     var ns = navigator.appName == "Netscape";
  113.     document.MM_Time = new Array(1);
  114.     document.MM_Time[0] = new Array(0);
  115.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  116.     document.MM_Time[0].MM_Name = "Timeline1";
  117.     document.MM_Time[0].fps = 10;
  118.     document.MM_Time[0].lastFrame = 0;
  119.     for (i=0; i<document.MM_Time.length; i++) {
  120.         document.MM_Time[i].ID = null;
  121.         document.MM_Time[i].curFrame = 0;
  122.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  123.     }
  124. }
  125. //-->
  126. </script>
  127. <style type="text/css">
  128. <!--
  129. .Fixed02 {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99}
  130. -->
  131. </style></head>
  132.  
  133. <body bgcolor="#FFFFFF" background="../image/re-bk4.jpg" onLoad="MM_preloadImages('../image/pre2.gif','#923684298380');MM_preloadImages('../image/re-home2.gif','#923684311780');MM_preloadImages('../image/re-next2.gif','#923684324360');MM_timelinePlay('Timeline1')" link="#FFFF99" vlink="#FFFF99" alink="#FFFF99">
  134. <div id="Layer1" style="position:absolute; left:36px; top:53px; width:31px; height:29px; z-index:2"><img src="../image/r1-main.jpg" width="650" height="360"></div>
  135. <div id="Layer2" style="position:absolute; left:32px; top:29px; width:40px; height:34px; z-index:3"><img src="../image/re-frame.gif" width="662" height="390"></div>
  136. <div id="Layer15" style="position:absolute; left:308px; top:153px; width:93px; height:58px; z-index:15"><img src="../image/pbk1.jpg" width="357" height="237" name="uThumb001Dec02"></div>
  137. <div id="Layer16" style="position:absolute; left:306px; top:153px; width:67px; height:55px; z-index:16"><img src="../Image/photo4.jpg" width="362" height="237" name="uThumb001"></div>
  138. <div id="Layer17" style="position:absolute; left:297px; top:142px; width:97px; height:77px; z-index:17"><img src="../image/pm3.gif" width="379" height="259" border="0" name="uThumb001Dec01"></div>
  139. <div id="Layer18" style="position:absolute; left:245px; top:420px; width:47px; height:41px; z-index:18"><a href="f-reunion1.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer18\'].document.uPreviousButton','document.uPreviousButton','../image/pre2.gif','#923684298380')"><img src="../image/pre1.gif" width="46" height="52" border="0" name="uPreviousButton" alt="Back"></a></div>
  140. <div id="Layer19" style="position:absolute; left:324px; top:420px; width:29px; height:52px; z-index:19"><a href="reunion.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer19\'].document.uHomeButton','document.uHomeButton','../image/re-home2.gif','#923684311780')"><img src="../image/re-home1.gif" width="38" height="52" border="0" name="uHomeButton" alt="Home"></a></div>
  141. <div id="Layer20" style="position:absolute; left:393px; top:420px; width:29px; height:51px; z-index:20"><a href="f-reunion2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer20\'].document.uNextButton','document.uNextButton','../image/re-next2.gif','#923684324360')"><img src="../image/re-next1.gif" width="46" height="52" border="0" name="uNextButton" alt="Next"></a></div>
  142. <div id="Layer22" style="position:absolute; width:254px; height:27px; z-index:30; left: 3px; top: 426px" class="Fixed02"> 
  143.   <p align="left"><a href="http://www.novadevelopment.com" class="Fixed02"> 
  144.      </a></p>
  145. </div>
  146. <div id="Layer3" style="position:absolute; width:31px; height:26px; z-index:32; left: 588px; top: 43px"><img src="../image/moon.gif" width="72" height="72"></div>
  147. <div id="Layer4" style="position:absolute; width:37px; height:29px; z-index:32; left: 47px; top: 187px"><img src="../image/r1-people-ani.gif" width="253" height="233"></div>
  148. <div id="Layer5" style="position:absolute; width:45px; height:31px; z-index:3; left: 34px; top: 2px"><img src="../image/snowani1.gif" width="656" height="122"></div>
  149. </body>
  150. </html>
  151.