home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Sport</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .AlbumTitleStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 32pt; font-style: italic; color: #336633} .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #330099} .ThumbTitleStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 12pt; color: #000000} .SignStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FF6633} --> </style> <script language="JavaScript"> <!-- function MM_preloadImages() { var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="JavaScript"> <!-- function MM_changeProp(objStrNS,objStrIE,theProp,theValue) { //v2.0 var NS = (navigator.appName == 'Netscape'); var objStr = (NS)?objStrNS:objStrIE; if (( NS && (objStr.indexOf('document.layers[')!=0 || document.layers!=null)) || (!NS && (objStr.indexOf('document.all[') !=0 || document.all !=null))) { var obj = eval(objStr); if ((obj != null) && (theProp.indexOf("style.") != 0 || obj.style != null)) { eval(objStr+'.'+theProp + '="'+theValue+'"'); } } } var nCurImg = 0; var nTimeSlice = 1000; var nImgCount = 1; var ImgFileNameArray; var bPlay = false; var nTimeoutID = 0; function CreateImageArray() { ImgFileNameArray = new Array(nImgCount); ImgFileNameArray[0] = "../image/sports-photo.jpg"; } function SetHolderImage(nIndex) { if (nIndex < nImgCount) { var ImgSrc = ImgFileNameArray[nIndex]; MM_changeProp("document.layers[\"Layer21\"].document.ImgHolder", "document.ImgHolder", "src", ImgSrc, "IMG"); } else window.alert("Array index out of bound"); } function OnLoadDocument() { CreateImageArray(); SetHolderImage(0); Play(); } function TimeoutProc() { if (bPlay) { Next(); nTimeroutID = window.setTimeout("TimeoutProc()", nTimeSlice); } } function Play() { if (!bPlay) { bPlay = true; nTimeroutID = window.setTimeout("TimeoutProc()", nTimeSlice); } } function Stop() { if (bPlay) { bPlay = false; if (nTimeoutID != 0) window.clearTimeout(nTimeoutID); } } function Next() { nCurImg = (nCurImg + 1) % nImgCount; SetHolderImage(nCurImg); } function Previous() { nCurImg = (nCurImg - 1) % nImgCount; if (nCurImg < 0) nCurImg += nImgCount; SetHolderImage(nCurImg); } function MM_timelinePlay(tmLnName, myID) { //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) { //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 = 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["Layer7"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer7"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 11, 22, 34, 45); document.MM_Time[0][0].values = new Array(5); document.MM_Time[0][0].values[0] = new Array(725,710,695,680,666,651,636,620,604,587,570,553,536,518,500,481,462,443,424,405,386,367,349,332,314,297,279,262,246,229,214,199,185,171,158,147,136,126,118,109,101,93,85,76,68); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(81,75,69,63,57,51,46,40,35,30,26,22,19,15,12,9,7,5,3,2,2,2,3,5,7,10,13,17,21,25,29,34,39,44,50,56,62,69,76,83,90,98,105,113,120); 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(31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,32,33,33,33,33,33,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34); document.MM_Time[0][0].values[2].prop = "width"; if (!ns) document.MM_Time[0][0].values[2].prop2 = "style"; document.MM_Time[0][0].values[3] = new Array(30,30,30,30,30,30,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34); document.MM_Time[0][0].values[3].prop = "height"; if (!ns) document.MM_Time[0][0].values[3].prop2 = "style"; document.MM_Time[0][0].values[4] = new Array("3","3","4","4","4"); document.MM_Time[0][0].values[4].prop = "zIndex"; if (!ns) document.MM_Time[0][0].values[4].prop2 = "style"; document.MM_Time[0][1] = new String("behavior"); document.MM_Time[0][1].frame = 46; document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0].lastFrame = 46; 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/Expectations.mid" repeat="1" loop="-1"> <body bgcolor="#FFFFFF" onLoad="MM_preloadImages('../Image/sports-back-on.gif');MM_preloadImages('../Image/sports-next-on.gif');MM_preloadImages('../Image/sports-home-on.gif');MM_timelinePlay('Timeline1')"> <div id="Layer1" style="position:absolute; left:0px; top:0px; width:15px; height:17px; z-index:2"><img src="../Image/sports-bg.gif" width="760" height="420"></div> <div id="Layer2" style="position:absolute; left:2px; top:-5px; width:747px; height:52px; z-index:17"> <p id="uAlbumTitle" align="center" class="AlbumTitleStyle">And It's a Home Run!</p> </div> <div id="Layer12" style="position:absolute; left:207px; top:42px; width:14px; height:10px; z-index:6"><img src="../Image/sports-photo-bg.gif" width="375" height="260"></div> <div id="Layer3" style="position:absolute; left:483px; top:351px; width:6px; height:48px; z-index:7"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uPreviousButton','','../Image/sports-back-on.gif',1)"><img src="../Image/sports-back.gif" width="97" height="65" alt="Back" name="uPreviousButton" border="0"></a></div> <div id="Layer4" style="position:absolute; left:657px; top:351px; width:9px; height:49px; z-index:8"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uNextButton','','../Image/sports-next-on.gif',1)"><img src="../Image/sports-next.gif" width="98" height="65" alt="Next" name="uNextButton" border="0"></a></div> <div id="Layer5" style="position:absolute; left:589px; top:331px; width:7px; height:70px; z-index:9"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uHomeButton','','../Image/sports-home-on.gif',1)"><img src="../Image/sports-home.gif" width="60" height="86" alt="Home" name="uHomeButton" border="0"></a></div> <div id="Layer6" style="position:absolute; left:0px; top:394px; width:229px; height:26px; z-index:16"> <p align="center"><a href="http://www.novadevelopment.com" class="Fixed01"> </a></p> </div> <div id="Layer9" style="position:absolute; left:20px; top:105px; width:7px; height:8px; z-index:3"><img src="../Image/sports-move02.gif" width="80" height="150"></div> <div id="Layer11" style="position:absolute; left:226px; top:298px; width:334px; height:49px; z-index:18"> <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here! </p> </div> <div id="Layer7" style="position:absolute; left:725px; top:81px; width:31px; height:30px; z-index:3"><img src="../Image/baseball.gif" width="33" height="31"></div> <div id="Layer8" style="position:absolute; left:0; top:430; width:760; height:50; z-index:15; visibility: hidden"> <p id="uSignature" align="left" class="SignStyle">Input signature here!</p> </div> <div id="Layer10" style="position:absolute; left:229; top:62; width:49px; height:41px; z-index:11"><img src="../Image/sports-photo.jpg" width="331" height="215" name="uImage001"></div> </body> </html>