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

  1. <html>
  2. <head>
  3. <title>Vacation Album</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_preloadImages() { //v2.0
  40.   if (document.images) {
  41.     var imgFiles = MM_preloadImages.arguments;
  42.     if (document.preloadArray==null) document.preloadArray = new Array();
  43.     var i = document.preloadArray.length;
  44.     with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
  45.       preloadArray[i] = new Image;
  46.       preloadArray[i++].src = imgFiles[j];
  47.   } }
  48. }
  49.  
  50. function MM_swapImage() { //v2.0
  51.   var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  52.   for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
  53.     objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
  54.     if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
  55.         (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
  56.       objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
  57.     obj = eval(objStr);
  58.     if (obj != null) {
  59.       swapArray[j++] = obj;
  60.       swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
  61.       obj.src = MM_swapImage.arguments[i+2];
  62.   } }
  63.   document.MM_swapImgData = swapArray; //used for restore
  64. }
  65.  
  66. function MM_swapImgRestore() { //v2.0
  67.   if (document.MM_swapImgData != null)
  68.     for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
  69.       document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
  70. }
  71.  
  72. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  73.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  74.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  75.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  76.   tmLn = document.MM_Time[tmLnName];
  77.   if (numGotos != null)
  78.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  79.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  80.   jmpFwd = (fNew > tmLn.curFrame);
  81.   for (i = 0; i < tmLn.length; i++) {
  82.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  83.     if (sprite.charAt(0) == "s") {
  84.       numKeyFr = sprite.keyFrames.length;
  85.       firstKeyFr = sprite.keyFrames[0];
  86.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  87.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  88.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  89.       for (j=0; j<sprite.values.length; j++) {
  90.         props = sprite.values[j];
  91.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  92.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  93.         if (sprite.obj != null) {
  94.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  95.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  96.       } }
  97.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  98.   }
  99.   tmLn.curFrame = fNew;
  100.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  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(1);
  107.     document.MM_Time[0] = new Array(6);
  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("sprite");
  112.     document.MM_Time[0][0].slot = 1;
  113.     if (ns)
  114.         document.MM_Time[0][0].obj = document["Layer10"];
  115.     else
  116.         document.MM_Time[0][0].obj = document.all ? document.all["Layer10"] : null;
  117.     document.MM_Time[0][0].keyFrames = new Array(1, 20);
  118.     document.MM_Time[0][0].values = new Array(2);
  119.     document.MM_Time[0][0].values[0] = new Array(-40,-8,24,56,88,120,152,184,216,248,281,313,345,377,409,441,473,505,537,569);
  120.     document.MM_Time[0][0].values[0].prop = "left";
  121.     document.MM_Time[0][0].values[1] = new Array(363,363,363,363,363,363,363,363,363,363,363,363,363,363,363,363,363,363,363,363);
  122.     document.MM_Time[0][0].values[1].prop = "top";
  123.     if (!ns) {
  124.         document.MM_Time[0][0].values[0].prop2 = "style";
  125.         document.MM_Time[0][0].values[1].prop2 = "style";
  126.     }
  127.     document.MM_Time[0][1] = new String("sprite");
  128.     document.MM_Time[0][1].slot = 1;
  129.     if (ns)
  130.         document.MM_Time[0][1].obj = document["Layer10"];
  131.     else
  132.         document.MM_Time[0][1].obj = document.all ? document.all["Layer10"] : null;
  133.     document.MM_Time[0][1].keyFrames = new Array(25, 44);
  134.     document.MM_Time[0][1].values = new Array(2);
  135.     document.MM_Time[0][1].values[0] = new Array(569,537,505,473,441,409,377,345,313,281,249,217,185,153,121,89,57,25,-7,-39);
  136.     document.MM_Time[0][1].values[0].prop = "left";
  137.     document.MM_Time[0][1].values[1] = new Array(363,363,363,363,363,364,364,364,364,364,364,364,364,364,364,365,365,365,365,365);
  138.     document.MM_Time[0][1].values[1].prop = "top";
  139.     if (!ns) {
  140.         document.MM_Time[0][1].values[0].prop2 = "style";
  141.         document.MM_Time[0][1].values[1].prop2 = "style";
  142.     }
  143.     document.MM_Time[0][2] = new String("behavior");
  144.     document.MM_Time[0][2].frame = 23;
  145.     document.MM_Time[0][2].value = "MM_timelineGoto('Timeline1','20')";
  146.     document.MM_Time[0][3] = new String("behavior");
  147.     document.MM_Time[0][3].frame = 45;
  148.     document.MM_Time[0][3].value = "MM_timelineGoto('Timeline1','1')";
  149.     document.MM_Time[0][4] = new String("behavior");
  150.     document.MM_Time[0][4].frame = 1;
  151.     document.MM_Time[0][4].value = "MM_swapImage('document.layers[\\\'Layer10\\\'].document.Image1','document.Image1','../Image/ball.gif','#959337331160')";
  152.     document.MM_Time[0][5] = new String("behavior");
  153.     document.MM_Time[0][5].frame = 20;
  154.     document.MM_Time[0][5].value = "MM_swapImage('document.layers[\\\'Layer10\\\'].document.Image1','document.Image1','../Image/ball-s1.gif','#959337422440')";
  155.     document.MM_Time[0].lastFrame = 45;
  156.     for (i=0; i<document.MM_Time.length; i++) {
  157.         document.MM_Time[i].ID = null;
  158.         document.MM_Time[i].curFrame = 0;
  159.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  160.     }
  161. }
  162. //-->
  163. </script>
  164. <style type="text/css">
  165. <!--
  166. .AlbumTitleStyle {  font-family: "Times New Roman", "Times", "serif"; font-size: 36pt; font-style: italic; color: #CCFFCC; text-align: center}
  167. .Fixed01 {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399; text-align: center}
  168. .ThumbTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; font-style: normal; color: #FF6666; text-align: center}
  169. .SignStytle {  font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; color: #FF3333; font-weight: bold}
  170. -->
  171. </style></head>
  172.  
  173. <body background="../Image/bch-bk.jpg" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../Image/ball1.gif','#959336967440');MM_preloadImages('../Image/ball.gif','#959337331160');MM_preloadImages('../Image/ball-s1.gif','#959337422440');MM_preloadImages('../Image/btn_nxt2.gif','#959663216910');MM_preloadImages('../Image/btn_nxt1.gif','#959663278430');MM_preloadImages('../Image/btn_pre2.gif','#959666550400');MM_preloadImages('../Image/btn_pre1.gif','#959666565010');MM_preloadImages('../Image/btn_home2.gif','#959666585000');MM_preloadImages('../Image/btn_home1.gif','#959666597580')">
  174. <div id="Layer1" style="position:absolute; left:0px; top:0px; width:665px; height:37px; z-index:1"><img src="../Image/sky.jpg" width="760" height="74" name="Image2" class="AlbumTitleStyle"></div>
  175. <div id="Layer2" style="position:absolute; left:0px; top:75px; width:600px; height:116px; z-index:2"><img src="../Image/beach.gif" width="760" height="241"></div>
  176. <div id="Layer3" style="position:absolute; left:521px; top:129px; width:211px; height:179px; z-index:3"><img src="../Image/vac-table.gif" width="238" height="279"></div>
  177. <div id="Layer4" style="position:absolute; left:599px; top:72px; width:5px; height:20px; z-index:4"><img src="../Image/sailboat.gif" width="28" height="38"></div>
  178. <div id="Layer5" style="position:absolute; left:298px; top:124px; width:25px; height:0px; z-index:5"><img src="../Image/bird.gif" width="58" height="25"></div>
  179. <div id="Layer7" style="position:absolute; left:0px; top:71px; width:38px; height:50px; z-index:4"><img src="../Image/sailboat.gif" width="55" height="76"></div>
  180. <div id="Layer6" style="position:absolute; left:536px; top:6px; width:9px; height:0px; z-index:6"><img src="../Image/bird.gif" width="44" height="18"></div>
  181. <div id="Layer8" style="position:absolute; left:38px; top:69px; width:21px; height:1px; z-index:7"><img src="../Image/bird.gif" width="58" height="25"></div>
  182. <div id="Layer9" style="position:absolute; left:110px; top:7px; width:10px; height:0px; z-index:8"><img src="../Image/bird.gif" width="34" height="14"></div>
  183. <div id="Layer10" style="position:absolute; left:-40px; top:363px; width:41px; height:35px; z-index:9"><a href="#" onMouseOver="MM_swapImage('document.layers[\'Layer10\'].document.Image1','document.Image1','../Image/ball1.gif','#959336967440');MM_timelineGoto('Timeline1','25')"><img src="../Image/ball.gif" width="45" height="45" border="0" name="Image1"></a></div>
  184. <div id="Layer11" style="position:absolute; left:91; top:74; width:174px; height:107px; z-index:10"><img src="../Image/frames_bk.gif" width="190" height="136" name="uThumboo1Dec02"></div>
  185. <div id="Layer12" style="position:absolute; left:91; top:221; width:159px; height:98px; z-index:11"><img src="../Image/frames_bk.gif" width="190" height="136" name="uThumb003Dec02"></div>
  186. <div id="Layer13" style="position:absolute; left:343; top:74; width:189px; height:140px; z-index:12"><img src="../Image/frames_bk.gif" width="190" height="136" name="uThumb002Dec02"></div>
  187. <div id="Layer14" style="position:absolute; left:345; top:222; width:194px; height:136px; z-index:13"><img src="../Image/frames_bk.gif" width="190" height="136" name="uThumb004Dec02"></div>
  188. <div id="Layer15" style="position:absolute; left:109px; top:93px; width:123px; height:93px; z-index:14"><img src="../Image/vac-photos1.jpg" width="150" height="98" name="uThumb001"></div>
  189. <div id="Layer16" style="position:absolute; left:362px; top:93px; width:129px; height:60px; z-index:15"><img src="../Image/vac-photos2.jpg" width="149" height="98" name="uThumb002"></div>
  190. <div id="Layer17" style="position:absolute; left:109px; top:239px; width:118px; height:92px; z-index:16"><img src="../Image/vac-photos3.jpg" width="150" height="99" name="uThumb003"></div>
  191. <div id="Layer18" style="position:absolute; left:364px; top:242px; width:125px; height:79px; z-index:17"><img src="../Image/vac-photos4.jpg" width="149" height="97" name="uThumb004"></div>
  192. <div id="Layer19" style="position:absolute; left:105; top:87; width:159px; height:110px; z-index:18"><a href="vacation01_1.htm"><img src="../Image/vac-frames.gif" width="161" height="111" border="0" name="uThumb001Dec01"></a></div>
  193. <div id="Layer20" style="position:absolute; left:357; top:86; width:157px; height:108px; z-index:19"><a href="vacation01_2.htm"><img src="../Image/vac-frames.gif" width="161" height="111" border="0" name="uThumb002Dec01"></a></div>
  194. <div id="Layer21" style="position:absolute; left:105; top:234; width:161px; height:108px; z-index:20"><a href="vacation01_3.htm"><img src="../Image/vac-frames.gif" width="161" height="111" border="0" name="uThumb003Dec01"></a></div>
  195. <div id="Layer22" style="position:absolute; left:359; top:235; width:158px; height:108px; z-index:21"><a href="vacation01_4.htm"><img src="../Image/vac-frames.gif" width="161" height="111" border="0" name="uThumb004Dec01"></a></div>
  196. <div id="Layer23" style="position:absolute; left:348px; top:365px; width:90px; height:45px; z-index:22"><a href="#" onMouseOver="MM_swapImage('document.layers[\'Layer23\'].document.uNextButton','document.uNextButton','../Image/btn_nxt2.gif','#959663216910')" onMouseOut="MM_swapImage('document.layers[\'Layer23\'].document.uNextButton','document.uNextButton','../Image/btn_nxt1.gif','#959663278430')"><img src="../Image/btn_nxt1.gif" width="123" height="41" border="0" name="uNextButton" alt="Next"></a></div>
  197. <div id="Layer24" style="position:absolute; left:304px; top:344px; width:21px; height:55px; z-index:23"><a href="vacation01.htm" onMouseOver="MM_swapImage('document.layers[\'Layer24\'].document.uHomeButton','document.uHomeButton','../Image/btn_home2.gif','#959666585000')" onMouseOut="MM_swapImage('document.layers[\'Layer24\'].document.uHomeButton','document.uHomeButton','../Image/btn_home1.gif','#959666597580')"><img src="../Image/btn_home1.gif" width="22" height="66" border="0" name="uHomeButton" alt="Home"></a></div>
  198. <div id="Layer25" style="position:absolute; left:155px; top:369px; width:125px; height:33px; z-index:24"><a href="#" onMouseOver="MM_swapImage('document.layers[\'Layer25\'].document.uPreviousButton','document.uPreviousButton','../Image/btn_pre2.gif','#959666550400')" onMouseOut="MM_swapImage('document.layers[\'Layer25\'].document.uPreviousButton','document.uPreviousButton','../Image/btn_pre1.gif','#959666565010')"><img src="../Image/btn_pre1.gif" width="123" height="41" border="0" name="uPreviousButton" alt="Back"></a></div>
  199. <div id="Layer26" style="position:absolute; left:5px; top:1px; width:721px; height:52px; z-index:37"> 
  200.   <p id=uAlbumTitle align="center" class="AlbumTitleStyle">A Day at the Beach</p>
  201. </div>
  202. <div id="Layer27" style="position:absolute; left:80px; top:207px; width:215px; height:22px; z-index:36"> 
  203.   <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here!
  204. </p>
  205. </div>
  206. <div id="Layer28" style="position:absolute; left:332px; top:207px; width:215; height:22; z-index:35"> 
  207.   <p id="uThumbTitle002" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p>
  208. </div>
  209. <div id="Layer29" style="position:absolute; left:79px; top:353px; width:215; height:22; z-index:34"> 
  210.   <p id="uThumbTitle003" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p>
  211. </div>
  212. <div id="Layer30" style="position:absolute; left:337px; top:355px; width:215; height:22; z-index:33"> 
  213.   <p id="uThumbTitle004" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p>
  214. </div>
  215. <div id="Layer31" style="position:absolute; left:534px; top:401px; width:225px; height:35px; z-index:32"> 
  216.   <p align="left"><a href="http://www.novadevelopment.com/pe/runme.htm" class="Fixed01"> 
  217.      </a> </p>
  218. </div>
  219. <div id="Layer32" style="position:absolute; left:0; top:430; width:760; height:50; z-index:31; visibility: hidden"> 
  220.   <p id="uSignature" align="left" class="SignStytle">Input 
  221.     signature here!</p>
  222. </div>
  223. </body>
  224. </html>
  225.