home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>For My Special Dad</title> <style> IMG { position:relative; } .TextHolder01{ cursor:hand; position:relative; font-family:"Arial", "Helvetica"; font-size:24pt; font-weight:bold; text-align:center; color:#FFFF00; } .ParentLayer { border-style:groove; border-color:green; border-width:0px; } .ImageHolder { 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-weight: normal; font-style: italic; color: #003399; text-align: center } .Fixed02 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-weight: normal; font-style: italic; color: #ffff99; text-align: center } .Dynamic01 { cursor:arrow; position:relative; } .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; font-weight:bold; text-align:left; color:#660000; } .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_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_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_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(2); document.MM_Time["Timeline1"] = document.MM_Time[0]; document.MM_Time[0].MM_Name = "Timeline1"; document.MM_Time[0].fps = 40; document.MM_Time[0][0] = new String("sprite"); document.MM_Time[0][0].slot = 1; if (ns) document.MM_Time[0][0].obj = document["Layer23"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer23"] : null; document.MM_Time[0][0].keyFrames = new Array(13, 22, 24, 42, 48, 55, 63); document.MM_Time[0][0].values = new Array(3); document.MM_Time[0][0].values[0] = new Array(676,665,654,643,632,621,610,599,589,579,537,501,498,495,493,490,487,485,482,480,478,475,473,470,468,465,462,459,455,452,437,421,403,383,362,338,316,294,271,246,221,194,167,143,118,92,66,40,14,-13,-39); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(-186,-176,-166,-156,-146,-136,-125,-114,-103,-91,-23,34,37,40,42,44,45,46,47,47,47,46,46,45,44,44,43,43,42,42,40,37,33,29,27,26,28,31,35,40,44,47,49,49,48,46,44,42,39,36,34); 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("68","68","68","68","68","68","68"); 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 = 64; document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0].lastFrame = 64; 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("sprite"); document.MM_Time[1][0].slot = 1; if (ns) document.MM_Time[1][0].obj = document["Layer5"]; else document.MM_Time[1][0].obj = document.all ? document.all["Layer5"] : null; document.MM_Time[1][0].keyFrames = new Array(5, 10, 22, 24); document.MM_Time[1][0].values = new Array(3); document.MM_Time[1][0].values[0] = new Array(619,616,613,608,600,586,576,565,553,540,527,512,497,483,469,455,442,429,374,324); document.MM_Time[1][0].values[0].prop = "left"; document.MM_Time[1][0].values[1] = new Array(439,429,418,408,398,388,383,379,374,370,366,361,357,352,348,344,340,336,317,299); document.MM_Time[1][0].values[1].prop = "top"; if (!ns) { document.MM_Time[1][0].values[0].prop2 = "style"; document.MM_Time[1][0].values[1].prop2 = "style"; } document.MM_Time[1][0].values[2] = new Array("18","18","18","18"); document.MM_Time[1][0].values[2].prop = "zIndex"; if (!ns) document.MM_Time[1][0].values[2].prop2 = "style"; document.MM_Time[1][1] = new String("sprite"); document.MM_Time[1][1].slot = 3; if (ns) document.MM_Time[1][1].obj = document["Layer6"]; else document.MM_Time[1][1].obj = document.all ? document.all["Layer6"] : null; document.MM_Time[1][1].keyFrames = new Array(12, 13, 14, 21, 36); document.MM_Time[1][1].values = new Array(3); document.MM_Time[1][1].values[0] = new Array(683,685,686,675,663,649,634,616,596,573,561,549,536,523,510,496,482,467,452,436,421,406,391,376,361); document.MM_Time[1][1].values[0].prop = "left"; document.MM_Time[1][1].values[1] = new Array(459,461,462,460,459,457,455,451,447,440,436,432,427,423,418,412,407,401,395,389,384,378,372,366,360); document.MM_Time[1][1].values[1].prop = "top"; if (!ns) { document.MM_Time[1][1].values[0].prop2 = "style"; document.MM_Time[1][1].values[1].prop2 = "style"; } document.MM_Time[1][1].values[2] = new Array("20","20","20","20","20"); document.MM_Time[1][1].values[2].prop = "zIndex"; if (!ns) document.MM_Time[1][1].values[2].prop2 = "style"; document.MM_Time[1][2] = new String("sprite"); document.MM_Time[1][2].slot = 2; if (ns) document.MM_Time[1][2].obj = document["Layer7"]; else document.MM_Time[1][2].obj = document.all ? document.all["Layer7"] : null; document.MM_Time[1][2].keyFrames = new Array(7, 13, 24, 26); document.MM_Time[1][2].values = new Array(3); document.MM_Time[1][2].values[0] = new Array(746,727,708,689,670,648,624,606,587,568,547,525,503,482,462,444,427,411,373,358); document.MM_Time[1][2].values[0].prop = "left"; document.MM_Time[1][2].values[1] = new Array(490,488,486,484,481,478,473,469,466,462,458,454,449,445,440,434,429,422,383,341); document.MM_Time[1][2].values[1].prop = "top"; if (!ns) { document.MM_Time[1][2].values[0].prop2 = "style"; document.MM_Time[1][2].values[1].prop2 = "style"; } document.MM_Time[1][2].values[2] = new Array("19","19","19","19"); document.MM_Time[1][2].values[2].prop = "zIndex"; if (!ns) document.MM_Time[1][2].values[2].prop2 = "style"; document.MM_Time[1][3] = new String("behavior"); document.MM_Time[1][3].frame = 50; document.MM_Time[1][3].value = "MM_timelineGoto('Timeline2','1')"; document.MM_Time[1].lastFrame = 50; 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/That's My Dad.mid" repeat="1" loop="-1"> <body id="Main" LINK="#FFFFFF" VLINK="#FFFF00" ALINK="#00FF00" bgcolor="#F0E8E0" background="../image/dad-background.gif" onLoad="MM_timelinePlay('Timeline2');MM_timelinePlay('Timeline1')"> <div id="Frame2" class="ParentLayer" style="position:absolute; width:100px; height:66px; z-index:73; left: 6px; top: 390px"> <div align="center"> <a id="LinkFrame21" name=""> <img id="uImage1" src="../image/dad-frame2.gif" width="439" height="43" class="Fixed02"> </a> </div> </div> <div id="Layer12" class="ParentLayer" style="position:absolute; width:402px; height:70px; z-index:76; left: 257px; top: 77px"> <div align="center"> <a id="Link12" name=""> <p id="uText01" class="TextHolder01">For a Special Dad</p> </a> </div> </div> <div id="Layer13" class="ParentLayer" style="position:absolute; width:300px; height:23px; z-index:74; left: 114px; top: 480px"> <div align="center"> <a id="Link13" name="http://www.novadevelopment.com"> <p id="uLogo01" align="right" class="Fixed01"> </a> </div> </div> <div id="frame3" class="ParentLayer" style="position:absolute; width:34px; height:30px; z-index:72; left: 7px; top: 178px"> <div align="center"> <a id="LinkFrame3" name=""> <img id="uImage2" src="../image/dad-frame3.gif" width="46" height="212" class="Dynamic01"> </a> </div> </div> <div id="Layer23" class="ParentLayer" style="position:absolute; width:80px; height:72px; z-index:68; left: 676px; top: -186px"> <a id="Link23" name=""> <img id="uImage3" src="../image/superman2.gif" border="0" class="Dynamic01" width="198" height="179" name="Image1"> </a> </div> <div id="frame1" style="position:absolute; width:36px; height:33px; z-index:38; left: 7px; top: 62px" class="ParentLayer"> <a id="LinkFrame1" name=""> <img id="uImage4" class="Fixed02" src="../image/dad-frame1.gif" width="439" height="116" border="0"> </a> </div> <div id="Layer28" style="position:absolute; width:104px; height:8px; z-index:27; left: 19px; top: 8px" class="ParentLayer"> <a id="Link28" name=""> <img id="uImage5" class="Fixed02" src="../image/dad-line1.gif" width="608" height="9"> </a> </div> <div id="Layer25" class="ParentLayer" style="position:absolute; width:372px; height:226px; z-index:5; left: 46px; top: 172px; background-color: #707070; layer-background-color: #707070; border: 1px none #000000"> <p> </div> <div id="Layer30" class="ParentLayer" style="position:absolute; width:30px; height:30px; z-index:28; left: 62px; top: 178px"> <a id="Link30" name="" onMouseOver="MM_timelinePlay('Timeline1')" onMouseOut="MM_timelineStop('Timeline1')"> <img id="uImage6" class="ImageHolder" src="../Image/dad-photo.jpg" width="337" height="211" name="uImage06;359;215" border="0"> </a> </div> <div id="frame4" style="position:absolute; left:410px; top:178px; width:22px; height:70px; z-index:40" class="ParentLayer"> <a id="LinkFrame4" name=""> <img id="uImage7" class="Fixed02" src="../image/dad-frame4.gif" width="35" height="212" border="0"> </a> </div> <div id="Layer1" style="position:absolute; left:19px; top:449px; width:22px; height:30px; z-index:69" class="ParentLayer"> <a id="Link1" name=""> <img id="uImage8" class="Fixed02" src="../image/dad-line2.gif" width="608" height="16"> </a> </div> <div id="Layer3" style="position:absolute; left:19px; top:16px; width:12px; height:16px; z-index:70" class="ParentLayer"> <a id="Link3" name=""> <img id="uImage9" class="Fixed02" src="../image/dad-line3.gif" width="11" height="450"> </a> </div> <div id="Layer4" style="position:absolute; left:618px; top:16px; width:8px; height:12px; z-index:71" class="ParentLayer"> <a id="Link4" name=""> <img id="uImage10" class="Fixed02" src="../image/dad-line4.gif" width="9" height="450"> </a> </div> <DIV id="Layer5" style="position:absolute; left:619px; top:439px; width:15px; height:24px; z-index:18" class="ParentLayer"> <a id="Link5" name=""> <IMG src="../image/bird1.gif" width="63" height="63" class="Dynamic01"> </a> </DIV> <DIV id="Layer6" style="position:absolute; left:683px; top:459px; width:11px; height:13px; z-index:20" class="ParentLayer"> <a id="Link6" name=""> <IMG src="../image/bird2.gif" width="59" height="63" class="Dynamic01"> </a> </DIV> <DIV id="Layer7" style="position:absolute; left:746px; top:490px; width:4px; height:9px; z-index:19" class="ParentLayer"> <a id="Link7" name=""> <IMG src="../image/bird3.gif" width="55" height="52" class="Dynamic01"> </a> </DIV> <div id="Layer2" style="position:absolute; width:170px; height:260px; z-index:75; left: 451px; top: 172px" class="ParentLayer"> <div align="center"> <a id="Link2" name=""> <p id="uText02" class="TextHolder02">Dear Dad, Happy Father's Day! As a gift for you on your special day, I will mow the lawn. </a> </div> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>