home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>Family Reunion</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <script language="JavaScript">
- <!--
- <!--
- 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_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_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_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_showHideLayers() { //v2.0
- var i, visStr, args, theObj;
- args = MM_showHideLayers.arguments;
- for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
- visStr = args[i+2];
- if (navigator.appName == 'Netscape' && document.layers != null) {
- theObj = eval(args[i]);
- if (theObj) theObj.visibility = visStr;
- } else if (document.all != null) { //IE
- if (visStr == 'show') visStr = 'visible'; //convert vals
- if (visStr == 'hide') visStr = 'hidden';
- theObj = eval(args[i+1]);
- if (theObj) theObj.style.visibility = visStr;
- } }
- }
-
-
- //-->
-
- function MM_initTimelines() {
- //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
- var ns = navigator.appName == "Netscape";
- document.MM_Time = new Array(2);
- 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 = 15;
- document.MM_Time[0][0] = new String("behavior");
- document.MM_Time[0][0].frame = 1;
- document.MM_Time[0][0].value = "MM_showHideLayers('document.layers[\\\'Layer23\\\']','document.all[\\\'Layer23\\\']','show')";
- document.MM_Time[0][1] = new String("sprite");
- document.MM_Time[0][1].slot = 1;
- if (ns)
- document.MM_Time[0][1].obj = document["Layer23"];
- else
- document.MM_Time[0][1].obj = document.all ? document.all["Layer23"] : null;
- document.MM_Time[0][1].keyFrames = new Array(1, 20);
- document.MM_Time[0][1].values = new Array(3);
- document.MM_Time[0][1].values[0] = new Array(562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562);
- document.MM_Time[0][1].values[0].prop = "left";
- document.MM_Time[0][1].values[1] = new Array(166,160,153,147,141,135,128,122,116,110,103,97,91,85,78,72,66,60,53,47);
- 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][1].values[2] = new Array("1","23");
- document.MM_Time[0][1].values[2].prop = "zIndex";
- if (!ns)
- document.MM_Time[0][1].values[2].prop2 = "style";
- document.MM_Time[0].lastFrame = 20;
- document.MM_Time[1] = new Array(0);
- document.MM_Time["Timeline2"] = document.MM_Time[1];
- document.MM_Time[1].MM_Name = "Timeline2";
- document.MM_Time[1].fps = 15;
- document.MM_Time[1].lastFrame = 0;
- 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: 26pt; font-style: italic; color: #FF9999}
- .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #FF9898; font-weight: bold}
- .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399}
- .SignStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #3333FF}
- -->
- </style></head>
-
- <body bgcolor="#FFFFFF" background="../image/fam-bk1.jpg" onLoad="MM_preloadImages('../image/pre2.gif','#923684298380');MM_preloadImages('../image/home2.gif','#923684311780');MM_preloadImages('../image/re-home2.gif','#923684311780');MM_preloadImages('../image/re-next2.gif','#923684324360');MM_timelinePlay('Timeline1');MM_timelinePlay('Timeline2')" link="#003399" vlink="#003399" alink="#003399">
- <div id="Layer1" style="position:absolute; left:27px; top:40px; width:555px; height:348px; z-index:2"><img src="../image/f-main.gif" width="650" height="380"></div>
- <div id="Layer2" style="position:absolute; left:21px; top:36px; width:41px; height:33px; z-index:3"><img src="../image/re-frame.gif" width="662" height="390"></div>
- <div id="Layer3" style="position:absolute; left:316px; top:259px; width:89px; height:59px; z-index:4"><img src="../Image/spbk1.jpg" width="109" height="72" name="uThumb004Dec02"></div>
- <div id="Layer4" style="position:absolute; left:313px; top:258px; width:97px; height:68px; z-index:4"><img src="../Image/sphoto1.jpg" width="112" height="75" name="uThumb004"></div>
- <div id="Layer5" style="position:absolute; left:311px; top:255px; width:116px; height:70px; z-index:5"><a href="f-reunion4.htm"><img src="../image/sm1.gif" width="118" height="80" border="0" name="uThumb004Dec01"></a></div>
- <div id="Layer6" style="position:absolute; left:470px; top:236px; width:97px; height:67px; z-index:6"><img src="../Image/spbk3.jpg" width="109" height="72" name="uThumb005Dec02"></div>
- <div id="Layer7" style="position:absolute; left:471px; top:236px; width:77px; height:61px; z-index:7"><img src="../Image/sphoto2.jpg" width="109" height="72" name="uThumb005"></div>
- <div id="Layer8" style="position:absolute; left:466px; top:232px; width:120px; height:74px; z-index:8"><a href="f-reunion5.htm"><img src="../image/sm2.gif" width="118" height="80" border="0" name="uThumb005Dec01"></a></div>
- <div id="Layer9" style="position:absolute; left:374px; top:120px; width:93px; height:64px; z-index:9"><img src="../Image/spbk4.jpg" width="109" height="72" name="uThumb002Dec02"></div>
- <div id="Layer10" style="position:absolute; left:375px; top:120px; width:84px; height:56px; z-index:10"><img src="../Image/sphoto3.jpg" width="108" height="71" name="uThumb002"></div>
- <div id="Layer11" style="position:absolute; left:370px; top:115px; width:105px; height:72px; z-index:11"><a href="f-reunion2.htm"><img src="../image/sm3.gif" width="118" height="80" border="0" name="uThumb002Dec01"></a></div>
- <div id="Layer12" style="position:absolute; left:192px; top:94px; width:82px; height:59px; z-index:12"><img src="../Image/spbk1.jpg" width="109" height="72" name="uThumb001Dec02"></div>
- <div id="Layer13" style="position:absolute; left:191px; top:94px; width:74px; height:59px; z-index:13"><img src="../Image/sphoto4.jpg" width="110" height="70" name="uThumb001"></div>
- <div id="Layer14" style="position:absolute; left:187px; top:89px; width:28px; height:24px; z-index:14"><a href="f-reunion1.htm"><img src="../image/sm4.gif" width="118" height="81" border="0" name="uThumb001Dec01"></a></div>
- <div id="Layer15" style="position:absolute; left:164px; top:216px; width:16px; height:0px; z-index:15">
- <img src="../image/spbk3.jpg" width="109" height="72" name="uThumb003Dec02">
- </div>
- <div id="Layer16" style="position:absolute; left:164px; top:215px; width:67px; height:55px; z-index:16"><img src="../Image/sphoto5.jpg" width="110" height="72" name="uThumb003"></div>
- <div id="Layer17" style="position:absolute; left:160px; top:211px; width:97px; height:77px; z-index:17"><a href="f-reunion3.htm"><img src="../image/sm5.gif" width="118" height="80" border="0" name="uThumb003Dec01"></a></div>
- <div id="Layer18" style="position:absolute; left:259px; top:428px; width:47px; height:41px; z-index:18"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer18\'].document.uPreviousButton','document.uPreviousButton','../image/pre2.gif','#923684298380')"><img src="../image/pre1.gif" width="46" height="52" border="0" name="uPreviousButton" alt="Back"></a></div>
- <div id="Layer19" style="position:absolute; left:336px; top:428px; width:29px; height:52px; z-index:19"><a href="Reunion.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer19\'].document.uHomeButton','document.uHomeButton','../image/re-home2.gif','#923684311780')"><img src="../image/re-home1.gif" width="38" height="52" border="0" name="uHomeButton" alt="Home"></a></div>
- <div id="Layer20" style="position:absolute; left:406px; top:428px; width:29px; height:51px; z-index:20"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer20\'].document.uNextButton','document.uNextButton','../image/re-next2.gif','#923684324360')"><img src="../image/re-next1.gif" width="46" height="52" border="0" name="uNextButton" alt="Next"></a></div>
- <div id="Layer21" style="position:absolute; left:29px; top:-6px; width:656px; height:54px; z-index:38">
- <div align="center">
- <p id="uAlbumTitle" class="AlbumTitleStyle">Family Reunion</p></div>
- </div>
- <div id="Layer23" style="position:absolute; width:42px; height:34px; z-index:1; left: 562px; top: 166px; visibility: hidden"><img src="../image/sun.gif" width="104" height="96"></div>
- <div id="Layer24" style="position:absolute; width:236px; height:33px; z-index:33; left: 68px; top: 172px">
- <div align="center">
- <p id="uThumbTitle001" class="ThumbTitleStyle" align="right">The Wilson Family.</p>
- </div>
- </div>
- <div id="Layer25" style="position:absolute; width:243px; height:31px; z-index:34; left: 370px; top: 197px">
- <div align="center">
- <p id="uThumbTitle002" class="ThumbTitleStyle" align="left">Dad and Jennifer.</p>
- </div>
- </div>
- <div id="Layer26" style="position:absolute; width:231px; height:35px; z-index:35; left: 46px; top: 293px">
- <div align="center">
- <p id="uThumbTitle003" class="ThumbTitleStyle" align="right">Granpa and Joyce.</p>
- </div>
- </div>
- <div id="Layer27" style="position:absolute; width:238px; height:44px; z-index:36; left: 191px; top: 336px">
- <div align="center">
- <p id="uThumbTitle004" class="ThumbTitleStyle" align="right">Letting lose
- at grandma's house.</p>
- </div>
- </div>
- <div id="Layer28" style="position:absolute; width:208px; height:33px; z-index:37; left: 467px; top: 314px">
- <div align="center">
- <p id="uThumbTitle005" class="ThumbTitleStyle" align="left">The Wilsons at
- the beach.</p>
- </div>
- </div>
- <div id="Layer22" style="position:absolute; width:254px; height:27px; z-index:32; left: 3px; top: 426px">
- <p align="left"><a href="http://www.novadevelopment.com" class="Fixed01">
- </a></p>
- </div>
- <div id="Layer29" style="position:absolute; left:0; top:480; width:760; height:100; z-index:31; visibility: hidden">
- <p id="uSignature" align="left" class="SignStyle">Input signature here!</p>
- </div>
- </body>
- </html>
-