home *** CD-ROM | disk | FTP | other *** search
/ Photo Explosion 2.5 (Special Edition) / NovaDevelopment-PhotoExplosionSE-v2.5-Windows.iso / Data / Data1.cab / _38F155821D9143BA92A707F6D9DF0894 < prev    next >
Encoding:
Text File  |  2005-12-12  |  13.3 KB  |  210 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. function MM_preloadImages() { //v2.0
  9.   if (document.images) {
  10.     var imgFiles = MM_preloadImages.arguments;
  11.     if (document.preloadArray==null) document.preloadArray = new Array();
  12.     var i = document.preloadArray.length;
  13.     with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
  14.       preloadArray[i] = new Image;
  15.       preloadArray[i++].src = imgFiles[j];
  16.   } }
  17. }
  18.  
  19. function MM_swapImgRestore() { //v2.0
  20.   if (document.MM_swapImgData != null)
  21.     for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
  22.       document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
  23. }
  24.  
  25. function MM_swapImage() { //v2.0
  26.   var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  27.   for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
  28.     objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
  29.     if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
  30.         (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
  31.       objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
  32.     obj = eval(objStr);
  33.     if (obj != null) {
  34.       swapArray[j++] = obj;
  35.       swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
  36.       obj.src = MM_swapImage.arguments[i+2];
  37.   } }
  38.   document.MM_swapImgData = swapArray; //used for restore
  39. }
  40.  
  41. function MM_timelinePlay(tmLnName, myID) { //v1.2
  42.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  43.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  44.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  45.   tmLn = document.MM_Time[tmLnName];
  46.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  47.   if (myID == tmLn.ID) { //if Im newest
  48.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  49.     fNew = ++tmLn.curFrame;
  50.     for (i=0; i<tmLn.length; i++) {
  51.       sprite = tmLn[i];
  52.       if (sprite.charAt(0) == 's') {
  53.         if (sprite.obj) {
  54.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  55.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  56.             keyFrm=1;
  57.             for (j=0; j<sprite.values.length; j++) {
  58.               props = sprite.values[j]; 
  59.               if (numKeyFr != props.length) {
  60.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  61.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  62.               } else {
  63.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  64.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  65.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  66.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  67.         } } } } }
  68.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  69.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  70.   } }
  71. }
  72.  
  73. function MM_showHideLayers() { //v2.0
  74.   var i, visStr, args, theObj;
  75.   args = MM_showHideLayers.arguments;
  76.   for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
  77.     visStr   = args[i+2];
  78.     if (navigator.appName == 'Netscape' && document.layers != null) {
  79.       theObj = eval(args[i]);
  80.       if (theObj) theObj.visibility = visStr;
  81.     } else if (document.all != null) { //IE
  82.       if (visStr == 'show') visStr = 'visible'; //convert vals
  83.       if (visStr == 'hide') visStr = 'hidden';
  84.       theObj = eval(args[i+1]);
  85.       if (theObj) theObj.style.visibility = visStr;
  86.   } }
  87. }
  88.  
  89.  
  90. //-->
  91.  
  92. function MM_initTimelines() {
  93.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  94.     var ns = navigator.appName == "Netscape";
  95.     document.MM_Time = new Array(2);
  96.     document.MM_Time[0] = new Array(2);
  97.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  98.     document.MM_Time[0].MM_Name = "Timeline1";
  99.     document.MM_Time[0].fps = 15;
  100.     document.MM_Time[0][0] = new String("behavior");
  101.     document.MM_Time[0][0].frame = 1;
  102.     document.MM_Time[0][0].value = "MM_showHideLayers('document.layers[\\\'Layer23\\\']','document.all[\\\'Layer23\\\']','show')";
  103.     document.MM_Time[0][1] = new String("sprite");
  104.     document.MM_Time[0][1].slot = 1;
  105.     if (ns)
  106.         document.MM_Time[0][1].obj = document["Layer23"];
  107.     else
  108.         document.MM_Time[0][1].obj = document.all ? document.all["Layer23"] : null;
  109.     document.MM_Time[0][1].keyFrames = new Array(1, 20);
  110.     document.MM_Time[0][1].values = new Array(3);
  111.     document.MM_Time[0][1].values[0] = new Array(562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562);
  112.     document.MM_Time[0][1].values[0].prop = "left";
  113.     document.MM_Time[0][1].values[1] = new Array(166,160,153,147,141,135,128,122,116,110,103,97,91,85,78,72,66,60,53,47);
  114.     document.MM_Time[0][1].values[1].prop = "top";
  115.     if (!ns) {
  116.         document.MM_Time[0][1].values[0].prop2 = "style";
  117.         document.MM_Time[0][1].values[1].prop2 = "style";
  118.     }
  119.     document.MM_Time[0][1].values[2] = new Array("1","23");
  120.     document.MM_Time[0][1].values[2].prop = "zIndex";
  121.     if (!ns)
  122.         document.MM_Time[0][1].values[2].prop2 = "style";
  123.     document.MM_Time[0].lastFrame = 20;
  124.     document.MM_Time[1] = new Array(0);
  125.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  126.     document.MM_Time[1].MM_Name = "Timeline2";
  127.     document.MM_Time[1].fps = 15;
  128.     document.MM_Time[1].lastFrame = 0;
  129.     for (i=0; i<document.MM_Time.length; i++) {
  130.         document.MM_Time[i].ID = null;
  131.         document.MM_Time[i].curFrame = 0;
  132.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  133.     }
  134. }
  135. //-->
  136. </script>
  137. <style type="text/css">
  138. <!--
  139. .AlbumTitleStyle {  font-family: "Times New Roman", "Times", "serif"; font-size: 26pt; font-style: italic; color: #FF9999}
  140. .ThumbTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #FF9898; font-weight: bold}
  141. .Fixed01 {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399}
  142. .SignStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #3333FF}
  143. -->
  144. </style></head>
  145.  
  146. <body bgcolor="#FFFFFF" background="../image/fam-bk1.jpg" onLoad="MM_preloadImages('../image/pre2.gif','#923684298380');MM_preloadImages('../image/home2.gif','#923684311780');MM_preloadImages('../image/re-home2.gif','#923684311780');MM_preloadImages('../image/re-next2.gif','#923684324360');MM_timelinePlay('Timeline1');MM_timelinePlay('Timeline2')" link="#003399" vlink="#003399" alink="#003399">
  147. <div id="Layer1" style="position:absolute; left:27px; top:40px; width:555px; height:348px; z-index:2"><img src="../image/f-main.gif" width="650" height="380"></div>
  148. <div id="Layer2" style="position:absolute; left:21px; top:36px; width:41px; height:33px; z-index:3"><img src="../image/re-frame.gif" width="662" height="390"></div>
  149. <div id="Layer3" style="position:absolute; left:316px; top:259px; width:89px; height:59px; z-index:4"><img src="../Image/spbk1.jpg" width="109" height="72" name="uThumb004Dec02"></div>
  150. <div id="Layer4" style="position:absolute; left:313px; top:258px; width:97px; height:68px; z-index:4"><img src="../Image/sphoto1.jpg" width="112" height="75" name="uThumb004"></div>
  151. <div id="Layer5" style="position:absolute; left:311px; top:255px; width:116px; height:70px; z-index:5"><a href="f-reunion4.htm"><img src="../image/sm1.gif" width="118" height="80" border="0" name="uThumb004Dec01"></a></div>
  152. <div id="Layer6" style="position:absolute; left:470px; top:236px; width:97px; height:67px; z-index:6"><img src="../Image/spbk3.jpg" width="109" height="72" name="uThumb005Dec02"></div>
  153. <div id="Layer7" style="position:absolute; left:471px; top:236px; width:77px; height:61px; z-index:7"><img src="../Image/sphoto2.jpg" width="109" height="72" name="uThumb005"></div>
  154. <div id="Layer8" style="position:absolute; left:466px; top:232px; width:120px; height:74px; z-index:8"><a href="f-reunion5.htm"><img src="../image/sm2.gif" width="118" height="80" border="0" name="uThumb005Dec01"></a></div>
  155. <div id="Layer9" style="position:absolute; left:374px; top:120px; width:93px; height:64px; z-index:9"><img src="../Image/spbk4.jpg" width="109" height="72" name="uThumb002Dec02"></div>
  156. <div id="Layer10" style="position:absolute; left:375px; top:120px; width:84px; height:56px; z-index:10"><img src="../Image/sphoto3.jpg" width="108" height="71" name="uThumb002"></div>
  157. <div id="Layer11" style="position:absolute; left:370px; top:115px; width:105px; height:72px; z-index:11"><a href="f-reunion2.htm"><img src="../image/sm3.gif" width="118" height="80" border="0" name="uThumb002Dec01"></a></div>
  158. <div id="Layer12" style="position:absolute; left:192px; top:94px; width:82px; height:59px; z-index:12"><img src="../Image/spbk1.jpg" width="109" height="72" name="uThumb001Dec02"></div>
  159. <div id="Layer13" style="position:absolute; left:191px; top:94px; width:74px; height:59px; z-index:13"><img src="../Image/sphoto4.jpg" width="110" height="70" name="uThumb001"></div>
  160. <div id="Layer14" style="position:absolute; left:187px; top:89px; width:28px; height:24px; z-index:14"><a href="f-reunion1.htm"><img src="../image/sm4.gif" width="118" height="81" border="0" name="uThumb001Dec01"></a></div>
  161. <div id="Layer15" style="position:absolute; left:164px; top:216px; width:16px; height:0px; z-index:15"> 
  162.   <img src="../image/spbk3.jpg" width="109" height="72" name="uThumb003Dec02"> 
  163. </div>
  164. <div id="Layer16" style="position:absolute; left:164px; top:215px; width:67px; height:55px; z-index:16"><img src="../Image/sphoto5.jpg" width="110" height="72" name="uThumb003"></div>
  165. <div id="Layer17" style="position:absolute; left:160px; top:211px; width:97px; height:77px; z-index:17"><a href="f-reunion3.htm"><img src="../image/sm5.gif" width="118" height="80" border="0" name="uThumb003Dec01"></a></div>
  166. <div id="Layer18" style="position:absolute; left:259px; top:428px; width:47px; height:41px; z-index:18"><a href="#" 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>
  167. <div id="Layer19" style="position:absolute; left:336px; top:428px; 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>
  168. <div id="Layer20" style="position:absolute; left:406px; top:428px; width:29px; height:51px; z-index:20"><a href="#" 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>
  169. <div id="Layer21" style="position:absolute; left:29px; top:-6px; width:656px; height:54px; z-index:38"> 
  170.   <div align="center">
  171.     <p id="uAlbumTitle" class="AlbumTitleStyle">Family Reunion</p></div>
  172. </div>
  173. <div id="Layer23" style="position:absolute; width:42px; height:34px; z-index:1; left: 562px; top: 166px; visibility: hidden"><img src="../image/sun.gif" width="104" height="96"></div>
  174. <div id="Layer24" style="position:absolute; width:236px; height:33px; z-index:33; left: 68px; top: 172px"> 
  175.   <div align="center">
  176.     <p id="uThumbTitle001" class="ThumbTitleStyle" align="right">The Wilson Family.</p>
  177.   </div>
  178. </div>
  179. <div id="Layer25" style="position:absolute; width:243px; height:31px; z-index:34; left: 370px; top: 197px"> 
  180.   <div align="center">
  181.     <p id="uThumbTitle002" class="ThumbTitleStyle" align="left">Dad and Jennifer.</p>
  182.   </div>
  183. </div>
  184. <div id="Layer26" style="position:absolute; width:231px; height:35px; z-index:35; left: 46px; top: 293px"> 
  185.   <div align="center">
  186.     <p id="uThumbTitle003" class="ThumbTitleStyle" align="right">Granpa and Joyce.</p>
  187.   </div>
  188. </div>
  189. <div id="Layer27" style="position:absolute; width:238px; height:44px; z-index:36; left: 191px; top: 336px"> 
  190.   <div align="center">
  191.     <p id="uThumbTitle004" class="ThumbTitleStyle" align="right">Letting lose 
  192.       at grandma's house.</p>
  193.   </div>
  194. </div>
  195. <div id="Layer28" style="position:absolute; width:208px; height:33px; z-index:37; left: 467px; top: 314px"> 
  196.   <div align="center">
  197.     <p id="uThumbTitle005" class="ThumbTitleStyle" align="left">The Wilsons at 
  198.       the beach.</p>
  199.   </div>
  200. </div>
  201. <div id="Layer22" style="position:absolute; width:254px; height:27px; z-index:32; left: 3px; top: 426px"> 
  202.   <p align="left"><a href="http://www.novadevelopment.com" class="Fixed01"> 
  203.  </a></p>
  204. </div>
  205. <div id="Layer29" style="position:absolute; left:0; top:480; width:760; height:100; z-index:31; visibility: hidden"> 
  206.   <p id="uSignature" align="left" class="SignStyle">Input signature here!</p>
  207. </div>
  208. </body>
  209. </html>
  210.