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

  1. <html>
  2. <head>
  3. <title>Golden Anniversary</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <script language="JavaScript">
  6. <!--
  7. function MM_preloadImages() { //v2.0
  8.   if (document.images) {
  9.     var imgFiles = MM_preloadImages.arguments;
  10.     if (document.preloadArray==null) document.preloadArray = new Array();
  11.     var i = document.preloadArray.length;
  12.     with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
  13.       preloadArray[i] = new Image;
  14.       preloadArray[i++].src = imgFiles[j];
  15.   } }
  16. }
  17.  
  18. function MM_swapImgRestore() { //v2.0
  19.   if (document.MM_swapImgData != null)
  20.     for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
  21.       document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
  22. }
  23.  
  24. function MM_swapImage() { //v2.0
  25.   var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  26.   for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
  27.     objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
  28.     if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
  29.         (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
  30.       objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
  31.     obj = eval(objStr);
  32.     if (obj != null) {
  33.       swapArray[j++] = obj;
  34.       swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
  35.       obj.src = MM_swapImage.arguments[i+2];
  36.   } }
  37.   document.MM_swapImgData = swapArray; //used for restore
  38. }
  39.  
  40. function MM_showHideLayers() { //v2.0
  41.   var i, visStr, args, theObj;
  42.   args = MM_showHideLayers.arguments;
  43.   for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
  44.     visStr   = args[i+2];
  45.     if (navigator.appName == 'Netscape' && document.layers != null) {
  46.       theObj = eval(args[i]);
  47.       if (theObj) theObj.visibility = visStr;
  48.     } else if (document.all != null) { //IE
  49.       if (visStr == 'show') visStr = 'visible'; //convert vals
  50.       if (visStr == 'hide') visStr = 'hidden';
  51.       theObj = eval(args[i+1]);
  52.       if (theObj) theObj.style.visibility = visStr;
  53.   } }
  54. }
  55.  
  56. function MM_timelinePlay(tmLnName, myID) { //v1.2
  57.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  58.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  59.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  60.   tmLn = document.MM_Time[tmLnName];
  61.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  62.   if (myID == tmLn.ID) { //if Im newest
  63.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  64.     fNew = ++tmLn.curFrame;
  65.     for (i=0; i<tmLn.length; i++) {
  66.       sprite = tmLn[i];
  67.       if (sprite.charAt(0) == 's') {
  68.         if (sprite.obj) {
  69.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  70.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  71.             keyFrm=1;
  72.             for (j=0; j<sprite.values.length; j++) {
  73.               props = sprite.values[j]; 
  74.               if (numKeyFr != props.length) {
  75.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  76.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  77.               } else {
  78.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  79.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  80.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  81.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  82.         } } } } }
  83.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  84.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  85.   } }
  86. }
  87.  
  88. function MM_initTimelines() {
  89.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  90.     var ns = navigator.appName == "Netscape";
  91.     document.MM_Time = new Array(1);
  92.     document.MM_Time[0] = new Array(6);
  93.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  94.     document.MM_Time[0].MM_Name = "Timeline1";
  95.     document.MM_Time[0].fps = 15;
  96.     document.MM_Time[0][0] = new String("behavior");
  97.     document.MM_Time[0][0].frame = 1;
  98.     document.MM_Time[0][0].value = "MM_showHideLayers('document.layers[\\\'Layer12\\\']','document.all[\\\'Layer12\\\']','show')";
  99.     document.MM_Time[0][1] = new String("behavior");
  100.     document.MM_Time[0][1].frame = 5;
  101.     document.MM_Time[0][1].value = "MM_showHideLayers('document.layers[\\\'Layer12\\\']','document.all[\\\'Layer12\\\']','hide','document.layers[\\\'Layer21\\\']','document.all[\\\'Layer21\\\']','show')";
  102.     document.MM_Time[0][2] = new String("sprite");
  103.     document.MM_Time[0][2].slot = 1;
  104.     if (ns)
  105.         document.MM_Time[0][2].obj = document["Layer22"];
  106.     else
  107.         document.MM_Time[0][2].obj = document.all ? document.all["Layer22"] : null;
  108.     document.MM_Time[0][2].keyFrames = new Array(9, 14, 15, 18, 26, 28, 30, 32, 35);
  109.     document.MM_Time[0][2].values = new Array(6);
  110.     document.MM_Time[0][2].values[0] = new Array(-50,-40,-31,-21,-12,-3,36,43,48,54,57,59,61,64,66,69,72,76,95,116,134,149,164,156,119,67,11);
  111.     document.MM_Time[0][2].values[0].prop = "left";
  112.     document.MM_Time[0][2].values[1] = new Array(424,415,406,397,387,378,328,323,322,318,315,311,307,302,298,293,288,284,271,256,231,205,196,173,128,69,7);
  113.     document.MM_Time[0][2].values[1].prop = "top";
  114.     if (!ns) {
  115.         document.MM_Time[0][2].values[0].prop2 = "style";
  116.         document.MM_Time[0][2].values[1].prop2 = "style";
  117.     }
  118.     document.MM_Time[0][2].values[2] = new Array("hidden","inherit","inherit","inherit","inherit","inherit","hidden","inherit","hidden");
  119.     document.MM_Time[0][2].values[2].prop = "visibility";
  120.     if (!ns)
  121.         document.MM_Time[0][2].values[2].prop2 = "style";
  122.     document.MM_Time[0][2].values[3] = new Array(411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,424,437,450);
  123.     document.MM_Time[0][2].values[3].prop = "width";
  124.     if (!ns)
  125.         document.MM_Time[0][2].values[3].prop2 = "style";
  126.     document.MM_Time[0][2].values[4] = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,40,20,0,0,0,0);
  127.     document.MM_Time[0][2].values[4].prop = "height";
  128.     if (!ns)
  129.         document.MM_Time[0][2].values[4].prop2 = "style";
  130.     document.MM_Time[0][2].values[5] = new Array("0","0","0","0","0","0","23","0","3");
  131.     document.MM_Time[0][2].values[5].prop = "zIndex";
  132.     if (!ns)
  133.         document.MM_Time[0][2].values[5].prop2 = "style";
  134.     document.MM_Time[0][3] = new String("behavior");
  135.     document.MM_Time[0][3].frame = 9;
  136.     document.MM_Time[0][3].value = "MM_showHideLayers('document.layers[\\\'Layer22\\\']','document.all[\\\'Layer22\\\']','show')";
  137.     document.MM_Time[0][4] = new String("behavior");
  138.     document.MM_Time[0][4].frame = 36;
  139.     document.MM_Time[0][4].value = "MM_showHideLayers('document.layers[\\\'Layer22\\\']','document.all[\\\'Layer22\\\']','show','document.layers[\\\'Layer21\\\']','document.all[\\\'Layer21\\\']','hide')";
  140.     document.MM_Time[0][5] = new String("behavior");
  141.     document.MM_Time[0][5].frame = 44;
  142.     document.MM_Time[0][5].value = "MM_showHideLayers('document.layers[\\\'Layer1\\\']','document.all[\\\'Layer1\\\']','show','document.layers[\\\'Layer3\\\']','document.all[\\\'Layer3\\\']','show','document.layers[\\\'Layer2\\\']','document.all[\\\'Layer2\\\']','show','document.layers[\\\'Layer5\\\']','document.all[\\\'Layer5\\\']','show','document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','show','document.layers[\\\'Layer6\\\']','document.all[\\\'Layer6\\\']','show','document.layers[\\\'Layer7\\\']','document.all[\\\'Layer7\\\']','show','document.layers[\\\'Layer8\\\']','document.all[\\\'Layer8\\\']','show','document.layers[\\\'Layer9\\\']','document.all[\\\'Layer9\\\']','show','document.layers[\\\'Layer10\\\']','document.all[\\\'Layer10\\\']','show','document.layers[\\\'Layer11\\\']','document.all[\\\'Layer11\\\']','show','document.layers[\\\'Layer14\\\']','document.all[\\\'Layer14\\\']','show','document.layers[\\\'Layer15\\\']','document.all[\\\'Layer15\\\']','show','document.layers[\\\'Layer16\\\']','document.all[\\\'Layer16\\\']','show','document.layers[\\\'Layer23\\\']','document.all[\\\'Layer23\\\']','show','document.layers[\\\'Layer13\\\']','document.all[\\\'Layer13\\\']','show','document.layers[\\\'Layer24\\\']','document.all[\\\'Layer24\\\']','show','document.layers[\\\'Layer25\\\']','document.all[\\\'Layer25\\\']','show','document.layers[\\\'Layer26\\\']','document.all[\\\'Layer26\\\']','show')";
  143.     document.MM_Time[0].lastFrame = 44;
  144.     for (i=0; i<document.MM_Time.length; i++) {
  145.         document.MM_Time[i].ID = null;
  146.         document.MM_Time[i].curFrame = 0;
  147.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  148.     }
  149. }
  150. //-->
  151. </script>
  152. <style type="text/css">
  153. <!--
  154. .AlbumTitleStyle {  font-family: "Times New Roman", "Times", "serif"; font-size: 24pt; color: #FFFFFF; font-weight: bold}
  155. .ThumbTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #FFFFFF; font-weight: bold}
  156. .Fixed02 {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99}
  157. .SignStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FFFFCC}
  158. -->
  159. </style></head>
  160.  
  161. <body bgcolor="#FFFFFF" background="../image/an-bk3.jpg" onLoad="MM_preloadImages('../image/lftrgl-2.gif','#924918965770');MM_preloadImages('../image/diahm-2.gif','#924918977030');MM_preloadImages('../image/rtrgl-2.gif','#924918986920');MM_timelinePlay('Timeline1')" link="#ffff99" vlink="#ffff99" alink="#ffff99">
  162. <div id="Layer1" style="position:absolute; left:61px; top:25px; width:431px; height:329px; z-index:1; visibility: hidden"> 
  163.   <img src="../image/bgbok-1.jpg" width="516" height="435"> </div>
  164. <div id="Layer3" style="position:absolute; left:282px; top:89px; width:34px; height:30px; z-index:9; visibility: hidden"> 
  165.   <a href="gold-an2.htm"><img src="../Image/anvr-10.jpg" width="163" height="100" border="0" name="uThumb002"></a> 
  166. </div>
  167. <div id="Layer2" style="position:absolute; left:275px; top:80px; width:31px; height:26px; z-index:4; visibility: hidden"> 
  168.   <img src="../Image/smfrm-3.gif" width="178" height="117" border="0" name="uThumb002Dec01"> 
  169. </div>
  170. <div id="Layer5" style="position:absolute; left:307px; top:246px; width:85px; height:42px; z-index:11; visibility: hidden"> 
  171.   <a href="gold-an4.htm"><img src="../Image/anvr-9.jpg" width="163" height="104" name="uThumb004" border="0"></a> 
  172. </div>
  173. <div id="Layer4" style="position:absolute; left:300px; top:239px; width:100px; height:50px; z-index:10; visibility: hidden"> 
  174.   <img src="../Image/smfrm-2.gif" width="178" height="117" border="0" name="uThumb004Dec01"> 
  175. </div>
  176. <div id="Layer6" style="position:absolute; left:110px; top:124px; width:34px; height:27px; z-index:12; visibility: hidden"> 
  177.   <img src="../Image/smfrm-1.gif" width="145" height="90" name="uThumb001Dec01"> </div>
  178. <div id="Layer7" style="position:absolute; left:116px; top:130px; width:112px; height:66px; z-index:13; visibility: hidden"> 
  179.   <a href="gold-an1.htm"><img src="../Image/anvr-7.jpg" width="132" height="79" border="0" name="uThumb001"></a> 
  180. </div>
  181. <div id="Layer8" style="position:absolute; left:142px; top:262px; width:25px; height:25px; z-index:14; visibility: hidden"> 
  182.   <img src="../Image/smfrm-5.gif" width="140" height="78" name="uThumb003Dec01"> </div>
  183. <div id="Layer9" style="position:absolute; left:146px; top:264px; width:132px; height:22px; z-index:15; visibility: hidden"> 
  184.   <a href="gold-an3.htm"><img src="../Image/anvr-8.jpg" width="131" height="73" border="0" name="uThumb003"></a> 
  185. </div>
  186. <div id="Layer10" style="position:absolute; left:469px; top:128px; width:114px; height:99px; z-index:16; visibility: hidden"><img src="../image/rose1.gif" width="159" height="123"></div>
  187. <div id="Layer11" style="position:absolute; left:532px; top:228px; width:127px; height:96px; z-index:17; visibility: hidden"><img src="../image/rose2.gif" width="124" height="115"></div>
  188. <div id="Layer22" style="position:absolute; width:411px; height:0px; z-index:31; left: -50px; top: 424px; visibility: hidden" class="AlbumTitleStyle"> 
  189.   <p id="uAlbumTitle" class="AlbumTitleStyle" align="left">Golden Anniversary</p>
  190. </div>
  191. <div id="Layer12" style="position:absolute; width:41px; height:32px; z-index:21; left: 26px; top: 208px; visibility: hidden"><img src="../image/book-s.gif" width="330" height="277"></div>
  192. <div id="Layer21" style="position:absolute; width:38px; height:39px; z-index:22; left: 152px; top: 57px; visibility: hidden"><img src="../image/book-l.gif" width="430" height="360"></div>
  193. <div id="Layer14" style="position:absolute; left:496px; top:405px; width:31px; height:35px; z-index:18; visibility: hidden"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer14\'].document.uPreviousButton','document.uPreviousButton','../image/lftrgl-2.gif','#924918965770')"><img src="../image/lftrgl-1.gif" width="35" height="32" border="0" name="uPreviousButton" alt="Back"></a></div>
  194. <div id="Layer15" style="position:absolute; left:545px; top:406px; width:34px; height:28px; z-index:19; visibility: hidden"><a href="annivers.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer15\'].document.uHomeButton','document.uHomeButton','../image/diahm-2.gif','#924918977030')"><img src="../image/diahm-1.gif" width="36" height="31" border="0" name="uHomeButton" alt="Home"></a></div>
  195. <div id="Layer16" style="position:absolute; left:596px; top:406px; width:36px; height:30px; z-index:20; visibility: hidden"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer16\'].document.uNextButton','document.uNextButton','../image/rtrgl-2.gif','#924918986920')"><img src="../image/rtrgl-1.gif" width="35" height="31" border="0" name="uNextButton" alt="Next"></a></div>
  196. <div id="Layer23" style="position:absolute; width:296px; height:16px; z-index:30; left: 4px; top: 449px; visibility: hidden"> 
  197.   <p align="left"><a href="http://www.novadevelopment.com" class="Fixed02"> 
  198.          </a></p>
  199. </div>
  200. <div id="Layer13" style="position:absolute; width:239px; height:43px; z-index:29; left: 15px; top: 217px; visibility: hidden" class="ThumbTitleStyle"> 
  201.   <div align="right"> 
  202.     <p  id="uThumbTitle001" class="ThumbTitleStyle">Will next to Snowman Joe.</p>
  203.   </div>
  204. </div>
  205. <div id="Layer24" style="position:absolute; width:272px; height:15px; z-index:28; left: 275px; top: 199px; visibility: hidden"> 
  206.   <div align="left"> 
  207.     <p id="uThumbTitle002" class="ThumbTitleStyle">Jack and Jill, circa 1940.</p>
  208.   </div>
  209. </div>
  210. <div id="Layer25" style="position:absolute; width:231px; height:73px; z-index:27; left: 52px; top: 344px; visibility: hidden"> 
  211.   <div align="right"> 
  212.     <p  id="uThumbTitle003" class="ThumbTitleStyle">Heidi helping out in the kitchen.</p>
  213.   </div>
  214. </div>
  215. <div id="Layer26" style="position:absolute; width:252px; height:65px; z-index:26; left: 300px; top: 358px; visibility: hidden"> 
  216.   <div align="left"> 
  217.     <p  id="uThumbTitle004" class="ThumbTitleStyle">Jack and Jill, circa 1972.</p>
  218.   </div>
  219. </div>
  220. <div id="Layer17" style="position:absolute; left:1; top:545; width:759; height:100; z-index:25; visibility: hidden"> 
  221.   <p id="uSignature" align="left" class="SignStyle">Input signature here!</p>
  222. </div>
  223. </body>
  224. </html>
  225.