home *** CD-ROM | disk | FTP | other *** search
Wrap
<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_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_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(4); document.MM_Time["Timeline1"] = document.MM_Time[0]; document.MM_Time[0].MM_Name = "Timeline1"; document.MM_Time[0].fps = 10; document.MM_Time[0][0] = new String("sprite"); document.MM_Time[0][0].slot = 1; if (ns) document.MM_Time[0][0].obj = document["Layer4"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer4"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 44); document.MM_Time[0][0].values = new Array(3); document.MM_Time[0][0].values[0] = new Array(244,238,232,226,220,214,208,202,196,190,184,178,172,166,160,154,148,142,136,130,124,118,111,105,99,93,87,81,75,69,63,57,51,45,39,33,27,21,15,9,3,-3,-9,-15); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325,325); 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][0].values[2] = new Array(33,34,36,38,40,42,44,46,48,49,51,53,55,57,59,61,63,65,66,68,70,72,74,76,78,80,81,83,85,87,89,91,93,95,97,98,100,102,104,106,108,110,112,114); document.MM_Time[0][0].values[2].prop = "width"; if (!ns) document.MM_Time[0][0].values[2].prop2 = "style"; document.MM_Time[0][1] = new String("behavior"); document.MM_Time[0][1].frame = 50; document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][2] = new String("behavior"); document.MM_Time[0][2].frame = 44; document.MM_Time[0][2].value = "MM_showHideLayers('document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','hide')"; document.MM_Time[0][3] = new String("behavior"); document.MM_Time[0][3].frame = 1; document.MM_Time[0][3].value = "MM_showHideLayers('document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','show')"; document.MM_Time[0].lastFrame = 50; document.MM_Time[1] = new Array(4); 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][0] = new String("sprite"); document.MM_Time[1][0].slot = 1; if (ns) document.MM_Time[1][0].obj = document["Layer6"]; else document.MM_Time[1][0].obj = document.all ? document.all["Layer6"] : null; document.MM_Time[1][0].keyFrames = new Array(1, 35); document.MM_Time[1][0].values = new Array(2); document.MM_Time[1][0].values[0] = new Array(476,479,482,485,488,491,494,497,500,503,506,509,512,515,518,521,524,527,530,533,536,539,542,545,548,551,554,557,560,563,566,569,572,575,578); document.MM_Time[1][0].values[0].prop = "left"; document.MM_Time[1][0].values[1] = new Array(333,334,335,336,338,339,340,341,342,343,344,346,347,348,349,350,351,353,354,355,356,357,358,359,361,362,363,364,365,366,367,369,370,371,372); document.MM_Time[1][0].values[1].prop = "top"; if (!ns) { document.MM_Time[1][0].values[0].prop2 = "style"; document.MM_Time[1][0].values[1].prop2 = "style"; } document.MM_Time[1][1] = new String("behavior"); document.MM_Time[1][1].frame = 40; document.MM_Time[1][1].value = "MM_timelineGoto('Timeline2','1')"; document.MM_Time[1][2] = new String("behavior"); document.MM_Time[1][2].frame = 1; document.MM_Time[1][2].value = "MM_showHideLayers('document.layers[\\\'Layer6\\\']','document.all[\\\'Layer6\\\']','show')"; document.MM_Time[1][3] = new String("behavior"); document.MM_Time[1][3].frame = 35; document.MM_Time[1][3].value = "MM_showHideLayers('document.layers[\\\'Layer6\\\']','document.all[\\\'Layer6\\\']','hide')"; document.MM_Time[1].lastFrame = 40; 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"> <!-- .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399} --> </style></head> <body bgcolor="#FFFFFF" background="../image/re-bk2.jpg" onLoad="MM_preloadImages('../image/pre2.gif','#923684298380');MM_preloadImages('../image/home2.gif','#923684311780');MM_preloadImages('../image/re-next2.gif','#923684324360');MM_timelinePlay('Timeline2');MM_timelinePlay('Timeline1')" link="#003399" vlink="#003399" alink="#003399"> <div id="Layer1" style="position:absolute; left:38px; top:125px; width:31px; height:29px; z-index:2"><img src="../image/r3-main.gif" width="650" height="289"></div> <div id="Layer2" style="position:absolute; left:31px; top:29px; width:40px; height:34px; z-index:3"><img src="../image/re-frame.gif" width="662" height="390"></div> <div id="Layer15" style="position:absolute; left:128px; top:62px; width:93px; height:58px; z-index:15"> <img src="../Image/pbk3.jpg" width="358" height="239" name="uThumb003Dec02"> </div> <div id="Layer16" style="position:absolute; left:127px; top:58px; width:67px; height:55px; z-index:16"><img src="../Image/photo5.jpg" width="359" height="248" name="uThumb003"></div> <div id="Layer17" style="position:absolute; left:118px; top:53px; width:97px; height:77px; z-index:17"><img src="../image/pm5.gif" width="378" height="258" border="0" name="uThumb003Dec01"></div> <div id="Layer18" style="position:absolute; left:245px; top:420px; width:47px; height:41px; z-index:18"><a href="f-reunion2.htm" 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:324px; top:420px; 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:393px; top:420px; width:29px; height:51px; z-index:20"><a href="f-reunion4.htm" 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="Layer22" style="position:absolute; width:254px; height:27px; z-index:30; left: 3px; top: 426px"> <p align="left"><a href="http://www.novadevelopment.com" class="Fixed01"> </a></p> </div> <div id="Layer3" style="position:absolute; width:31px; height:26px; z-index:32; left: 127px; top: 315px"><img src="../image/r3-manleft.gif" width="93" height="82"></div> <div id="Layer4" style="position:absolute; width:33px; height:26px; z-index:31; left: 244px; top: 325px"><img src="../image/r3-dog-ani.gif" width="127" height="81"></div> <div id="Layer5" style="position:absolute; width:33px; height:29px; z-index:32; left: 404px; top: 316px"><img src="../image/r3-girlright.gif" width="50" height="89"></div> <div id="Layer6" style="position:absolute; width:36px; height:28px; z-index:33; left: 476px; top: 333px"><img src="../image/r3-child-ani.gif" width="108" height="60"></div> </body> </html>