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

  1. <html>
  2. <head>
  3. <title>Happy Halloween</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <script language="JavaScript">
  6. <!--
  7. function MM_timelinePlay(tmLnName, myID) { //v1.2
  8.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  9.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  10.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  11.   tmLn = document.MM_Time[tmLnName];
  12.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  13.   if (myID == tmLn.ID) { //if Im newest
  14.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  15.     fNew = ++tmLn.curFrame;
  16.     for (i=0; i<tmLn.length; i++) {
  17.       sprite = tmLn[i];
  18.       if (sprite.charAt(0) == 's') {
  19.         if (sprite.obj) {
  20.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  21.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  22.             keyFrm=1;
  23.             for (j=0; j<sprite.values.length; j++) {
  24.               props = sprite.values[j]; 
  25.               if (numKeyFr != props.length) {
  26.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  27.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  28.               } else {
  29.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  30.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  31.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  32.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  33.         } } } } }
  34.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  35.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  36.   } }
  37. }
  38.  
  39. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  40.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  41.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  42.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  43.   tmLn = document.MM_Time[tmLnName];
  44.   if (numGotos != null)
  45.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  46.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  47.   jmpFwd = (fNew > tmLn.curFrame);
  48.   for (i = 0; i < tmLn.length; i++) {
  49.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  50.     if (sprite.charAt(0) == "s") {
  51.       numKeyFr = sprite.keyFrames.length;
  52.       firstKeyFr = sprite.keyFrames[0];
  53.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  54.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  55.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  56.       for (j=0; j<sprite.values.length; j++) {
  57.         props = sprite.values[j];
  58.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  59.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  60.         if (sprite.obj != null) {
  61.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  62.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  63.       } }
  64.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  65.   }
  66.   tmLn.curFrame = fNew;
  67.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  68. }
  69.  
  70. function MM_swapImgRestore() { //v2.0
  71.   if (document.MM_swapImgData != null)
  72.     for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
  73.       document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
  74. }
  75.  
  76. function MM_preloadImages() { //v2.0
  77.   if (document.images) {
  78.     var imgFiles = MM_preloadImages.arguments;
  79.     if (document.preloadArray==null) document.preloadArray = new Array();
  80.     var i = document.preloadArray.length;
  81.     with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
  82.       preloadArray[i] = new Image;
  83.       preloadArray[i++].src = imgFiles[j];
  84.   } }
  85. }
  86.  
  87. function MM_swapImage() { //v2.0
  88.   var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  89.   for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
  90.     objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
  91.     if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
  92.         (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
  93.       objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
  94.     obj = eval(objStr);
  95.     if (obj != null) {
  96.       swapArray[j++] = obj;
  97.       swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
  98.       obj.src = MM_swapImage.arguments[i+2];
  99.   } }
  100.   document.MM_swapImgData = swapArray; //used for restore
  101. }
  102.  
  103. function MM_initTimelines() {
  104.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  105.     var ns = navigator.appName == "Netscape";
  106.     document.MM_Time = new Array(2);
  107.     document.MM_Time[0] = new Array(2);
  108.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  109.     document.MM_Time[0].MM_Name = "Timeline1";
  110.     document.MM_Time[0].fps = 15;
  111.     document.MM_Time[0][0] = new String("behavior");
  112.     document.MM_Time[0][0].frame = 98;
  113.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  114.     document.MM_Time[0][1] = new String("sprite");
  115.     document.MM_Time[0][1].slot = 1;
  116.     if (ns)
  117.         document.MM_Time[0][1].obj = document["Layer3"];
  118.     else
  119.         document.MM_Time[0][1].obj = document.all ? document.all["Layer3"] : null;
  120.     document.MM_Time[0][1].keyFrames = new Array(1, 6, 9, 14, 18, 22, 24, 26, 31, 38, 44, 48, 54, 59, 61, 62, 68, 71, 76, 79, 87, 94, 95, 97);
  121.     document.MM_Time[0][1].values = new Array(2);
  122.     document.MM_Time[0][1].values[0] = new Array(667,659,651,644,636,630,622,616,610,606,602,598,594,588,579,570,560,550,541,532,524,517,510,506,499,490,487,486,484,482,477,472,466,459,452,445,438,433,429,427,425,424,422,418,410,401,393,383,375,367,359,351,342,334,325,318,312,308,304,302,303,293,289,284,279,274,269,265,261,259,255,250,244,238,232,227,225,224,219,214,209,202,195,188,180,173,165,156,146,137,128,120,113,107,103,97,90);
  123.     document.MM_Time[0][1].values[0].prop = "left";
  124.     document.MM_Time[0][1].values[1] = new Array(26,27,28,29,31,32,34,37,42,46,52,58,63,68,72,76,78,80,81,80,80,78,72,66,62,64,70,76,84,92,100,106,111,116,121,126,132,138,146,154,163,171,179,185,190,192,191,191,190,188,185,183,182,182,186,193,199,206,211,218,224,230,226,221,215,208,202,196,187,179,170,164,158,152,147,141,133,126,118,114,109,105,100,95,91,87,83,80,77,75,74,73,71,70,64,64,65);
  125.     document.MM_Time[0][1].values[1].prop = "top";
  126.     if (!ns) {
  127.         document.MM_Time[0][1].values[0].prop2 = "style";
  128.         document.MM_Time[0][1].values[1].prop2 = "style";
  129.     }
  130.     document.MM_Time[0].lastFrame = 98;
  131.     document.MM_Time[1] = new Array(0);
  132.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  133.     document.MM_Time[1].MM_Name = "Timeline2";
  134.     document.MM_Time[1].fps = 15;
  135.     document.MM_Time[1].lastFrame = 0;
  136.     for (i=0; i<document.MM_Time.length; i++) {
  137.         document.MM_Time[i].ID = null;
  138.         document.MM_Time[i].curFrame = 0;
  139.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  140.     }
  141. }
  142. //-->
  143. </script>
  144. <style type="text/css">
  145. <!--
  146. .AlbumTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 24pt; color: #FF3333}
  147. .ThumbTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #FFFFFF}
  148. .Fixed01 {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99}
  149. .SignStyle {  font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FFCC66}
  150. -->
  151. </style></head>
  152.  
  153. <body bgcolor="#000000" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/riarw-2.jpg','#922168382549');MM_preloadImages('../image/skll-2.jpg','#922168382777');MM_preloadImages('../image/learw-2.jpg','#924769449840')" link="#ffff99" vlink="#ffff99" alink="#ffff99">
  154. <div id="Layer8" style="position:absolute; left:494px; top:289px; width:175px; height:117px; z-index:35"><a href="link2.htm"><img src="../Image/photo2-S.jpg" width="173" height="118" border="0" name="uThumb002"></a></div>
  155. <div id="Layer11" style="position:absolute; left:4px; top:14px; width:744px; height:31px; z-index:47" class="AlbumTitleStyle"> 
  156.   <div align="center">
  157.     <p id= "uAlbumTitle" class="AlbumTitleStyle">Happy Halloween</p>
  158.   </div>
  159. </div>
  160. <div id="Layer13" style="position:absolute; left:468px; top:421px; width:233px; height:18px; z-index:45"> 
  161.   <div align="center">
  162.     
  163.     <p id= "uThumbTitle002"  class="ThumbTitleStyle">Katherine In Her Spooky Costume.</p>
  164.   </div>
  165. </div>
  166.  
  167. <div id="Layer15" style="position:absolute; left:466px; top:235px; width:231px; height:22px; z-index:46"> 
  168.   <div align="center">
  169.         
  170.     <p id= "uThumbTitle001"  class="ThumbTitleStyle">It's a Ghoulish Night.</p>
  171.     </div>
  172. </div>
  173. <div id="Layer17" style="position:absolute; left:-6px; top:45px; width:157px; height:66px; z-index:19"><img src="../image/hse-1.jpg" width="344" height="413"></div>
  174. <div id="Layer1" style="position:absolute; left:373px; top:401px; width:39px; height:41px; z-index:29"><img src="../image/jkltrn-1.gif" width="57" height="43"></div>
  175. <div id="Layer12" style="position:absolute; left:458px; top:70px; width:16px; height:35px; z-index:31"><img src="../image/bv-S.jpg" width="240" height="170" name ="uThumb001Dec01"></div>
  176. <div id="Layer13" style="position:absolute; left:459px; top:257px; width:35px; height:17px; z-index:34"><img src="../image/bv-S.jpg" width="240" height="170" name="uThumb002Dec01"></div>
  177. <div id="Layer4" style="position:absolute; left:304px; top:260px; width:34px; height:30px; z-index:1"><img src="../image/ar00.jpg" width="103" height="184"></div>
  178. <div id="Layer16" style="position:absolute; left:-1px; top:1px; width:26px; height:28px; z-index:20"><img src="../image/spdrwb-1.jpg" width="90" height="91"></div>
  179. <div id="Layer19" style="position:absolute; left:691px; top:243px; width:23px; height:28px; z-index:40"><img src="../image/bleys.gif" width="49" height="33"></div>
  180. <div id="Layer19" style="position:absolute; left:411px; top:159px; width:23px; height:28px; z-index:40"><img src="../image/bleys.gif" width="33" height="22"></div>
  181. <div id="Layer19" style="position:absolute; left:366px; top:83px; width:23px; height:28px; z-index:40"><img src="../image/bleys.gif" width="35" height="23"></div>
  182. <div id="Layer19" style="position:absolute; left:279px; top:416px; width:23px; height:28px; z-index:40"><img src="../image/bleys.gif" width="40" height="24"></div>
  183. <div id="Layer2" style="position:absolute; width:29px; height:29px; z-index:41; left: 492px; top: 105px"><a href="link1.htm"><img src="../Image/photo1-S.jpg" width="170" height="111" border="0" name="uThumb001"></a></div>
  184. <div id="Layer3" style="position:absolute; width:45px; height:37px; z-index:42; left: 667px; top: 26px"><img src="../image/flynwch.gif" width="73" height="50"></div>
  185. <div id="Layer5" style="position:absolute; left:328px; top:240px; width:39px; height:33px; z-index:36"><a href="hallowee.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer5\'].document.uHomeButton','document.uHomeButton','../image/skll-2.jpg','#922168382777')"><img name="uHomeButton" border="0" src="../image/skll-1.jpg" width="45" height="65" alt="Home"></a></div>
  186. <div id="Layer10" style="position:absolute; left:326px; top:312px; width:29px; height:20px; z-index:37"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer10\'].document.uNextButton','document.uNextButton','../image/riarw-2.jpg','#922168382549')"><img name="uNextButton" border="0" src="../image/riarw-1.jpg" width="74" height="40" alt="Next"></a></div>
  187. <div id="Layer14" style="position:absolute; left:311px; top:358px; width:15px; height:13px; z-index:38"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer14\'].document.uPreviousButton','document.uPreviousButton','../image/learw-2.jpg','#924769449840')"><img name="uPreviousButton" border="0" src="../image/learw-1.jpg" width="72" height="37" alt="Back"></a></div>
  188. <div id="Layer20" style="position:absolute; width:290px; height:25px; z-index:44; left: 2px; top: 437px"> 
  189.   <div align="center">
  190.       
  191.     <p id="uUleadLogo" class="Fixed01" align="left"><a href="http://www.novadevelopment.com"> 
  192.        </a></p>
  193.     </div>
  194. </div>
  195. <div id="Layer6" style="position:absolute; left:0; top:480; width:760; height:100; z-index:43; visibility: hidden"> 
  196.   <p id="uSignature" align="left" class="SignStyle">Input signature here!</p>
  197. </div>
  198. </body>
  199. </html>
  200.