home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Summer Album</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_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(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["Layer2"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer2"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 20, 35, 50); document.MM_Time[0][0].values = new Array(3); document.MM_Time[0][0].values[0] = new Array(649,651,653,655,658,660,662,665,667,669,671,673,675,677,678,679,679,678,676,671,661,650,638,626,614,600,587,573,559,546,534,522,511,500,491,486,484,485,487,489,492,495,498,501,504,507,510,513,516,519); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(103,108,112,117,121,125,130,134,139,143,148,152,157,162,168,174,180,186,192,197,202,206,209,211,212,214,215,217,218,220,221,223,225,228,232,237,244,251,256,262,266,270,274,278,282,285,289,293,297,301); 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("8","24","24","24"); document.MM_Time[0][0].values[2].prop = "zIndex"; 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 = 51; document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][2] = new String("sprite"); document.MM_Time[0][2].slot = 2; if (ns) document.MM_Time[0][2].obj = document["Layer16"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer16"] : null; document.MM_Time[0][2].keyFrames = new Array(1, 10, 20, 30, 40, 50); document.MM_Time[0][2].values = new Array(3); document.MM_Time[0][2].values[0] = new Array(35,37,38,39,41,42,44,46,48,51,52,53,53,54,54,54,55,55,56,58,61,64,67,69,71,74,76,78,80,83,84,85,85,84,84,84,83,83,83,83,84,85,86,87,87,88,88,89,89,90); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(223,221,219,216,214,212,210,208,206,205,208,211,215,219,222,226,230,234,237,240,240,239,238,236,234,233,231,230,228,228,230,233,235,237,240,242,244,246,248,250,249,248,247,245,244,243,242,240,239,238); document.MM_Time[0][2].values[1].prop = "top"; if (!ns) { document.MM_Time[0][2].values[0].prop2 = "style"; document.MM_Time[0][2].values[1].prop2 = "style"; } document.MM_Time[0][2].values[2] = new Array("7","20","20","20","20","20"); document.MM_Time[0][2].values[2].prop = "zIndex"; if (!ns) document.MM_Time[0][2].values[2].prop2 = "style"; document.MM_Time[0][3] = new String("sprite"); document.MM_Time[0][3].slot = 3; if (ns) document.MM_Time[0][3].obj = document["Layer4"]; else document.MM_Time[0][3].obj = document.all ? document.all["Layer4"] : null; document.MM_Time[0][3].keyFrames = new Array(1, 50); document.MM_Time[0][3].values = new Array(3); document.MM_Time[0][3].values[0] = new Array(502,502,502,502,503,503,503,503,503,503,503,504,504,504,504,504,504,504,505,505,505,505,505,505,505,506,506,506,506,506,506,506,507,507,507,507,507,507,507,508,508,508,508,508,508,508,509,509,509,509); document.MM_Time[0][3].values[0].prop = "left"; document.MM_Time[0][3].values[1] = new Array(329,329,330,330,331,331,332,332,333,333,333,334,334,335,335,336,336,337,337,338,338,338,339,339,340,340,341,341,342,342,342,343,343,344,344,345,345,346,346,347,347,347,348,348,349,349,350,350,351,351); document.MM_Time[0][3].values[1].prop = "top"; if (!ns) { document.MM_Time[0][3].values[0].prop2 = "style"; document.MM_Time[0][3].values[1].prop2 = "style"; } document.MM_Time[0][3].values[2] = new Array("9","8"); document.MM_Time[0][3].values[2].prop = "zIndex"; if (!ns) document.MM_Time[0][3].values[2].prop2 = "style"; document.MM_Time[0].lastFrame = 51; 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: 32pt; font-style: italic; color: #FF3333} .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; font-style: normal; font-weight: normal; color: #FFFFFF} .SignStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FFFF99} .Fixed02 { font-size: 7pt; font-style: italic; color: #FFFF99; font-family: "Arial", "Helvetica", "sans-serif"} --> </style></head> <body onLoad="MM_preloadImages('../image/buttonm_1.gif','#966582686730');MM_preloadImages('../image/buttonr_1.gif','#966584778180');MM_preloadImages('../image/buttonl_1.gif','#966586387000');MM_timelinePlay('Timeline1');MM_preloadImages('../image/sun1.gif','#967463642060')" bgcolor="#0040E0"> <div id="Layer4" style="position:absolute; left:502px; top:329px; width:103px; height:69px; z-index:9"><img src="../image/waves-1.gif" width="100" height="64"></div> <div id="Layer6" style="position:absolute; left:123px; top:94px; width:137px; height:93px; z-index:33"><a href="general01_1.htm"><img src="../image/zyba-1.jpg" width="148" height="98" name="uThumb001" border="0"></a></div> <div id="Layer7" style="position:absolute; left:291px; top:95px; width:27px; height:24px; z-index:34"><a href="general01_2.htm"><img src="../image/zyba-2.jpg" width="150" height="98" name="uThumb002" border="0"></a></div> <div id="Layer8" style="position:absolute; left:461px; top:95px; width:37px; height:31px; z-index:35"><a href="general01_3.htm"><img src="../image/zyba-3.jpg" width="150" height="98" name="uThumb003" border="0"></a></div> <div id="Layer9" style="position:absolute; left:199px; top:224px; width:37px; height:24px; z-index:31"><a href="general01_4.htm"><img src="../image/zyba-4.jpg" width="150" height="98" name="uThumb004" border="0"></a></div> <div id="Layer10" style="position:absolute; left:372px; top:224px; width:27px; height:25px; z-index:32"><a href="general01_5.htm"><img src="../image/zyba-5.jpg" width="150" height="98" name="uThumb005" border="0"></a></div> <div id="Layer14" style="position:absolute; left:87px; top:342px; width:50px; height:43px; z-index:18"><img src="../image/sea1.gif" width="93" height="19"></div> <div id="Layer15" style="position:absolute; left:20px; top:177px; width:54px; height:28px; z-index:19"><img src="../image/sea2.gif" width="93" height="19"></div> <div id="Layer16" style="position:absolute; left:35px; top:223px; width:61px; height:44px; z-index:7"><img src="../image/sea3.gif" width="134" height="75"></div> <div id="Layer19" style="position:absolute; left:109px; top:31px; width:45px; height:40px; z-index:3"><img src="../image/clouds1.gif" width="295" height="121"></div> <div id="Layer20" style="position:absolute; left:450px; top:21px; width:18px; height:15px; z-index:4"><img src="../image/cloud.gif" width="295" height="121"></div> <div id="Layer1" style="position:absolute; left:11; top:36; width:33px; height:33px; z-index:23"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer1\'].document.Image1','document.Image1','../image/sun1.gif','#967463642060')"><img src="../image/sun.gif" width="90" height="87" name="Image1" border="0"></a></div> <div id="Layer2" style="position:absolute; left:649px; top:103px; width:15px; height:25px; z-index:8"><img src="../image/man.gif" width="92" height="103"></div> <div id="Layer3" style="position:absolute; left:303px; top:352px; width:20px; height:35px; z-index:25"><a href="general01.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer3\'].document.uHomeButton','document.uHomeButton','../image/buttonm_1.gif','#966582686730')"><img src="../image/buttonm.gif" width="125" height="70" border="0" name="uHomeButton" alt="Home"></a></div> <div id="Layer12" style="position:absolute; left:220px; top:354px; width:4px; height:49px; z-index:27"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer12\'].document.uPreviousButton','document.uPreviousButton','../image/buttonr_1.gif','#966584778180')"><img src="../image/buttonr.gif" width="73" height="77" border="0" name="uPreviousButton" alt="Back"></a></div> <div id="Layer11" style="position:absolute; left:440px; top:355px; width:23px; height:38px; z-index:28"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer11\'].document.uNextButton','document.uNextButton','../image/buttonl_1.gif','#966586387000')"><img src="../image/buttonl.gif" width="73" height="77" border="0" name="uNextButton" alt="Next"></a></div> <div id="Layer13" style="position:absolute; left:596px; top:236px; width:48px; height:70px; z-index:29"><img src="../image/land.gif" width="166" height="186"></div> <div id="Layer21" style="position:absolute; left:0px; top:11px; width:747; height:52; z-index:44"> <p id="uAlbumTitle" align="center" class="AlbumTitleStyle">Those Lazy Days of Summer</p> </div> <div id="Layer22" style="position:absolute; left:122px; top:193px; width:149px; height:22px; z-index:36"> <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here! </div> <div id="Layer23" style="position:absolute; left:291px; top:193px; width:149; height:22; z-index:37"> <p id="uThumbTitle002" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer24" style="position:absolute; left:461px; top:193px; width:149; height:22; z-index:38"> <p id="uThumbTitle003" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer25" style="position:absolute; left:199px; top:324px; width:149; height:22; z-index:39"> <p id="uThumbTitle004" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer26" style="position:absolute; left:372px; top:324; width:149; height:22; z-index:41"> <p id="uThumbTitle005"align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer28" style="position:absolute; left:0; top:-19; width:758; height:422; z-index:1"><img src="../image/air.gif" width="778" height="402"></div> <div id="Layer27" style="position:absolute; left:2px; top:430px; width:760; height:50; z-index:42; visibility: hidden"> <p id="uSignature" align="left" class="SignStyle">Input signature here!</p> </div> <div id="Layer5" style="position:absolute; left:2px; top:386px; width:220px; height:49px; z-index:43"> <p align="center"><a href="http://www.novadevelopment.com" class="Fixed02"> </a></p> </div> </body> </html>