home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Great Performance</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- 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_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_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_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_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(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 = 2; if (ns) document.MM_Time[0][0].obj = document["Layer10"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer10"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 35); document.MM_Time[0][0].values = new Array(3); document.MM_Time[0][0].values[0] = new Array(72,81,89,98,107,116,124,133,142,150,159,168,176,185,194,203,211,220,229,237,246,255,264,272,281,290,298,307,316,324,333,342,351,359,368); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(377,377,377,377,376,376,376,376,376,376,376,375,375,375,375,375,375,375,374,374,374,374,374,374,373,373,373,373,373,373,373,372,372,372,372); 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("12","10"); 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 = 35; document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][2] = new String("sprite"); document.MM_Time[0][2].slot = 1; if (ns) document.MM_Time[0][2].obj = document["Layer4"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer4"] : null; document.MM_Time[0][2].keyFrames = new Array(1, 35); document.MM_Time[0][2].values = new Array(2); document.MM_Time[0][2].values[0] = new Array(654,643,631,620,609,598,586,575,564,553,541,530,519,508,496,485,474,463,451,440,429,417,406,395,384,372,361,350,339,327,316,305,294,282,271); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(378,378,378,378,378,378,378,378,378,379,379,379,379,379,379,379,379,379,379,379,379,379,379,379,379,379,380,380,380,380,380,380,380,380,380); 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 = 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> <style type="text/css"> <!-- .AlbumTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 18pt; color: #33CCCC} .Fixed02 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFFCC} .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #CCFFFF} --> </style> <style>.SignStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bolder; color: #FFFF33} </style> <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/photo-1.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); } //--> </script> </head> <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Happy Jellybeans.mid" repeat="1" loop="-1"> <body bgcolor="#000000" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/ax2.gif','#923722079561');MM_preloadImages('../image/ax-r2.gif','#923722104347');MM_preloadImages('../image/ax6.gif','#923722184352')" link="#FFFF99" vlink="#FFFF99" alink="#FFFF99"> <div id="Layer7" style="position:absolute; left:173px; top:119px; width:102px; height:97px; z-index:9"><img name="uImage001" src="../image/photo-1.jpg" width="307" height="206"></div> <div id="Layer8" style="position:absolute; left:158px; top:343px; width:339px; height:96px; z-index:31" class="unnamed1"> <div align="left"> <p id="uThumbTitle001" class="ThumbTitleStyle">You were GREAT!</p> </div> </div> <div id="Layer9" style="position:absolute; left:5px; top:9px; width:744px; height:19px; z-index:32" class="unnamed2"> <div align="center"> <p id="uAlbumTitle" class="AlbumTitleStyle">Great Performance</p> </div> </div> <div id="Layer10" style="position:absolute; left:72px; top:377px; width:22px; height:24px; z-index:12"><img src="../image/ha.gif" width="120" height="56"></div> <div style="position:absolute; left:2px; top:-1px; width:48px; height:47px; z-index:1" id="Layer12"><img src="../image/bg-great.jpg" width="750" height="440"></div> <div id="Layer1" style="position:absolute; left:502px; top:320px; width:26px; height:19px; z-index:13"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer1\'].document.uPreviousButton','document.uPreviousButton','../image/ax2.gif','#923722079561')"><img name="uPreviousButton" border="0" src="../image/ax1.gif" width="60" height="30" alt="Back"></a></div> <div id="Layer2" style="position:absolute; left:617px; top:320px; width:22px; height:17px; z-index:14"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer2\'].document.uNextButton','document.uNextButton','../image/ax-r2.gif','#923722104347')"><img name="uNextButton" border="0" src="../image/ax-r1.gif" width="60" height="30" alt="Next"></a></div> <div id="Layer3" style="position:absolute; left:565px; top:302px; width:27px; height:22px; z-index:15"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer3\'].document.uHomeButton','document.uHomeButton','../image/ax6.gif','#923722184352')"><img name="uHomeButton" border="0" src="../image/ax5.gif" width="48" height="54" alt="Home"></a></div> <div id="Layer4" style="position:absolute; left:654px; top:378px; width:34px; height:27px; z-index:16"><img src="../image/ha.gif" width="120" height="56"></div> <div id="Layer5" style="position:absolute; left:2px; top:473px; width:750px; height:55px; z-index:30; visibility: hidden"> <p id="uSignature" class="SignStyle">Input Signature here!</p> </div> <div id="Layer13" class="Fixed02" style="position:absolute; width:414px; height:21px; z-index:29; left: 168px; top: 451px"> <div align="center"> <p align="center"><a href="http://www.novadevelopment.com"class="Fixed02"> </a> </div> </div> </body> </html>