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

  1. <html>
  2. <head>
  3. <title>Baby_announcement Album</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <script language="JavaScript">
  6. <!--
  7. function MM_swapImgRestore() { 
  8.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  9. }
  10.  
  11. function MM_preloadImages() { 
  12.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  13.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  14.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  15. }
  16.  
  17. function MM_findObj(n, d) { 
  18.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  19.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  20.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  21.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  22. }
  23.  
  24. function MM_swapImage() { 
  25.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  26.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  27. }
  28.  
  29. function MM_timelinePlay(tmLnName, myID) {
  30.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  31.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  32.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  33.   tmLn = document.MM_Time[tmLnName];
  34.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  35.   if (myID == tmLn.ID) { //if Im newest
  36.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  37.     fNew = ++tmLn.curFrame;
  38.     for (i=0; i<tmLn.length; i++) {
  39.       sprite = tmLn[i];
  40.       if (sprite.charAt(0) == 's') {
  41.         if (sprite.obj) {
  42.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  43.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  44.             keyFrm=1;
  45.             for (j=0; j<sprite.values.length; j++) {
  46.               props = sprite.values[j]; 
  47.               if (numKeyFr != props.length) {
  48.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  49.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  50.               } else {
  51.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  52.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  53.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  54.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  55.         } } } } }
  56.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  57.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  58.   } }
  59. }
  60.  
  61. function MM_timelineGoto(tmLnName, fNew, numGotos) { 
  62.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  63.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  64.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  65.   tmLn = document.MM_Time[tmLnName];
  66.   if (numGotos != null)
  67.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  68.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  69.   jmpFwd = (fNew > tmLn.curFrame);
  70.   for (i = 0; i < tmLn.length; i++) {
  71.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  72.     if (sprite.charAt(0) == "s") {
  73.       numKeyFr = sprite.keyFrames.length;
  74.       firstKeyFr = sprite.keyFrames[0];
  75.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  76.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  77.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  78.       for (j=0; j<sprite.values.length; j++) {
  79.         props = sprite.values[j];
  80.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  81.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  82.         if (sprite.obj != null) {
  83.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  84.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  85.       } }
  86.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  87.   }
  88.   tmLn.curFrame = fNew;
  89.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  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(1);
  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 = 41;
  102.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  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["Layer13"];
  107.     else
  108.         document.MM_Time[0][1].obj = document.all ? document.all["Layer13"] : null;
  109.     document.MM_Time[0][1].keyFrames = new Array(1, 15, 27, 40);
  110.     document.MM_Time[0][1].values = new Array(2);
  111.     document.MM_Time[0][1].values[0] = new Array(667,667,667,667,667,667,666,666,666,666,665,665,664,664,663,662,660,658,656,654,652,650,648,646,644,642,640,639,638,637,636,635,634,633,633,631,630,629,628,627);
  112.     document.MM_Time[0][1].values[0].prop = "left";
  113.     document.MM_Time[0][1].values[1] = new Array(13,20,26,33,39,46,53,59,66,73,80,87,95,103,112,125,138,152,167,182,198,213,227,240,252,263,274,280,286,290,294,297,300,303,306,309,312,315,318,321);
  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].lastFrame = 41;
  120.     for (i=0; i<document.MM_Time.length; i++) {
  121.         document.MM_Time[i].ID = null;
  122.         document.MM_Time[i].curFrame = 0;
  123.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  124.     }
  125. }
  126. //-->
  127. </script>
  128. <style type="text/css">
  129. <!--
  130. .Fixed02 {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #ffff99}
  131. -->
  132. </style>
  133. </head>
  134.  
  135. <body bgcolor="#E0AAF8" onLoad="MM_preloadImages('../image/rtbtl-2.gif','1');MM_preloadImages('../image/lftbtl-2.gif','1');MM_preloadImages('../image/middle1.gif','1');MM_timelinePlay('Timeline1')">
  136. <div id="Layer13" style="position:absolute; left:667px; top:13px; width:63px; height:60px; z-index:22"><img src="../image/cfl-5.gif" width="93" height="95"></div>
  137. <div id="Layer14" style="position:absolute; left:156px; top:191px; width:31px; height:34px; z-index:23"><img src="../image/cfl-3.gif" width="33" height="33"></div>
  138. <div id="Layer15" style="position:absolute; left:641px; top:126px; width:33px; height:33px; z-index:24"><img src="../image/cfl-3.gif" width="33" height="33"></div>
  139. <div id="Layer1" style="position:absolute; left:1px; top:1px; width:540px; height:285px; z-index:1; visibility: visible" class="AlbumTitleStyle"><img src="../image/baby-bk3.gif" width="760" height="420"></div>
  140. <div id="Layer2" style="position:absolute; left:232px; top:49px; width:383px; height:238px; z-index:2; visibility: visible"><img src="../image/bbyorg-1.gif" width="385" height="268" name="uThumb005Dec01"></div>
  141. <div id="Layer3" style="position:absolute; left:68px; top:209; width:92px; height:158px; z-index:3; visibility: visible"><img src="../image/clown.gif" width="140" height="180"></div>
  142. <div id="Layer4" style="position:absolute; left:42px; top:25px; width:51px; height:54px; z-index:4; visibility: visible"><img src="../image/cfl-1.gif" width="55" height="56"></div>
  143. <div id="Layer5" style="position:absolute; left:81px; top:86px; width:50px; height:46px; z-index:5; visibility: visible"><img src="../image/cfl-2.gif" width="70" height="71"></div>
  144. <div id="Layer6" style="position:absolute; left:40px; top:164px; width:38px; height:37px; z-index:7"><img src="../image/cfl-3.gif" width="33" height="33"></div>
  145. <div id="Layer7" style="position:absolute; left:609px; top:8px; width:73px; height:72px; z-index:8"><img src="../image/cfl-4.gif" width="66" height="67"></div>
  146. <div id="Layer9" style="position:absolute; left:688px; top:222px; width:34px; height:35px; z-index:6; visibility: visible"><img src="../image/cfl-6.gif" width="33" height="33"></div>
  147. <div id="Layer11" style="position:absolute; left:386px; top:344px; width:63px; height:50px; z-index:11"><a href="baby_announcement01.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uHomeButton','','../image/middle1.gif',1)"><img name="uHomeButton" border="0" src="../image/middle.gif" width="64" height="63" alt="Home"></a></div>
  148. <div id="Layer10" style="position:absolute; left:274px; top:334px; width:98px; height:64px; z-index:12"><a href="baby_announcement01_4.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uPreviousButton','','../image/lftbtl-2.gif',1)"><img name="uPreviousButton" border="0" src="../image/lftbtl-1.gif" width="98" height="73" alt="Back"></a></div>
  149. <div id="Layer12" style="position:absolute; left:463px; top:340px; width:114px; height:69px; z-index:13"><a href="baby_announcement01_6.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uNextButton','','../image/rtbtl-2.gif',1)"><img name="uNextButton" border="0" src="../image/rtbtl-1.gif" width="107" height="69" alt="Next"></a></div>
  150. <div id="Layer20" style="position:absolute; left:0; top:387px; width:248; height:32; z-index:25"> 
  151.   <p align="center"><a href="http://www.www.novadevelopment.com" class="Fixed02"> 
  152.      </a></p>
  153. </div>
  154. <div id="Layer8" style="position:absolute; left:253px; top:76px; width:336px; height:204px; z-index:21"><img src="../image/bbyorg-6.jpg" width="338" height="220" name="uThumb005"></div>
  155. </body>
  156. </html>
  157.