home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>I'm So Sorry</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:#003399; } .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-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; 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; text-align:left; color:#000000; ; font-weight: bold} .SoundClip { cursor:hand; position:relative; } </style> <script language="JavaScript"> <!-- 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_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(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 = 15; document.MM_Time[0][0] = new String("behavior"); document.MM_Time[0][0].frame = 85; 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["Layer8"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer8"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 35, 60, 85); document.MM_Time[0][1].values = new Array(2); document.MM_Time[0][1].values[0] = new Array(688,683,678,673,668,663,659,654,649,644,640,635,630,625,620,615,610,605,600,595,590,585,580,575,569,564,558,553,547,541,536,530,524,517,511,502,494,485,477,468,459,451,442,434,425,417,409,401,392,384,376,368,359,351,342,334,325,317,308,299,290,280,271,262,252,243,234,224,215,205,195,186,176,166,157,147,137,128,118,108,99,89,79,70,60); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(7,11,16,20,25,30,35,39,44,49,53,58,63,67,72,77,81,86,90,95,99,103,107,111,115,119,123,127,130,133,137,139,142,144,146,148,149,150,150,150,149,148,146,145,143,141,138,136,133,131,128,125,122,120,117,114,111,109,106,104,102,99,96,94,91,88,85,83,80,77,74,71,68,64,61,58,55,52,49,46,42,39,36,33,30); 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 = 85; document.MM_Time[1] = new Array(1); 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 = 86; document.MM_Time[1][0].value = "MM_timelineGoto('Timeline2','1')"; document.MM_Time[1].lastFrame = 86; 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 background="../image/pattern.gif" onLoad="MM_preloadImages('../image/time1.gif','#967615353860');MM_timelinePlay('Timeline1');MM_preloadImages('../image/ball2.gif','#967709838560');MM_timelinePlay('Timeline2')"> <div id="Layer1" style="position:absolute; left:561px; top:107px; width:77px; height:86px; z-index:4"> <a id="Link1" name=""> <img src="../image/man.gif" width="160" height="306"> </a> </div> <div id="Layer2" style="position:absolute; left:104px; top:162px; width:58px; height:44px; z-index:5" class="ParentLayer"> <a id="Link2" name=""> <img src="../image/photob.jpg" width="247" height="168" name="uImage01;247;168" class="ImageHolder"> </a> </div> <div id="Layer3" style="position:absolute; left:30px; top:102px; width:45px; height:37px; z-index:2" class="ParentLayer"> <a id="Link3" name=""> <img src="../image/border.gif" width="396" height="303"> </a> </div> <div id="Layer4" style="position:absolute; left:486px; top:269px; width:39px; height:39px; z-index:6"> <a id="Link4" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer4\'].document.Image1','document.Image1','../image/time1.gif','#967615353860')"> <img src="../image/time.gif" width="70" height="132" border="0" name="Image1" class="Dynamic01"> </a> </div> <div id="Layer5" style="position:absolute; left:69px; top:42px; width:307px; height:71px; z-index:7" class="ParentLayer"> <a id="Link5" name=""> <p id="uText01" align="center" class="TextHolder01">I'm So Sorry</p> </a> </div> <div id="Layer6" style="position:absolute; left:398px; top:61px; width:308px; height:78px; z-index:8" class="ParentLayer"> <a id="Link6" name=""> <p id="uText02" align="left" class="TextHolder02">Will you forgive me?</p> </a> </div> <div id="Layer7" style="position:absolute; left:84px; top:402px; width:250px; height:34px; z-index:9"> <a id="Link7" name="http://www.novadevelopment.com"> <p align="left" class="Fixed01"></p> </a> </div> <div id="Layer8" style="position:absolute; left:688px; top:7px; width:43px; height:35px; z-index:1"> <a id="Link8" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer8\'].document.Image2','document.Image2','../image/ball2.gif','#967709838560')"> <img src="../image/ball.gif" width="70" height="205" border="0" name="Image2" class="Dynamic01"> </a> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>