home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Happy Anniversary</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> IMG { position:relative; } .TextHolder01{ cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:24pt; font-weight:bold; text-align:center; color:#85545A; } .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-weight: normal; font-style: italic; color: #003399; text-align: center } .ParentLayer { border-style:groove; border-color:green; border-width:0px; } .ImageHolder { cursor:hand; } .VideoHolder { cursor:hand; } .Moveable01 { cursor:hand; position:relative; font-family:"Arial"; font-size:12pt; font-style:italic; font-weight:bold; text-align:left; color:#ffffff; } .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399; text-align: center } .Fixed02 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #ffff99; text-align: center } .Dynamic01 { cursor:arrow; position:relative; font-family:"Arial"; font-size:12pt; font-style:italic; font-weight:bold; text-align:left; color:#ffff00; } .SoundClip { cursor:hand; position:relative; } </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_showHideLayers() { //v2.0 var i, visStr, args, theObj; args = MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr) visStr = args[i+2]; if (navigator.appName == 'Netscape' && document.layers != null) { theObj = eval(args[i]); if (theObj) theObj.visibility = visStr; } else if (document.all != null) { //IE if (visStr == 'show') visStr = 'visible'; //convert vals if (visStr == 'hide') visStr = 'hidden'; theObj = eval(args[i+1]); if (theObj) theObj.style.visibility = visStr; } } } function MM_timelineStop(tmLnName) { //v1.2 //Copyright 1997 Macromedia, Inc. All rights reserved. if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time if (tmLnName == null) //stop all for (var i=0; i<document.MM_Time.length; i++) document.MM_Time[i].ID = null; else document.MM_Time[tmLnName].ID = null; //stop one } function MM_initTimelines() { //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved. var ns = navigator.appName == "Netscape"; document.MM_Time = new Array(2); 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["Layer6"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer6"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 6, 10, 17, 24, 32, 37, 40); document.MM_Time[0][0].values = new Array(3); document.MM_Time[0][0].values[0] = new Array(89,96,104,111,118,125,116,106,95,85,91,99,106,115,123,131,139,130,121,112,103,94,84,75,84,93,103,112,122,130,138,146,139,131,123,116,110,102,95,89); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(349,350,352,353,355,358,361,362,364,368,372,375,377,380,382,385,389,390,389,388,388,387,385,383,381,381,380,379,379,378,377,375,370,368,366,364,361,354,347,339); 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("10","13","13","13","13","13","13","13"); 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 = 41; 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, 7, 17, 19, 23, 32, 35, 37, 40); document.MM_Time[0][2].values = new Array(2); document.MM_Time[0][2].values[0] = new Array(379,370,362,353,344,335,324,316,307,298,289,280,271,263,255,248,242,230,226,229,233,240,251,258,265,273,281,289,297,305,311,318,331,340,348,357,365,370,375,380); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(362,366,369,373,376,379,382,383,384,385,386,387,387,388,388,388,388,387,380,374,367,361,359,361,363,367,371,375,379,383,386,389,392,392,391,389,384,377,369,361); 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].lastFrame = 41; document.MM_Time[1] = new Array(4); document.MM_Time["Timeline2"] = document.MM_Time[1]; document.MM_Time[1].MM_Name = "Timeline2"; document.MM_Time[1].fps = 15; document.MM_Time[1][0] = new String("behavior"); document.MM_Time[1][0].frame = 3; document.MM_Time[1][0].value = "MM_showHideLayers('document.layers[\\\'Layer2\\\']','document.all[\\\'Layer2\\\']','show','document.layers[\\\'Layer3\\\']','document.all[\\\'Layer3\\\']','hide')"; document.MM_Time[1][1] = new String("behavior"); document.MM_Time[1][1].frame = 10; document.MM_Time[1][1].value = "MM_showHideLayers('document.layers[\\\'Layer2\\\']','document.all[\\\'Layer2\\\']','hide','document.layers[\\\'Layer3\\\']','document.all[\\\'Layer3\\\']','show')"; document.MM_Time[1][2] = new String("behavior"); document.MM_Time[1][2].frame = 17; document.MM_Time[1][2].value = "MM_showHideLayers('document.layers[\\\'Layer2\\\']','document.all[\\\'Layer2\\\']','hide','document.layers[\\\'Layer3\\\']','document.all[\\\'Layer3\\\']','hide')"; document.MM_Time[1][3] = new String("behavior"); document.MM_Time[1][3].frame = 18; document.MM_Time[1][3].value = "MM_timelineGoto('Timeline2','1')"; document.MM_Time[1].lastFrame = 18; 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> </head> <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Golden Years.mid" repeat="1" loop="-1"> <body bgcolor="#CCCC99" background="../image/ann-bk.jpg" onLoad="MM_timelinePlay('Timeline1')"> <div id="Layer6" style="position:absolute; left:89px; top:349px; width:146px; height:27px; z-index:10" class="ParentLayer"> <a id="Link2" name=""> <img id="uImage07" src="../image/ann-v.gif" width="200" height="38" class="Fixed01"> </a> </div> <div id="Layer7" style="position:absolute; left:581px; top:161px; width:165px; height:126px; z-index:8" class="ParentLayer"> <a id="Link3" name=""> <img id="uImage08" src="../image/ann-vbk.jpg" width="172" height="120" class="Moveable01"> </a> </div> <div id="VideoBorder" class="ParentLayer" style="visibility:hidden; position:absolute; width:30px; height:30px; z-index:69; left: 0px; top: 0px; border-width:5px;"> </div> <div id="VideoLayer" style="position:absolute; visibility:visible; left:587px; top:166px; width:30px; height:30px; z-index:9" class="ParentLayer"> <a id="Link4" name=""> <img id="uVideo01" class="VideoHolder" type="video/avi" dynsrc="../video/Eternal Love.avi" width="158" height="111" repeat="1" loop="-1"> </a> </div> <div id="Layer9" style="position:absolute; left:199px; top:107px; width:30px; height:30px; z-index:12" class="ParentLayer"> <a id="Link5" name="" onMouseOver="MM_timelinePlay('Timeline2')" onMouseOut="MM_timelineStop('Timeline2')"> <img id="uImage09" src="../image/ann-photo.jpg" width="356" height="226" class="ImageHolder" name="uImage09;356;226"> </a> </div> <div id="Layer11" style="position:absolute; left:187px; top:95px; width:104px; height:18px; z-index:13" class="ParentLayer"> <a id="Link7" name=""> <img id="uImage01" src="../image/ann-frame1.gif" width="381" height="25" border="0" class="Fixed02"> </a> </div> <div id="Layer12" style="position:absolute; left:379px; top:362px; width:208px; height:72px; z-index:14" class="ParentLayer"> <a id="Link8" name=""> <img id="uImage11" src="../image/ann-music2.gif" width="383" height="69" class="Dynamic01"> </a> </div> <div id="Layer13" style="position:absolute; left:26px; top:1px; width:747px; height:49px; z-index:18" class="ParentLayer"> <a id="Link11" name=""> <p align="left" id="uText01"class="TextHolder01">Happy Anniversary</p> </a> </div> <div id="Layer14" class="ParentLayer" style="position:absolute; width:300px; height:21px; z-index:17; left: 489px; top: 500px"> <div align="center"> <a id="Link12" name="http://www.novadevelopment.com"> <p id="uLogo01" align="right" class="Fixed01"> </a> </div> </div> <div id="Layer17" style="position:absolute; left:187px; top:315px; width:28px; height:18px; z-index:19" class="ParentLayer"> <a id="Link13" name=""> <img id="uImage03" src="../image/ann-frame2.gif" width="381" height="32" border="0" class="Fixed02"> </a> </div> <div id="Layer15" style="position:absolute; left:187px; top:115px; width:7px; height:10px; z-index:20" class="ParentLayer"> <a id="Link14" name=""> <img id="uImage02" src="../image/ann-frame3.gif" width="32" height="211" border="0" class="Fixed02"> </a> </div> <div id="Layer16" style="position:absolute; left:540px; top:115px; width:7px; height:7px; z-index:21" class="ParentLayer"> <a id="Link15" name=""> <img id="uImage04" src="../image/ann-frame4.gif" width="28" height="211" border="0" class="Fixed02"> </a> </div> <DIV id="Layer2" style="position:absolute; left:1px; top:38px; width:167px; height:151px; z-index:6; visibility: hidden" class="ParentLayer"> <img src="../Image/ann-mbkl3.jpg" width="200" height="176"> </DIV> <DIV id="Layer3" style="position:absolute; left:1px; top:38px; width:11px; height:13px; z-index:7; visibility: hidden" class="ParentLayer"> <img src="../Image/ann-mbkl2.jpg" width="200" height="176"> </DIV> <div id="Layer4" style="position:absolute; left:202px; top:121px; width:351px; height:218px; z-index:11; background-color: #506C38; layer-background-color: #506C38; border: 1px none #000000"> <p></div> <div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:5; left: 19px; top: 48px"><img src="../Image/ann-mbk.jpg" width="764" height="458"></div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>