home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>General 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(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["Layer11"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer11"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 7, 28); document.MM_Time[0][0].values = new Array(3); document.MM_Time[0][0].values[0] = new Array(665,667,669,671,674,677,681,682,683,684,685,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(134,132,130,128,126,124,125,126,127,129,130,131,133,134,136,138,140,141,143,145,147,149,151,153,154,156,158,160); 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("14","12","12"); 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 = 29; 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["Layer12"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer12"] : null; document.MM_Time[0][2].keyFrames = new Array(1, 28); document.MM_Time[0][2].values = new Array(3); document.MM_Time[0][2].values[0] = new Array(228,227,226,225,225,224,223,222,221,220,219,219,218,217,216,215,214,214,213,212,211,210,209,208,208,207,206,205); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(203,203,202,202,202,202,201,201,201,200,200,200,199,199,199,199,198,198,198,197,197,197,196,196,196,196,195,195); 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("15","13"); 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 = 29; 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"> <!-- .AlbumTitleStytle { font-family: "Times New Roman", "Times", "serif"; font-size: 32pt; font-style: italic; color: #FFFFFF} .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; font-weight: bold; color: #99CCFF} .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="#000000" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/button_m1.gif','#966481045230');MM_preloadImages('../image/button_l1.gif','#966485601850');MM_preloadImages('../image/button_r1.gif','#966486477970')"> <div id="Layer2" style="position:absolute; left:3; top:0px; width:760px; height:389px; z-index:2"><img src="../image/gen3-bg.gif" width="765" height="391"></div> <div id="Layer3" style="position:absolute; left:3px; top:308px; width:513px; height:97px; z-index:3"><img src="../image/stage-1.gif" width="775" height="109"></div> <div id="Layer4" style="position:absolute; left:176px; top:61px; width:23px; height:46px; z-index:7"><a href="general03_1.htm"><img src="../image/sqr-1.jpg" width="139" height="92" name="uThumb001" border="0"></a></div> <div id="Layer5" style="position:absolute; left:338px; top:61; width:14px; height:25px; z-index:8"><a href="general03_2.htm"><img src="../image/sqr-2.jpg" width="139" height="92" name="uThumb002" border="0"></a></div> <div id="Layer6" style="position:absolute; left:500px; top:61; width:23px; height:82px; z-index:9"><a href="general03_3.htm"><img src="../image/sqr-3.jpg" width="139" height="93" name="uThumb003" border="0"></a></div> <div id="Layer7" style="position:absolute; left:282px; top:187px; width:21px; height:37px; z-index:10"><a href="general03_4.htm"><img src="../image/sqr-4.jpg" width="139" height="92" name="uThumb004" border="0"></a></div> <div id="Layer8" style="position:absolute; left:446px; top:187; width:22px; height:36px; z-index:11"><a href="general03_5.htm"><img src="../image/sqr-5.jpg" width="139" height="92" name="uThumb005" border="0"></a></div> <div id="Layer9" style="position:absolute; left:610px; top:187; width:16px; height:28px; z-index:12"><a href="general03_6.htm"><img src="../image/sqr-6.jpg" width="139" height="92" name="uThumb006" border="0"></a></div> <div id="Layer10" style="position:absolute; left:655px; top:18px; width:38px; height:33px; z-index:13"><img src="../image/moon.gif" width="93" height="95"></div> <div id="Layer11" style="position:absolute; left:665px; top:134px; width:21px; height:38px; z-index:14"><img src="../image/star3.gif" width="32" height="35" name="Image1"></div> <div id="Layer12" style="position:absolute; left:228px; top:203px; width:5px; height:30px; z-index:15"><img src="../image/star2.gif" width="48" height="53"></div> <div id="Layer13" style="position:absolute; left:715px; top:118px; width:19px; height:37px; z-index:16"><img src="../image/star1.gif" width="30" height="33"></div> <div id="Layer14" style="position:absolute; left:337px; top:320px; width:82px; height:74px; z-index:27"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer14\'].document.uPreviousButton','document.uPreviousButton','../image/button_l1.gif','#966485601850')"><img src="../image/button_l.gif" width="103" height="109" border="0" name="uPreviousButton" alt="Back"></a></div> <div id="Layer15" style="position:absolute; left:606px; top:317px; width:68px; height:68px; z-index:28"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer15\'].document.uNextButton','document.uNextButton','../image/button_r1.gif','#966486477970')"><img src="../image/button_r.gif" width="103" height="108" border="0" name="uNextButton" alt="Next"></a></div> <div id="Layer25" style="position:absolute; left:0; top:430; width:760; height:50; z-index:29; visibility: hidden"> <p id="uSignature" align="left" class="SignStyle">Input signature here!</p> </div> <div id="Layer26" style="position:absolute; left:-11; top:-12; width:59; height:72; z-index:6"><img src="../image/windows.gif" width="297" height="412"></div> <div id="Layer16" style="position:absolute; left:474px; top:330px; width:81px; height:70px; z-index:17"><a href="general03.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer16\'].document.uHomeButton','document.uHomeButton','../image/button_m1.gif','#966481045230')"><img src="../image/button_m.gif" width="98" height="92" border="0" name="uHomeButton" alt="Home"></a></div> <div id="Layer17" style="position:absolute; left:15px; top:1px; width:747; height:52; z-index:30"> <p id="uAlbumTitle" align="center" class="AlbumTitleStytle">Dreaming in the Moonlight</p> </div> <div id="Layer18" style="position:absolute; left:176px; top:151px; width:138px; height:17px; z-index:19"> <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here! </p> </div> <div id="Layer20" style="position:absolute; left:501px; top:151px; width:138; height:17; z-index:21"> <p id="uThumbTitle003" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer19" style="position:absolute; left:338px; top:151px; width:138; height:17; z-index:20"> <p id="uThumbTitle002" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer21" style="position:absolute; left:282px; top:277px; width:138; height:17; z-index:22"> <p id="uThumbTitle004" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer22" style="position:absolute; left:447px; top:277px; width:138; height:17; z-index:23"> <p id="uThumbTitle005" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer23" style="position:absolute; left:611px; top:277px; width:138px; height:16px; z-index:24"> <p id="uThumbTitle006" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer24" style="position:absolute; left:21px; top:366px; width:259px; height:36px; z-index:25"> <p align="left"><a href="http://www.novadevelopment.com" class="Fixed02"> </a></p> </div> </body> </html>