home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>xmas1</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <style type="text/css">
- <!--
- .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399}
- .AlbumTitleStyle { font-family: "Georgia", "Times New Roman", "Times", "serif"; font-size: 20pt; font-weight: bold; color: #FF0000}
- .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; color: #FF0099}
- .SignStyle { color: #0000FF; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bold}
- -->
- </style>
- <script language="JavaScript">
- <!--
- 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_swapImgRestore() { //v3.0
- var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
- }
-
- function MM_preloadImages() { //v3.0
- var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
- var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
- if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
- }
-
- function MM_findObj(n, d) { //v3.0
- var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
- d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
- if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
- for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
- }
-
- function MM_swapImage() { //v3.0
- var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
- if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
- }
-
- 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(1);
- 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 = 40;
- document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
- document.MM_Time[0].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>
- <script language="JavaScript">
- <!--
-
- function MM_changeProp(objStrNS,objStrIE,theProp,theValue) { //v2.0
- var NS = (navigator.appName == 'Netscape');
- var objStr = (NS)?objStrNS:objStrIE;
- if (( NS && (objStr.indexOf('document.layers[')!=0 || document.layers!=null)) ||
- (!NS && (objStr.indexOf('document.all[') !=0 || document.all !=null))) {
- var obj = eval(objStr);
- if ((obj != null) && (theProp.indexOf("style.") != 0 || obj.style != null)) {
- eval(objStr+'.'+theProp + '="'+theValue+'"');
- } }
- }
- var nCurImg = 0;
- var nTimeSlice = 1000;
- var nImgCount = 1;
- var ImgFileNameArray;
- var bPlay = false;
- var nTimeoutID = 0;
-
- function CreateImageArray()
- {
- ImgFileNameArray = new Array(nImgCount);
- ImgFileNameArray[0] = "../image/photo.jpg";
- }
-
- function SetHolderImage(nIndex)
- {
- if (nIndex < nImgCount) {
- var ImgSrc = ImgFileNameArray[nIndex];
- MM_changeProp("document.layers[\"Layer21\"].document.ImgHolder", "document.ImgHolder", "src", ImgSrc, "IMG");
- }
- else
- window.alert("Array index out of bound");
- }
-
- function OnLoadDocument()
- {
- CreateImageArray();
- SetHolderImage(0);
- Play();
- }
-
- function TimeoutProc()
- {
- if (bPlay) {
- Next();
- nTimeroutID = window.setTimeout("TimeoutProc()", nTimeSlice);
- }
- }
-
- function Play()
- {
- if (!bPlay) {
- bPlay = true;
- nTimeroutID = window.setTimeout("TimeoutProc()", nTimeSlice);
- }
- }
-
- function Stop()
- {
- if (bPlay) {
- bPlay = false;
- if (nTimeoutID != 0)
- window.clearTimeout(nTimeoutID);
- }
- }
-
- function Next()
- {
- nCurImg = (nCurImg + 1) % nImgCount;
- SetHolderImage(nCurImg);
- }
-
- function Previous()
- {
- nCurImg = (nCurImg - 1) % nImgCount;
- if (nCurImg < 0)
- nCurImg += nImgCount;
-
- SetHolderImage(nCurImg);
- }
-
- //-->
- </script>
- </head>
- <bgsound id="BackgroundSound" type="audio/midi" src="../audio/White Christmas(Horns).mid" repeat="1" loop="-1">
- <body background="../image/xmas1-bg.gif" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/gift3.1.gif','#962522146470');MM_preloadImages('../image/gift1.1.gif','#962522146470');MM_preloadImages('../image/left-2.gif','#962522146470');MM_preloadImages('../image/xmasman-2.gif','#962522146470');MM_preloadImages('../image/right-2.gif','#962522146470')">
- <div id="Layer9" style="position:absolute; left:474px; top:368px; width:53px; height:20px; z-index:27"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uPreviousButton','','../image/left-2.gif',1)"><img src="../image/left-1.gif" width="86" height="28" name="uPreviousButton" alt="Back" border="0"></a></div>
- <div id="Layer10" style="position:absolute; left:560px; top:344px; width:51px; height:61px; z-index:28"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uHomeButton','','../image/xmasman-2.gif',1)"><img src="../image/xmasman-1.gif" width="56" height="75" name="uHomeButton" alt="Home" border="0"></a></div>
- <div id="Layer12" style="position:absolute; left:618px; top:368px; width:70px; height:12px; z-index:29"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uNextButton','','../image/right-2.gif',1)"><img src="../image/right-1.gif" width="87" height="28" name="uNextButton" alt="Next" border="0"></a></div>
- <div id="Layer22" style="position:absolute; left:383px; top:10px; width:292px; height:200px; z-index:23"><img src="../image/cmas-frame.gif" width="375" height="269"></div>
- <div id="Layer8" style="position:absolute; left:414px; top:39px; width:98px; height:86px; z-index:24"><img src="../Image/photo.JPG" width="316" height="211" name="uImage001"></div>
- <div id="Layer7" style="position:absolute; left:415px; top:279px; width:336px; height:65px; z-index:30">
- <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here!
- </p>
- </div>
- <div id="Layer13" style="position:absolute; left:0px; top:450px; width:760px; height:40px; z-index:11" class="SignStyle">
- <p id="uSignature" align="left" class="SignStyle">Input signature here!</p>
- </div>
-
- <div id="Layer1" style="position:absolute; left:19px; top:41px; width:352px; height:51px; z-index:31">
- <div align="center">
- <p id="uAlbumTitle" class="AlbumTitleStyle" align="center">Merry Christmas!</p>
- </div></div>
- <div id="Layer2" style="position:absolute; left:35px; top:134px; width:254px; height:256px; z-index:8"><img src="../image/xmas1-letter.gif" width="347" height="268" class="SignStyle"></div>
- <div id="Layer3" style="position:absolute; left:-2px; top:348px; width:319px; height:87px; z-index:2"><img src="../image/xmas1-shadow.gif" width="423" height="85"></div>
- <div id="Layer4" style="position:absolute; left:362px; top:311px; width:80px; height:55px; z-index:6"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image25','','../image/gift1.1.gif',1)"><img name="Image25" border="0" src="../image/gift1.gif" width="73" height="54"></a></div>
- <div id="Layer5" style="position:absolute; left:309px; top:232px; width:32px; height:42px; z-index:9"><img src="../image/gift2.gif" width="31" height="42"></div>
- <div id="Layer6" style="position:absolute; left:266px; top:222px; width:65px; height:57px; z-index:10"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image21','','../image/gift3.1.gif',1)"><img name="Image21" border="0" src="../image/gift3.gif" width="64" height="57"></a></div>
- <div id="Layer14" style="position:absolute; left:171px; top:100px; width:29px; height:31px; z-index:12"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
- <div id="Layer15" style="position:absolute; left:528px; top:90px; width:29px; height:29px; z-index:13"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
- <div id="Layer16" style="position:absolute; left:294px; top:161px; width:32px; height:34px; z-index:14"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
- <div id="Layer19" style="position:absolute; left:37px; top:333px; width:28px; height:30px; z-index:15"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
- <div id="Layer20" style="position:absolute; left:-3px; top:165px; width:36px; height:34px; z-index:7"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
- <div id="Layer21" style="position:absolute; left:41px; top:0px; width:31px; height:24px; z-index:16"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
-
- <div id="Layer23" style="position:absolute; left:16px; top:400px; width:243px; height:32px; z-index:18">
- <p class="Fixed01"><a href="http://www.novadevelopment.com" class="Fixed01">
- </a></p>
- </div>
- </body>
- </html>
-