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

  1. <html>
  2. <head>
  3. <title>Family Thanksgiving</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <style type="text/css">
  6. <!--
  7. .AlbumTitleStyle {  font-family: "Times New Roman", "Times", "serif"; font-size: 32pt; color: #FF0000; font-weight: bold}
  8. .Fixed01 {  
  9. font-family: "Arial", "Helvetica", "sans-serif"; 
  10. font-size: 7pt; 
  11. font-style: italic; 
  12. color: #003399}
  13. .ThumbTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #FF0000; font-weight: bold}
  14. .SignStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #339900}
  15. -->
  16. </style>
  17.  
  18. <script language="JavaScript">
  19. <!--
  20. <!--
  21. function MM_timelinePlay(tmLnName, myID) { //v1.2
  22.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  23.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  24.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  25.   tmLn = document.MM_Time[tmLnName];
  26.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  27.   if (myID == tmLn.ID) { //if Im newest
  28.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  29.     fNew = ++tmLn.curFrame;
  30.     for (i=0; i<tmLn.length; i++) {
  31.       sprite = tmLn[i];
  32.       if (sprite.charAt(0) == 's') {
  33.         if (sprite.obj) {
  34.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  35.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  36.             keyFrm=1;
  37.             for (j=0; j<sprite.values.length; j++) {
  38.               props = sprite.values[j]; 
  39.               if (numKeyFr != props.length) {
  40.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  41.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  42.               } else {
  43.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  44.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  45.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  46.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  47.         } } } } }
  48.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  49.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  50.   } }
  51. }
  52.  
  53. function MM_showHideLayers() { //v2.0
  54.   var i, visStr, args, theObj;
  55.   args = MM_showHideLayers.arguments;
  56.   for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
  57.     visStr   = args[i+2];
  58.     if (navigator.appName == 'Netscape' && document.layers != null) {
  59.       theObj = eval(args[i]);
  60.       if (theObj) theObj.visibility = visStr;
  61.     } else if (document.all != null) { //IE
  62.       if (visStr == 'show') visStr = 'visible'; //convert vals
  63.       if (visStr == 'hide') visStr = 'hidden';
  64.       theObj = eval(args[i+1]);
  65.       if (theObj) theObj.style.visibility = visStr;
  66.   } }
  67. }
  68.  
  69. function MM_preloadImages() { //v2.0
  70.   if (document.images) {
  71.     var imgFiles = MM_preloadImages.arguments;
  72.     if (document.preloadArray==null) document.preloadArray = new Array();
  73.     var i = document.preloadArray.length;
  74.     with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
  75.       preloadArray[i] = new Image;
  76.       preloadArray[i++].src = imgFiles[j];
  77.   } }
  78. }
  79.  
  80. function MM_swapImgRestore() { //v2.0
  81.   if (document.MM_swapImgData != null)
  82.     for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
  83.       document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
  84. }
  85.  
  86. function MM_swapImage() { //v2.0
  87.   var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  88.   for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
  89.     objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
  90.     if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
  91.         (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
  92.       objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
  93.     obj = eval(objStr);
  94.     if (obj != null) {
  95.       swapArray[j++] = obj;
  96.       swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
  97.       obj.src = MM_swapImage.arguments[i+2];
  98.   } }
  99.   document.MM_swapImgData = swapArray; //used for restore
  100. }
  101.  
  102.  
  103. //-->
  104.  
  105. function MM_initTimelines() {
  106.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  107.     var ns = navigator.appName == "Netscape";
  108.     document.MM_Time = new Array(1);
  109.     document.MM_Time[0] = new Array(12);
  110.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  111.     document.MM_Time[0].MM_Name = "Timeline1";
  112.     document.MM_Time[0].fps = 15;
  113.     document.MM_Time[0][0] = new String("sprite");
  114.     document.MM_Time[0][0].slot = 1;
  115.     if (ns)
  116.         document.MM_Time[0][0].obj = document["Layer9"];
  117.     else
  118.         document.MM_Time[0][0].obj = document.all ? document.all["Layer9"] : null;
  119.     document.MM_Time[0][0].keyFrames = new Array(1, 30);
  120.     document.MM_Time[0][0].values = new Array(2);
  121.     document.MM_Time[0][0].values[0] = new Array(-275,-264,-253,-243,-232,-221,-210,-200,-189,-178,-167,-157,-146,-135,-124,-114,-103,-92,-81,-71,-60,-49,-38,-28,-17,-6,5,15,26,37);
  122.     document.MM_Time[0][0].values[0].prop = "left";
  123.     document.MM_Time[0][0].values[1] = new Array(384,384,384,384,384,385,385,385,385,385,385,385,385,385,385,386,386,386,386,386,386,386,386,386,386,387,387,387,387,387);
  124.     document.MM_Time[0][0].values[1].prop = "top";
  125.     if (!ns) {
  126.         document.MM_Time[0][0].values[0].prop2 = "style";
  127.         document.MM_Time[0][0].values[1].prop2 = "style";
  128.     }
  129.     document.MM_Time[0][1] = new String("sprite");
  130.     document.MM_Time[0][1].slot = 2;
  131.     if (ns)
  132.         document.MM_Time[0][1].obj = document["Layer11"];
  133.     else
  134.         document.MM_Time[0][1].obj = document.all ? document.all["Layer11"] : null;
  135.     document.MM_Time[0][1].keyFrames = new Array(1, 30);
  136.     document.MM_Time[0][1].values = new Array(2);
  137.     document.MM_Time[0][1].values[0] = new Array(68,78,88,99,109,119,129,139,149,160,170,180,190,200,210,221,231,241,251,261,271,282,292,302,312,322,332,343,353,363);
  138.     document.MM_Time[0][1].values[0].prop = "left";
  139.     document.MM_Time[0][1].values[1] = new Array(288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288);
  140.     document.MM_Time[0][1].values[1].prop = "top";
  141.     if (!ns) {
  142.         document.MM_Time[0][1].values[0].prop2 = "style";
  143.         document.MM_Time[0][1].values[1].prop2 = "style";
  144.     }
  145.     document.MM_Time[0][2] = new String("behavior");
  146.     document.MM_Time[0][2].frame = 34;
  147.     document.MM_Time[0][2].value = "MM_showHideLayers('document.layers[\\\'Layer14\\\']','document.all[\\\'Layer14\\\']','show')";
  148.     document.MM_Time[0][3] = new String("behavior");
  149.     document.MM_Time[0][3].frame = 38;
  150.     document.MM_Time[0][3].value = "MM_showHideLayers('document.layers[\\\'Layer14\\\']','document.all[\\\'Layer14\\\']','hide','document.layers[\\\'Layer15\\\']','document.all[\\\'Layer15\\\']','show','document.layers[\\\'Layer19\\\']','document.all[\\\'Layer19\\\']','hide')";
  151.     document.MM_Time[0][4] = new String("behavior");
  152.     document.MM_Time[0][4].frame = 42;
  153.     document.MM_Time[0][4].value = "MM_showHideLayers('document.layers[\\\'Layer16\\\']','document.all[\\\'Layer16\\\']','show')";
  154.     document.MM_Time[0][5] = new String("behavior");
  155.     document.MM_Time[0][5].frame = 46;
  156.     document.MM_Time[0][5].value = "MM_showHideLayers('document.layers[\\\'Layer15\\\']','document.all[\\\'Layer15\\\']','hide','document.layers[\\\'Layer17\\\']','document.all[\\\'Layer17\\\']','show','document.layers[\\\'Layer19\\\']','document.all[\\\'Layer19\\\']','hide')";
  157.     document.MM_Time[0][6] = new String("behavior");
  158.     document.MM_Time[0][6].frame = 50;
  159.     document.MM_Time[0][6].value = "MM_showHideLayers('document.layers[\\\'Layer16\\\']','document.all[\\\'Layer16\\\']','hide','document.layers[\\\'Layer18\\\']','document.all[\\\'Layer18\\\']','show','document.layers[\\\'Layer19\\\']','document.all[\\\'Layer19\\\']','show')";
  160.     document.MM_Time[0][7] = new String("behavior");
  161.     document.MM_Time[0][7].frame = 54;
  162.     document.MM_Time[0][7].value = "MM_showHideLayers('document.layers[\\\'Layer17\\\']','document.all[\\\'Layer17\\\']','hide','document.layers[\\\'Layer20\\\']','document.all[\\\'Layer20\\\']','show')";
  163.     document.MM_Time[0][8] = new String("behavior");
  164.     document.MM_Time[0][8].frame = 58;
  165.     document.MM_Time[0][8].value = "MM_showHideLayers('document.layers[\\\'Layer18\\\']','document.all[\\\'Layer18\\\']','hide','document.layers[\\\'Layer19\\\']','document.all[\\\'Layer19\\\']','hide','document.layers[\\\'Layer21\\\']','document.all[\\\'Layer21\\\']','show','document.layers[\\\'Layer22\\\']','document.all[\\\'Layer22\\\']','show','document.layers[\\\'Layer23\\\']','document.all[\\\'Layer23\\\']','show')";
  166.     document.MM_Time[0][9] = new String("behavior");
  167.     document.MM_Time[0][9].frame = 62;
  168.     document.MM_Time[0][9].value = "MM_showHideLayers('document.layers[\\\'Layer21\\\']','document.all[\\\'Layer21\\\']','hide','document.layers[\\\'Layer22\\\']','document.all[\\\'Layer22\\\']','hide','document.layers[\\\'Layer23\\\']','document.all[\\\'Layer23\\\']','hide','document.layers[\\\'Layer24\\\']','document.all[\\\'Layer24\\\']','show','document.layers[\\\'Layer25\\\']','document.all[\\\'Layer25\\\']','show','document.layers[\\\'Layer26\\\']','document.all[\\\'Layer26\\\']','show')";
  169.     document.MM_Time[0][10] = new String("behavior");
  170.     document.MM_Time[0][10].frame = 66;
  171.     document.MM_Time[0][10].value = "MM_showHideLayers('document.layers[\\\'Layer23\\\']','document.all[\\\'Layer23\\\']','hide','document.layers[\\\'Layer25\\\']','document.all[\\\'Layer25\\\']','hide','document.layers[\\\'Layer26\\\']','document.all[\\\'Layer26\\\']','hide','document.layers[\\\'Layer27\\\']','document.all[\\\'Layer27\\\']','show','document.layers[\\\'Layer28\\\']','document.all[\\\'Layer28\\\']','show')";
  172.     document.MM_Time[0][11] = new String("behavior");
  173.     document.MM_Time[0][11].frame = 70;
  174.     document.MM_Time[0][11].value = "MM_showHideLayers('document.layers[\\\'Layer28\\\']','document.all[\\\'Layer28\\\']','hide','document.layers[\\\'Layer29\\\']','document.all[\\\'Layer29\\\']','show')";
  175.     document.MM_Time[0].lastFrame = 70;
  176.     for (i=0; i<document.MM_Time.length; i++) {
  177.         document.MM_Time[i].ID = null;
  178.         document.MM_Time[i].curFrame = 0;
  179.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  180.     }
  181. }
  182. //-->
  183. </script>
  184. </head>
  185.  
  186. <body bgcolor="#FFFFFF" background="../image/th-bk.jpg" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/pre2.gif','#924495585670');MM_preloadImages('../image/home2.gif','#924495602920');MM_preloadImages('../image/next2.gif','#924495613680')" link="#003399" vlink="#003399" alink="#003399">
  187. <div id="Layer1" style="position:absolute; left:57px; top:59px; width:89px; height:60px; z-index:3"><img src="../image/margin.gif" width="187" height="134" align="middle" name="uThumb001Dec01" border="0"></div>
  188. <div id="Layer2" style="position:absolute; left:292px; top:60px; width:82px; height:48px; z-index:3"><img src="../image/margin.gif" width="186" height="134" name="uThumb002Dec01" border="0"></div>
  189. <div id="Layer3" style="position:absolute; left:527px; top:59px; width:65px; height:48px; z-index:3"><img src="../image/margin.gif" width="186" height="134" name="uThumb003Dec01" border="0"></div>
  190. <div id="Layer4" style="position:absolute; left:526px; top:225px; width:52px; height:42px; z-index:4"><img src="../image/margin.gif" width="186" height="134" name="uThumb004Dec01" border="0"></div>
  191. <div id="Layer5" style="position:absolute; left:72px; top:75px; width:152px; height:103px; z-index:5"><a href="photo1.htm"><img src="../Image/sphoto1.jpg" width="153" height="103" border="0" name="uThumb001"></a></div>
  192. <div id="Layer6" style="position:absolute; left:309px; top:76px; width:28px; height:27px; z-index:6"><a href="photo2.htm"><img src="../Image/sphoto2.jpg" width="151" height="101" name="uThumb002" border="0"></a></div>
  193. <div id="Layer7" style="position:absolute; left:543px; top:75px; width:153px; height:100px; z-index:7"><a href="photo3.htm"><img src="../Image/sphoto3.jpg" width="155" height="102" name="uThumb003" border="0"></a></div>
  194. <div id="Layer8" style="position:absolute; left:542px; top:241px; width:33px; height:32px; z-index:8"><a href="photo4.htm"><img src="../Image/sphoto4.jpg" width="154" height="101" name="uThumb004" border="0"></a></div>
  195. <div id="Layer9" style="position:absolute; left:-275px; top:384px; width:187px; height:53px; z-index:9"><img src="../image/board.gif" width="356" height="56"></div>
  196. <div id="Layer11" style="position:absolute; left:68px; top:288px; width:121px; height:91px; z-index:11"><img src="../image/t6.gif" width="148" height="146"></div>
  197. <div id="Layer10" style="position:absolute; left:0px; top:-2px; width:752px; height:43px; z-index:41"> 
  198.   <p id="uAlbumTitle" class="AlbumTitleStyle" align="center">Family Thanksgiving</p>
  199. </div>
  200. <div id="Layer14" style="position:absolute; left:37px; top:47px; width:73px; height:54px; z-index:15; visibility: hidden"><img src="../image/pumpkin1.gif" width="73" height="70"></div>
  201. <div id="Layer15" style="position:absolute; left:32px; top:149px; width:93px; height:70px; z-index:16; visibility: hidden"><img src="../image/pumpkin2.gif" width="66" height="75"></div>
  202. <div id="Layer16" style="position:absolute; left:193px; top:64px; width:62px; height:67px; z-index:17; visibility: hidden"><img src="../image/grape1.gif" width="75" height="62"></div>
  203. <div id="Layer17" style="position:absolute; left:34px; top:262px; width:70px; height:55px; z-index:18; visibility: hidden"><img src="../image/pumpkin3.gif" width="76" height="65"></div>
  204. <div id="Layer18" style="position:absolute; left:196px; top:157px; width:55px; height:38px; z-index:19; visibility: hidden"><img src="../image/grape2.gif" width="78" height="65"></div>
  205. <div id="Layer19" style="position:absolute; left:131px; top:71px; width:81px; height:56px; z-index:20; visibility: hidden"><img src="../image/corn1.gif" width="46" height="48"></div>
  206. <div id="Layer20" style="position:absolute; left:32px; top:354px; width:58px; height:43px; z-index:21; visibility: hidden"><img src="../image/pumpkin4.gif" width="75" height="62"></div>
  207. <div id="Layer21" style="position:absolute; left:204px; top:253px; width:55px; height:58px; z-index:22; visibility: hidden"><img src="../image/grape4.gif" width="67" height="66"></div>
  208. <div id="Layer22" style="position:absolute; left:131px; top:152px; width:67px; height:65px; z-index:23; visibility: hidden"><img src="../image/corn2.gif" width="43" height="63"></div>
  209. <div id="Layer23" style="position:absolute; left:277px; top:55px; width:45px; height:54px; z-index:24; visibility: hidden"><img src="../image/toast1.gif" width="72" height="81"></div>
  210. <div id="Layer24" style="position:absolute; left:204px; top:348px; width:52px; height:49px; z-index:25; visibility: hidden"><img src="../image/grape4.gif" width="67" height="66"></div>
  211. <div id="Layer25" style="position:absolute; left:125px; top:264px; width:56px; height:55px; z-index:26; visibility: hidden"><img src="../image/corn3.gif" width="47" height="57"></div>
  212. <div id="Layer26" style="position:absolute; left:278px; top:154px; width:61px; height:64px; z-index:27; visibility: hidden"><img src="../image/toast2.gif" width="71" height="82"></div>
  213. <div id="Layer27" style="position:absolute; left:131px; top:365px; width:55px; height:56px; z-index:28; visibility: hidden"><img src="../image/corn4.gif" width="49" height="45"></div>
  214. <div id="Layer28" style="position:absolute; left:280px; top:251px; width:46px; height:55px; z-index:29; visibility: hidden"><img src="../image/toast3.gif" width="76" height="75"></div>
  215. <div id="Layer29" style="position:absolute; left:279px; top:347px; width:64px; height:62px; z-index:30; visibility: hidden"><img src="../image/toast4.gif" width="80" height="67"></div>
  216. <div id="Layer30" style="position:absolute; left:594px; top:391px; width:37px; height:39px; z-index:31"><a href="thanksgi.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer30\'].document.uHomeButton','document.uHomeButton','../image/home2.gif','#924495602920')"><img src="../image/home1.gif" width="61" height="70" name="uHomeButton" border="0" alt="Home"></a></div>
  217. <div id="Layer12" style="position:absolute; left:518px; top:420px; width:49px; height:27px; z-index:33"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer12\'].document.uPreviousButton','document.uPreviousButton','../image/pre2.gif','#924495585670')"><img src="../image/pre.gif" width="66" height="39" name="uPreviousButton" border="0" alt="Back"></a></div>
  218. <div id="Layer13" style="position:absolute; left:662px; top:420px; width:42px; height:38px; z-index:34"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer13\'].document.uNextButton','document.uNextButton','../image/next2.gif','#924495613680')"><img src="../image/next.gif" width="66" height="39" border="0" name="uNextButton" alt="Next"></a></div>
  219. <div id="Layer32" style="position:absolute; width:404px; height:22px; z-index:40; left: 15px; top: 445px"> 
  220.   <p align="left"><a href="http://www.novadevelopment.com" class="Fixed01"> 
  221.          </a></p>
  222. </div>
  223. <div id="Layer33" style="position:absolute; left:58px; top:191px; width:191px; height:70px; z-index:36"> 
  224.   <p align="left" id="uThumbTitle001" class="ThumbTitleStyle">Grandpa and me.</p>
  225. </div>
  226. <div id="Layer34" style="position:absolute; left:294px; top:191px; width:194px; height:70px; z-index:37"> 
  227.   <p align="left" id="uThumbTitle002" class="ThumbTitleStyle">Mom and Heidi cooking 
  228.     in the kitchen.</p>
  229. </div>
  230. <div id="Layer35" style="position:absolute; left:529px; top:190px; width:197px; height:33px; z-index:38"> 
  231.   <p align="left" id="uThumbTitle003" class="ThumbTitleStyle">Snowman Joe.</p>
  232. </div>
  233. <div id="Layer36" style="position:absolute; left:527px; top:356px; width:198px; height:33px; z-index:39"> 
  234.   <p align="left" id="uThumbTitle004" class="ThumbTitleStyle">Grandpa and Will.</p>
  235. </div>
  236. <div id="Layer31" style="position:absolute; left:0; top:480; width:760; height:100; z-index:35; visibility: hidden"> 
  237.   <p id="uSignature" align="left" class="SignStyle">Input signature here!</p>
  238. </div>
  239. </body>
  240. </html>
  241.