home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>Vacation Album</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <script language="JavaScript">
- <!--
- function MM_timelinePlay(tmLnName, myID) { //v1.2
- //Copyright 1997 Macromedia, Inc. All rights reserved.
- var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
- if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
- tmLn = document.MM_Time[tmLnName];
- if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
- if (myID == tmLn.ID) { //if Im newest
- setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
- fNew = ++tmLn.curFrame;
- for (i=0; i<tmLn.length; i++) {
- sprite = tmLn[i];
- if (sprite.charAt(0) == 's') {
- if (sprite.obj) {
- numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
- if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
- keyFrm=1;
- for (j=0; j<sprite.values.length; j++) {
- props = sprite.values[j];
- if (numKeyFr != props.length) {
- if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
- else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
- } else {
- while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
- if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
- if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
- else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
- } } } } }
- } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
- if (fNew > tmLn.lastFrame) tmLn.ID = 0;
- } }
- }
-
- function MM_preloadImages() { //v2.0
- if (document.images) {
- var imgFiles = MM_preloadImages.arguments;
- if (document.preloadArray==null) document.preloadArray = new Array();
- var i = document.preloadArray.length;
- with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
- preloadArray[i] = new Image;
- preloadArray[i++].src = imgFiles[j];
- } }
- }
-
- function MM_swapImage() { //v2.0
- var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
- for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
- objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
- if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
- (objStr.indexOf('document.all[') ==0 && document.all ==null))
- objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
- obj = eval(objStr);
- if (obj != null) {
- swapArray[j++] = obj;
- swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
- obj.src = MM_swapImage.arguments[i+2];
- } }
- document.MM_swapImgData = swapArray; //used for restore
- }
-
- function MM_swapImgRestore() { //v2.0
- if (document.MM_swapImgData != null)
- for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
- document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
- }
-
- function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
- //Copyright 1997 Macromedia, Inc. All rights reserved.
- var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
- if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
- tmLn = document.MM_Time[tmLnName];
- if (numGotos != null)
- if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
- else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
- jmpFwd = (fNew > tmLn.curFrame);
- for (i = 0; i < tmLn.length; i++) {
- sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
- if (sprite.charAt(0) == "s") {
- numKeyFr = sprite.keyFrames.length;
- firstKeyFr = sprite.keyFrames[0];
- lastKeyFr = sprite.keyFrames[numKeyFr - 1];
- if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
- for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
- for (j=0; j<sprite.values.length; j++) {
- props = sprite.values[j];
- if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
- else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
- if (sprite.obj != null) {
- if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
- else sprite.obj[props.prop2][props.prop] = props[propNum];
- } }
- } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
- }
- tmLn.curFrame = fNew;
- if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
- }
-
- function MM_initTimelines() {
- //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
- var ns = navigator.appName == "Netscape";
- document.MM_Time = new Array(1);
- document.MM_Time[0] = new Array(6);
- document.MM_Time["Timeline1"] = document.MM_Time[0];
- document.MM_Time[0].MM_Name = "Timeline1";
- document.MM_Time[0].fps = 15;
- document.MM_Time[0][0] = new String("sprite");
- document.MM_Time[0][0].slot = 1;
- if (ns)
- document.MM_Time[0][0].obj = document["Layer10"];
- else
- document.MM_Time[0][0].obj = document.all ? document.all["Layer10"] : null;
- document.MM_Time[0][0].keyFrames = new Array(1, 20);
- document.MM_Time[0][0].values = new Array(2);
- 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);
- document.MM_Time[0][0].values[0].prop = "left";
- 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);
- document.MM_Time[0][0].values[1].prop = "top";
- if (!ns) {
- document.MM_Time[0][0].values[0].prop2 = "style";
- document.MM_Time[0][0].values[1].prop2 = "style";
- }
- document.MM_Time[0][1] = new String("sprite");
- document.MM_Time[0][1].slot = 1;
- if (ns)
- document.MM_Time[0][1].obj = document["Layer10"];
- else
- document.MM_Time[0][1].obj = document.all ? document.all["Layer10"] : null;
- document.MM_Time[0][1].keyFrames = new Array(25, 44);
- document.MM_Time[0][1].values = new Array(2);
- 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);
- document.MM_Time[0][1].values[0].prop = "left";
- 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);
- document.MM_Time[0][1].values[1].prop = "top";
- if (!ns) {
- document.MM_Time[0][1].values[0].prop2 = "style";
- document.MM_Time[0][1].values[1].prop2 = "style";
- }
- document.MM_Time[0][2] = new String("behavior");
- document.MM_Time[0][2].frame = 23;
- document.MM_Time[0][2].value = "MM_timelineGoto('Timeline1','20')";
- document.MM_Time[0][3] = new String("behavior");
- document.MM_Time[0][3].frame = 45;
- document.MM_Time[0][3].value = "MM_timelineGoto('Timeline1','1')";
- document.MM_Time[0][4] = new String("behavior");
- document.MM_Time[0][4].frame = 1;
- document.MM_Time[0][4].value = "MM_swapImage('document.layers[\\\'Layer10\\\'].document.Image1','document.Image1','../Image/ball.gif','#959337331160')";
- document.MM_Time[0][5] = new String("behavior");
- document.MM_Time[0][5].frame = 20;
- document.MM_Time[0][5].value = "MM_swapImage('document.layers[\\\'Layer10\\\'].document.Image1','document.Image1','../Image/ball-s1.gif','#959337422440')";
- document.MM_Time[0].lastFrame = 45;
- for (i=0; i<document.MM_Time.length; i++) {
- document.MM_Time[i].ID = null;
- document.MM_Time[i].curFrame = 0;
- document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
- }
- }
- //-->
- </script>
- <style type="text/css">
- <!--
- .AlbumTitleStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 36pt; font-style: italic; color: #CCFFCC; text-align: center}
- .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399; text-align: center}
- .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; font-style: normal; color: #FF6666; text-align: center}
- .SignStytle { font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; color: #FF3333; font-weight: bold}
- -->
- </style></head>
-
- <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')">
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <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>
- <div id="Layer26" style="position:absolute; left:5px; top:1px; width:721px; height:52px; z-index:37">
- <p id=uAlbumTitle align="center" class="AlbumTitleStyle">A Day at the Beach</p>
- </div>
- <div id="Layer27" style="position:absolute; left:80px; top:207px; width:215px; height:22px; z-index:36">
- <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here!
- </p>
- </div>
- <div id="Layer28" style="position:absolute; left:332px; top:207px; width:215; height:22; z-index:35">
- <p id="uThumbTitle002" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p>
- </div>
- <div id="Layer29" style="position:absolute; left:79px; top:353px; width:215; height:22; z-index:34">
- <p id="uThumbTitle003" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p>
- </div>
- <div id="Layer30" style="position:absolute; left:337px; top:355px; width:215; height:22; z-index:33">
- <p id="uThumbTitle004" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p>
- </div>
- <div id="Layer31" style="position:absolute; left:534px; top:401px; width:225px; height:35px; z-index:32">
- <p align="left"><a href="http://www.novadevelopment.com/pe/runme.htm" class="Fixed01">
- </a> </p>
- </div>
- <div id="Layer32" style="position:absolute; left:0; top:430; width:760; height:50; z-index:31; visibility: hidden">
- <p id="uSignature" align="left" class="SignStytle">Input
- signature here!</p>
- </div>
- </body>
- </html>
-