home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>The Little Plane that Could</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- 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_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_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(3); 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["Layer4"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer4"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 10, 17, 20, 30, 40, 44); document.MM_Time[0][0].values = new Array(3); document.MM_Time[0][0].values[0] = new Array(646,638,631,624,617,609,601,593,583,572,557,544,532,522,511,500,489,469,449,420,405,389,372,354,334,314,293,271,249,227,207,191,176,163,150,139,128,117,105,93,65,43,24,4); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(73,82,92,101,111,120,129,137,144,148,144,135,124,113,102,92,85,75,73,79,84,92,100,110,120,131,140,148,153,153,146,134,119,104,88,73,58,45,33,24,18,22,30,38); 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("2","2","2","2","2","2","2"); 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 = 45; 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["Layer3"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer3"] : null; document.MM_Time[0][2].keyFrames = new Array(1, 25, 44); document.MM_Time[0][2].values = new Array(3); document.MM_Time[0][2].values[0] = new Array(577,573,569,565,561,557,553,549,545,541,537,533,529,525,521,517,513,509,505,501,497,493,489,485,481,486,491,496,501,506,511,516,521,526,532,537,542,547,552,557,562,567,572,577); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(120,119,118,117,116,115,114,113,112,111,110,109,108,107,106,105,104,103,102,101,100,99,98,97,96,97,99,100,101,102,104,105,106,107,109,110,111,112,114,115,116,117,119,120); 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("1","3","5"); document.MM_Time[0][2].values[2].prop = "zIndex"; if (!ns) document.MM_Time[0][2].values[2].prop2 = "style"; 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"> <!-- .WebPageTitle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 32pt; font-style: normal; color: #3399FF} .PhtotTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; font-style: normal; color: #336699} .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: normal; color: #003399} .SignStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; color: #009933; font-weight: bold} --> </style></head><bgsound id="BackgroundSound" type="audio/midi" src="../audio/Bouncing Blues.mid" repeat="1" loop="-1"> <body bgcolor="#FFFFFF" background="../image/bg05.jpg" onLoad="MM_timelinePlay('Timeline1')"> <div id="Layer1" style="position:absolute; left:7px; top:67px; width:119px; height:109px; z-index:3"><img src="../image/page05-p1.gif" width="733" height="334"></div> <div id="Layer2" style="position:absolute; left:67px; top:135px; width:113px; height:101px; z-index:11"><img src="../image/ph05.jpg" width="324" height="210" name="uThumb001"></div> <div id="Layer3" style="position:absolute; left:577px; top:120px; width:142px; height:69px; z-index:1"><img src="../image/cloud-g1.gif" width="147" height="75" name="Image2"></div> <div id="Layer4" style="position:absolute; left:646px; top:73px; width:67px; height:48px; z-index:2"><img src="../image/page05-p2.gif" width="111" height="77" name="Image1"></div> <div id="Layer5" style="position:absolute; left:13px; top:14px; width:747; height:52; z-index:15"> <p id="uAlbumTitle" align="center" class="WebPageTitle">The Little Plane that Could</p> </div> <div id="Layer6" style="position:absolute; left:405px; top:221px; width:260px; height:131px; z-index:14"> <p id="uThumbTitle001" class="PhtotTitleStyle" align="left">Your photo caption goes here!</p> </div> <div id="Layer7" style="position:absolute; left:14px; top:375px; width:735px; height:42px; z-index:13"> <p class="Fixed01" align="right"><a href="http://www.novadevelopment.com" class="Fixed01"> </a></p> </div> <div id="Layer8" style="position:absolute; left:0; top:435; width:760; height:100; z-index:12; visibility: hidden"> <p id="uSignature" class="SignStyle" align="left">Input signature here!</p> </div> </body> </html>