home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Merry Christmas</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <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_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_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_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_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(2); document.MM_Time["Timeline1"] = document.MM_Time[0]; document.MM_Time[0].MM_Name = "Timeline1"; document.MM_Time[0].fps = 30; document.MM_Time[0][0] = new String("behavior"); document.MM_Time[0][0].frame = 31; document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][1] = new String("sprite"); document.MM_Time[0][1].slot = 1; if (ns) document.MM_Time[0][1].obj = document["Layer18"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer18"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 3, 6, 10, 14, 18, 21, 25, 29, 30); document.MM_Time[0][1].values = new Array(2); document.MM_Time[0][1].values[0] = new Array(595,578,559,542,522,500,481,461,440,419,397,376,354,333,312,291,271,252,230,209,188,172,157,140,120,92,62,35,15,6); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(312,310,312,318,327,335,339,343,345,346,344,341,337,334,332,331,331,331,332,333,336,341,347,353,356,355,352,348,346,347); document.MM_Time[0][1].values[1].prop = "top"; if (!ns) { document.MM_Time[0][1].values[0].prop2 = "style"; document.MM_Time[0][1].values[1].prop2 = "style"; } document.MM_Time[0].lastFrame = 31; 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"> <!-- .Fixed02 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99 } --> </style></head> <body bgcolor="#6F71A1" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../Image/arr-2.gif','#920516311200');MM_preloadImages('../Image/arr-8.gif','#922269615355');MM_preloadImages('../Image/arr-4.gif','#922269615333')" tracingsrc="../%A9%B3%B9%CF1.jpg" tracingopacity="100" background="../Image/1.jpg" link="#ffff99" vlink="#ffff99" alink="#ffff99"> <div id="Layer4" style="position:absolute; left:250px; top:404px; width:22px; height:17px; z-index:23"><a href="link1.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer4\'].document.uPreviousButton','document.uPreviousButton','../Image/arr-4.gif','#922269615333')"><img name="uPreviousButton" border="0" src="../Image/arr-3.gif" width="57" height="29" alt="Back"></a></div> <div id="Layer5" style="position:absolute; left:371px; top:404px; width:23px; height:17px; z-index:25"><a href="link2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer5\'].document.uNextButton','document.uNextButton','../Image/arr-2.gif','#920516311200')"><img name="uNextButton" border="0" src="../Image/arr-1.gif" width="57" height="29" alt="Next"></a></div> <div id="Layer2" style="position:absolute; left:105px; top:68px; width:133px; height:112px; z-index:7"><img src="../Image/uThumbnai1001-3.jpg" width="457" height="313" name="uThumb001Dec01"></div> <div id="Layer1" style="position:absolute; left:108px; top:77px; width:145px; height:70px; z-index:9"><img src="../Image/index-p5.jpg" width="450" height="297" name="uThumb001"></div> <div id="Layer16" style="position:absolute; left:642px; top:229px; width:24px; height:21px; z-index:27"> <p><img src="../Image/Maxx.gif" width="45" height="64"></p> </div> <div id="Layer19" style="position:absolute; left:667px; top:257px; width:26px; height:21px; z-index:6"><img src="../Image/MK.gif" width="70" height="40"></div> <div id="Layer18" style="position:absolute; left:595px; top:312px; width:36px; height:24px; z-index:32"><img src="../Image/MAOK.gif" width="146" height="58"></div> <div id="Layer20" style="position:absolute; left:83px; top:10px; width:44px; height:28px; z-index:29"><img src="../Image/259.gif" width="507" height="385" name="uThumb001Dec02"></div> <div id="Layer22" style="position:absolute; left:315px; top:402px; width:24px; height:24px; z-index:31"><a href="xmas.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer22\'].document.uHomeButton','document.uHomeButton','../Image/arr-8.gif','#922269615355')"><img name="uHomeButton" border="0" src="../Image/arr-7.gif" width="46" height="41" alt="Home"></a></div> <div id="Layer23" style="position:absolute; width:374px; height:21px; z-index:8; left: 184px; top: 446px"> <p align="center"><a href="http://www.novadevelopment.com" class="Fixed02"> </a></p> </div> </body> </html>