home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Merry Christmas</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> <!-- .AlbumTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 32pt; color: #009900} .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #009900} --> </style> <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_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_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_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(2); document.MM_Time["Timeline1"] = document.MM_Time[0]; document.MM_Time[0].MM_Name = "Timeline1"; document.MM_Time[0].fps = 30; document.MM_Time[0][0] = new String("behavior"); document.MM_Time[0][0].frame = 31; document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][1] = new String("sprite"); document.MM_Time[0][1].slot = 1; if (ns) document.MM_Time[0][1].obj = document["Layer18"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer18"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 5, 8, 15, 18, 19, 23, 27, 29, 30); document.MM_Time[0][1].values = new Array(2); 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); document.MM_Time[0][1].values[0].prop = "left"; 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); 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].lastFrame = 31; 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: "Arial", "Helvetica", "sans-serif"; font-size: 26pt; color: #FF3333} .ThumbTitleStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; color: #FFFF66} .Fixed02 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99 } .SignStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FFFFCC} --> </style></head> <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"> <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> <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> <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> <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> <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> <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> <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> <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> <div id="Layer11" style="position:absolute; left:3px; top:21px; width:746px; height:31px; z-index:35" class="AlbumTitle"> <div align="center"> <p id="uAlbumTitle" class="AlbumTitleStyle">Merry Christmas</p> </div> </div> <div id="Layer12" style="position:absolute; left:42; top:347; width:197px; height:15px; z-index:32" class="ThumbTitleStyle"> <p align="LEFT" id="uThumbTitle001" class="ThumbTitleStyle">The piersols Preparing Food in the Kitchen, Christmas 2000.</p> </div> <div id="Layer13" style="position:absolute; left:270; top:299; width:200px; height:18px; z-index:33" class="ThumbTitleStyle"> <p align="LEFT" id="uThumbTitle002" class="ThumbTitleStyle">Grandpa with Amanda, Christmas 1999.</p> </div> <div id="Layer15" style="position:absolute; left:499px; top:267px; width:199px; height:22px; z-index:34" class="ThumbTitleStyle"> <p align="LEFT" id="uThumbTitle003" class="ThumbTitleStyle">The Piersols Gathering Around the Tree, Christmas 2000.</p> </div> <div id="Layer16" style="position:absolute; left:122px; top:22px; width:310px; height:79px; z-index:27"> <img src="../Image/Maxx.gif" width="45" height="64"></div> <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> <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> <div id="Layer25" style="position:absolute; left:43; top:177; width:33px; height:31px; z-index:28"> <a href="link1.htm"><img src="../Image/259.gif" width="199" height="166" border="0" name="uThumb001Dec02"></a> </div> <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> <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> <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> <div id="Layer23" style="position:absolute; width:374px; height:21px; z-index:31; left: 185px; top: 433px"> <p align="center"><a href="http://www.novadevelopment.com" class="Fixed02"> </a></p> </div> <div id="Layer9" style="position:absolute; left:0; top:470; width:760; height:100; z-index:30; visibility: hidden"> <p id="uSignature" class="SignStyle" align="left">Input signature here!</p> </div> </body> </html>