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

  1. <html>
  2. <head>
  3. <title>Merry Christmas</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <style>
  6. <!--
  7. .AlbumTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 32pt; color: #009900}
  8. .ThumbTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #009900}
  9. -->
  10. </style>
  11. <script language="JavaScript">
  12. <!--
  13. <!--
  14. function MM_timelinePlay(tmLnName, myID) { //v1.2
  15.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  16.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  17.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  18.   tmLn = document.MM_Time[tmLnName];
  19.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  20.   if (myID == tmLn.ID) { //if Im newest
  21.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  22.     fNew = ++tmLn.curFrame;
  23.     for (i=0; i<tmLn.length; i++) {
  24.       sprite = tmLn[i];
  25.       if (sprite.charAt(0) == 's') {
  26.         if (sprite.obj) {
  27.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  28.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  29.             keyFrm=1;
  30.             for (j=0; j<sprite.values.length; j++) {
  31.               props = sprite.values[j]; 
  32.               if (numKeyFr != props.length) {
  33.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  34.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  35.               } else {
  36.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  37.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  38.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  39.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  40.         } } } } }
  41.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  42.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  43.   } }
  44. }
  45.  
  46. function MM_swapImgRestore() { //v2.0
  47.   if (document.MM_swapImgData != null)
  48.     for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
  49.       document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
  50. }
  51.  
  52. function MM_preloadImages() { //v2.0
  53.   if (document.images) {
  54.     var imgFiles = MM_preloadImages.arguments;
  55.     if (document.preloadArray==null) document.preloadArray = new Array();
  56.     var i = document.preloadArray.length;
  57.     with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
  58.       preloadArray[i] = new Image;
  59.       preloadArray[i++].src = imgFiles[j];
  60.   } }
  61. }
  62.  
  63. function MM_swapImage() { //v2.0
  64.   var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  65.   for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
  66.     objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
  67.     if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
  68.         (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
  69.       objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
  70.     obj = eval(objStr);
  71.     if (obj != null) {
  72.       swapArray[j++] = obj;
  73.       swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
  74.       obj.src = MM_swapImage.arguments[i+2];
  75.   } }
  76.   document.MM_swapImgData = swapArray; //used for restore
  77. }
  78.  
  79. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  80.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  81.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  82.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  83.   tmLn = document.MM_Time[tmLnName];
  84.   if (numGotos != null)
  85.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  86.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  87.   jmpFwd = (fNew > tmLn.curFrame);
  88.   for (i = 0; i < tmLn.length; i++) {
  89.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  90.     if (sprite.charAt(0) == "s") {
  91.       numKeyFr = sprite.keyFrames.length;
  92.       firstKeyFr = sprite.keyFrames[0];
  93.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  94.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  95.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  96.       for (j=0; j<sprite.values.length; j++) {
  97.         props = sprite.values[j];
  98.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  99.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  100.         if (sprite.obj != null) {
  101.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  102.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  103.       } }
  104.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  105.   }
  106.   tmLn.curFrame = fNew;
  107.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  108. }
  109.  
  110.  
  111. //-->
  112.  
  113. function MM_initTimelines() {
  114.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  115.     var ns = navigator.appName == "Netscape";
  116.     document.MM_Time = new Array(1);
  117.     document.MM_Time[0] = new Array(2);
  118.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  119.     document.MM_Time[0].MM_Name = "Timeline1";
  120.     document.MM_Time[0].fps = 30;
  121.     document.MM_Time[0][0] = new String("behavior");
  122.     document.MM_Time[0][0].frame = 31;
  123.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  124.     document.MM_Time[0][1] = new String("sprite");
  125.     document.MM_Time[0][1].slot = 1;
  126.     if (ns)
  127.         document.MM_Time[0][1].obj = document["Layer18"];
  128.     else
  129.         document.MM_Time[0][1].obj = document.all ? document.all["Layer18"] : null;
  130.     document.MM_Time[0][1].keyFrames = new Array(1, 5, 8, 15, 18, 19, 23, 27, 29, 30);
  131.     document.MM_Time[0][1].values = new Array(2);
  132.     document.MM_Time[0][1].values[0] = new Array(592,564,536,510,486,466,452,429,410,390,367,343,321,302,284,262,253,245,223,207,188,166,144,126,109,93,76,38,11,8);
  133.     document.MM_Time[0][1].values[0].prop = "left";
  134.     document.MM_Time[0][1].values[1] = new Array(313,311,308,307,308,316,328,336,337,336,335,333,332,331,332,341,353,363,371,374,377,379,379,376,370,364,360,358,359,358);
  135.     document.MM_Time[0][1].values[1].prop = "top";
  136.     if (!ns) {
  137.         document.MM_Time[0][1].values[0].prop2 = "style";
  138.         document.MM_Time[0][1].values[1].prop2 = "style";
  139.     }
  140.     document.MM_Time[0].lastFrame = 31;
  141.     for (i=0; i<document.MM_Time.length; i++) {
  142.         document.MM_Time[i].ID = null;
  143.         document.MM_Time[i].curFrame = 0;
  144.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  145.     }
  146. }
  147. //-->
  148. </script>
  149. <style type="text/css">
  150. <!--
  151. .AlbumTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 26pt; color: #FF3333}
  152. .ThumbTitleStyle {  font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; color: #FFFF66}
  153. .Fixed02 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99 }
  154. .SignStyle {  font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FFFFCC}
  155. -->
  156. </style></head>
  157.  
  158. <body bgcolor="#6F71A1" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../Image/arr-2.gif','#920516311200');MM_preloadImages('../Image/arr-8.gif','#922269615355');MM_preloadImages('../Image/arr-4.gif','#922269615333')" tracingsrc="../%A9%B3%B9%CF1.jpg" tracingopacity="100" background="../Image/1.jpg" link="#ffff99" vlink="#ffff99" alink="#ffff99">
  159. <div id="Layer4" style="position:absolute; left:280px; top:397px; width:24px; height:18px; z-index:23"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer4\'].document.uPreviousButton','document.uPreviousButton','../Image/arr-4.gif','#922269615333')"><img name="uPreviousButton" border="0" src="../Image/arr-3.gif" width="57" height="29" alt="Back"></a></div>
  160. <div id="Layer5" style="position:absolute; left:413px; top:397px; width:18px; height:18px; z-index:15"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer5\'].document.uNextButton','document.uNextButton','../Image/arr-2.gif','#920516311200')"><img name="uNextButton" border="0" src="../Image/arr-1.gif" width="57" height="29" alt="Next"></a></div>
  161. <div id="Layer2" style="position:absolute; left:281; top:162; width:133px; height:112px; z-index:10"><img src="../Image/uThumbnai1001-3.jpg" width="170" height="116" name="uThumb002Dec01"></div>
  162. <div id="Layer1" style="position:absolute; left:283; top:162; width:145px; height:70px; z-index:11"><img src="../Image/index-p3.jpg" width="171" height="118" name="uThumb002"></div>
  163. <div id="Layer7" style="position:absolute; left:56; top:210; width:35px; height:25px; z-index:13"><img src="../Image/uThunbai10013.jpg" width="172" height="118" name="uThumb001Dec01"></div>
  164. <div id="Layer3" style="position:absolute; left:55px; top:208px; width:38px; height:32px; z-index:14"><img src="../Image/index-p4.jpg" width="171" height="125" name="uThumb001"></div>
  165. <div id="Layer6" style="position:absolute; left:510px; top:129px; width:41px; height:38px; z-index:16"><img src="../Image/uThumbnai1001-3.jpg" width="175" height="120" name="uThumb003Dec01"></div>
  166. <div id="Layer8" style="position:absolute; left:511px; top:128px; width:174px; height:125px; z-index:17"><img src="../Image/index-p6.jpg" width="174" height="128" name="uThumb003"></div>
  167. <div id="Layer11" style="position:absolute; left:3px; top:21px; width:746px; height:31px; z-index:35" class="AlbumTitle"> 
  168.   <div align="center">
  169.     <p id="uAlbumTitle" class="AlbumTitleStyle">Merry Christmas</p>
  170.   </div>
  171. </div>
  172. <div id="Layer12" style="position:absolute; left:42; top:347; width:197px; height:15px; z-index:32" class="ThumbTitleStyle"> 
  173.   <p align="LEFT" id="uThumbTitle001" class="ThumbTitleStyle">The piersols Preparing 
  174.     Food in the Kitchen, Christmas 2000.</p>
  175. </div>
  176. <div id="Layer13" style="position:absolute; left:270; top:299; width:200px; height:18px; z-index:33" class="ThumbTitleStyle"> 
  177.   <p align="LEFT" id="uThumbTitle002" class="ThumbTitleStyle">Grandpa with Amanda, Christmas 1999.</p>
  178. </div>
  179. <div id="Layer15" style="position:absolute; left:499px; top:267px; width:199px; height:22px; z-index:34" class="ThumbTitleStyle"> 
  180.   <p align="LEFT" id="uThumbTitle003" class="ThumbTitleStyle">The Piersols Gathering 
  181.     Around the Tree, Christmas 2000.</p>
  182. </div>
  183. <div id="Layer16" style="position:absolute; left:122px; top:22px; width:310px; height:79px; z-index:27"> 
  184.   <img src="../Image/Maxx.gif" width="45" height="64"></div>
  185. <div id="Layer19" style="position:absolute; left:145px; top:43px; width:19px; height:17px; z-index:9"><img src="../Image/MK.gif" width="70" height="40"></div>
  186. <div id="Layer18" style="position:absolute; left:592px; top:313px; width:36px; height:24px; z-index:26"><img src="../Image/MAOK.gif" width="146" height="58"></div>
  187. <div id="Layer25" style="position:absolute; left:43; top:177; width:33px; height:31px; z-index:28"> 
  188.   <a href="link1.htm"><img src="../Image/259.gif" width="199" height="166" border="0" name="uThumb001Dec02"></a> 
  189. </div>
  190. <div id="Layer24" style="position:absolute; left:269; top:129; width:44px; height:28px; z-index:29"><a href="link2.htm"><img src="../Image/259.gif" width="199" height="166" border="0" name="uThumb002Dec02"></a></div>
  191. <div id="Layer20" style="position:absolute; left:499px; top:96px; width:29px; height:21px; z-index:18"><a href="link3.htm"><img src="../Image/259.gif" width="199" height="166" border="0" name="uThumb003Dec02"></a></div>
  192. <div id="Layer22" style="position:absolute; left:351px; top:391px; width:20px; height:20px; z-index:7"><a href="Xmas.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer22\'].document.uHomeButton','document.uHomeButton','../Image/arr-8.gif','#922269615355')"><img name="uHomeButton" border="0" src="../Image/arr-7.gif" width="46" height="41" alt="Home"></a></div>
  193. <div id="Layer23" style="position:absolute; width:374px; height:21px; z-index:31; left: 185px; top: 433px"> 
  194.   <p align="center"><a href="http://www.novadevelopment.com" class="Fixed02"> 
  195.        </a></p>
  196. </div>
  197. <div id="Layer9" style="position:absolute; left:0; top:470; width:760; height:100; z-index:30; visibility: hidden"> 
  198.   <p id="uSignature" class="SignStyle" align="left">Input signature here!</p>
  199.   </div>
  200. </body>
  201. </html>
  202.