home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Baby's First Steps</title> <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:#FFFF66; } .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 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #ffff99; 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; } .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; font-weight:bold; text-align:left; color:#FFFFFF; } .SoundClip { cursor:hand; position:relative; } </style> <script language="JavaScript"> <!-- 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_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_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_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 = 5; document.MM_Time[0][0] = new String("behavior"); document.MM_Time[0][0].frame = 35; 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["Layer23"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer23"] : null; document.MM_Time[0][1].keyFrames = new Array(2, 33); document.MM_Time[0][1].values = new Array(2); document.MM_Time[0][1].values[0] = new Array(194,209,224,239,254,269,284,299,313,328,343,358,373,388,403,418,433,448,463,478,493,508,523,538,552,567,582,597,612,627,642,657); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411); 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 = 35; 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/Childhood Dreams.mid" repeat="1" loop="-1"> <body id="Main" LINK="#FFFFFF" VLINK="#FFFF00" ALINK="#00FF00" bgcolor="#F0E8E0" background="../image/bb-background.gif" onLoad="MM_preloadImages('../image/toy2.gif','#922591078750')"> <div id="Layer1" class="ParentLayer" style="position:absolute; width:100px; height:66px; z-index:62; left: 40px; top: 325px"> <div align="center"> <a id="Link1" name=""> <img id="uImage01" src="../image/video_frame.gif" width="167" height="128" class="VideoHolder"> </a> </div> </div> <div id="Layer2" class="ParentLayer" style="position:absolute; width:159px; height:98px; z-index:71; left: 46px; top: 218px"> <div align="center"> <a id="Link2" name=""> <p id="uText02" class="TextHolder02">Jessica at 11 months</p> </a> </div> </div> <div id="Layer12" class="ParentLayer" style="position:absolute; width:402px; height:70px; z-index:71; left: 285px; top: 44px"> <div align="center"> <a id="Link3" name=""> <p id="uText01" class="TextHolder01">Baby's First Steps </a> </div> </div> <div id="Layer13" class="ParentLayer" style="position:absolute; width:300px; height:40px; z-index:2; left: 255px; top: 498px"> <div align="center" > <a id="Link4" name="http://www.novadevelopment.com"> <p id="uLogo01" align="right" class="Fixed01"> </a> </div> </div> <div id="Layer21" class="ParentLayer" style="position:absolute; width:30px; height:30px; z-index:34; left: 200px; top: 31px"> <a id="Link5" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer21\'].document.toy1','document.toy1','../image/toy2.gif','#922591078750')"> <img id="uImage07" class="Dynamic01" src="../image/TOY1.gif" width="163" height="124" border="0" name="toy1"> </a> </div> <div id="LaySounder22" class="ParentLayer" style="position:absolute; width:182px; height:145px; z-index:64; left: 22px; top: 60px"> <a id="Link6" name=""> <img id="uImage02" src="../image/HORSE.gif" width="178" height="152" class="Fixed02"> </a> </div> <div id="Layer23" class="ParentLayer" style="position:absolute; width:80px; height:72px; z-index:68; left: 194px; top: 411px"> <a id="Link7" name=""> <img id="uImage03" src="../image/bb-BABY.gif" border="0" class="Dynamic01" width="97" height="72" name="Image1"> </a> </div> <div id="Layer24" style="position:absolute; width:36px; height:33px; z-index:63; left: 20px; top: 39px" class="ParentLayer"> <a id="Link8" name=""> <img id="uImage04" class="Fixed02" src="../image/PANEL.gif" width="200" height="451" border="0"> </a> </div> <div id="Layer28" style="position:absolute; width:337px; height:204px; z-index:27; left: 257px; top: 204px; background-color: #FFE8A8; layer-background-color: #FFE8A8; border: 1px none #000000" class="ParentLayer"><p> </div> <div id="Layer25" class="ParentLayer" style="position:absolute; width:23px; height:24px; z-index:26; left: 224px; top: 88px"> <a id="Link25" name=""> <img id="uImage05" class="Fixed02" src="../image/bed.gif" width="400" height="362" > </a> </div> <div id="Layer30" class="ParentLayer" style="position:absolute; width:30px; height:30px; z-index:70; left: 256px; top: 201px"> <a id="Link9" name="" onMouseOver="MM_timelinePlay('Timeline1')" onMouseOut="MM_timelineStop('Timeline1')"> <img id="uImage06" name="uImage06;337;204" class="ImageHolder" src="../image/bb-photo.jpg" width="337" height="204" border="0"> </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" class="ParentLayer" style="visibility:visible; position:absolute; width:30px; height:30px; z-index:69; left: 46px; top: 331px"> <a id="Link10" name=""> <img id="uVideo01" class="VideoHolder" type="video/avi" dynsrc="../video/Look at Me!.avi" width="160" height="120" repeat="1" loop="-1"> </a> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>