home *** CD-ROM | disk | FTP | other *** search
Wrap
<HTML> <HEAD> <TITLE>Vacation Show</TITLE> <META http-equiv=""Content-Type"" content=""text/html""> <style type="text/css"> <!-- .AlbumTitleStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 36pt; font-style: normal; color: #FFCC99; text-align: center} .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #FFCCCC; font-style: normal; text-align: center} .Fied02 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99} .SignStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #ffffff} --> </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_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_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); } 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(8); 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["Layer15"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer15"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 11, 23, 33, 44, 57); document.MM_Time[0][0].values = new Array(3); document.MM_Time[0][0].values[0] = new Array(311,350,390,429,469,508,546,582,616,648,678,683,672,659,646,633,621,609,596,582,568,554,539,520,501,483,465,447,429,411,393,375,362,384,407,429,452,476,499,523,548,572,597,621,598,575,551,528,504,480,456,431,407,383,359,334,310); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(200,200,199,198,197,196,196,196,197,199,204,220,235,246,255,263,270,277,283,288,292,295,296,291,283,274,263,252,239,226,212,197,179,184,192,200,208,217,226,235,245,255,266,278,274,268,262,256,250,244,237,231,224,218,211,204,198); 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("22","15","15","15","15","15"); 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 = 58; document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][2] = new String("behavior"); document.MM_Time[0][2].frame = 11; document.MM_Time[0][2].value = "MM_swapImage('document.layers[\\\'Layer15\\\'].document.glider_y','document.glider_y','../Image/glider_y1.gif','#962360065070')"; document.MM_Time[0][3] = new String("behavior"); document.MM_Time[0][3].frame = 33; document.MM_Time[0][3].value = "MM_swapImage('document.layers[\\\'Layer15\\\'].document.glider_y','document.glider_y','../Image/glider_y2.gif','#962360117190')"; document.MM_Time[0][4] = new String("behavior"); document.MM_Time[0][4].frame = 44; document.MM_Time[0][4].value = "MM_swapImage('document.layers[\\\'Layer15\\\'].document.glider_y','document.glider_y','../Image/glider_y1.gif','#962360152130')"; document.MM_Time[0][5] = new String("behavior"); document.MM_Time[0][5].frame = 57; document.MM_Time[0][5].value = "MM_swapImage('document.layers[\\\'Layer15\\\'].document.glider_y','document.glider_y','../Image/glider_y2.gif','#962360187440');MM_swapImage('document.layers[\\\'Layer14\\\'].document.glider_b','document.glider_b','../Image/glider_b1.gif','#962360993040')"; document.MM_Time[0][6] = new String("sprite"); document.MM_Time[0][6].slot = 2; if (ns) document.MM_Time[0][6].obj = document["Layer14"]; else document.MM_Time[0][6].obj = document.all ? document.all["Layer14"] : null; document.MM_Time[0][6].keyFrames = new Array(1, 10, 21, 33, 46, 57); document.MM_Time[0][6].values = new Array(3); document.MM_Time[0][6].values[0] = new Array(625,600,576,551,526,501,476,451,425,398,376,353,330,308,286,264,242,221,201,180,161,177,193,210,225,241,256,271,286,301,316,331,345,358,371,383,394,406,417,428,440,451,463,475,488,501,517,534,552,569,587,604,622,640,658,676,694); document.MM_Time[0][6].values[0].prop = "left"; document.MM_Time[0][6].values[1] = new Array(207,221,235,250,264,278,291,302,312,320,324,326,326,326,325,324,322,320,317,314,310,307,307,306,305,304,303,302,301,299,297,294,290,285,280,273,266,259,251,243,236,228,221,214,208,202,196,191,186,182,178,174,170,167,163,160,156); document.MM_Time[0][6].values[1].prop = "top"; if (!ns) { document.MM_Time[0][6].values[0].prop2 = "style"; document.MM_Time[0][6].values[1].prop2 = "style"; } document.MM_Time[0][6].values[2] = new Array("23","15","15","15","15","15"); document.MM_Time[0][6].values[2].prop = "zIndex"; if (!ns) document.MM_Time[0][6].values[2].prop2 = "style"; document.MM_Time[0][7] = new String("behavior"); document.MM_Time[0][7].frame = 21; document.MM_Time[0][7].value = "MM_swapImage('document.layers[\\\'Layer14\\\'].document.glider_b','document.glider_b','../Image/glider_b2.gif','#962360925480')"; document.MM_Time[0].lastFrame = 58; 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/Chihuahua Glee.mid" repeat="1" loop="-1"> <BODY BGCOLOR="#356bc3" onLoad="MM_preloadImages('../Image/btm_nxt2.gif','#962359448970');MM_preloadImages('../Image/btn_hom2.gif','#962359608860');MM_preloadImages('../Image/btn_pre2.gif','#962359619350');MM_timelinePlay('Timeline1');MM_preloadImages('../Image/glider_y1.gif','#962360065070');MM_preloadImages('../Image/glider_y2.gif','#962360117190');MM_preloadImages('../Image/glider_y1.gif','#962360152130');MM_preloadImages('../Image/glider_y2.gif','#962360187440');MM_preloadImages('../Image/glider_b2.gif','#962360925480');MM_preloadImages('../Image/glider_b1.gif','#962360993040');MM_preloadImages('../Image/btn_hom1.gif','#962361229160');MM_preloadImages('../Image/btn_nxt1.gif','#962361271400');MM_preloadImages('../Image/btn_pre1.gif','#962361294030')"> <div id="Layer1" style="position:absolute; left:0px; top:0px; width:304px; height:61px; z-index:1"><img src="../Image/vaca-1.jpg" width=334 height=67 border=0 name="Image4"></div> <div id="Layer2" style="position:absolute; left:404px; top:65px; width:159px; height:72px; z-index:4"><img src="../Image/vaca-5.jpg" width=181 height=149 border=0></div> <div id="Layer3" style="position:absolute; left:585px; top:65px; width:168px; height:124px; z-index:5"><img src="../Image/vaca-6.jpg" width=175 height=149 border=0></div> <div id="Layer4" style="position:absolute; left:0px; top:65px; width:305px; height:203px; z-index:6"><img src="../Image/vaca-4.jpg" width=404 height=239 border=0></div> <div id="Layer5" style="position:absolute; left:405px; top:214px; width:186px; height:87px; z-index:7"><img src="../Image/vaca-7.jpg" width=356 height=90 border=0></div> <div id="Layer8" style="position:absolute; left:0px; top:342px; width:751px; height:67px; z-index:8"><img src="../Image/vaca-9.jpg" width=760 height=76 border=0></div> <div id="Layer9" style="position:absolute; left:76px; top:126px; width:205px; height:133px; z-index:9"><img src="../Image/vaca-frame_bk.jpg" width="284" height="190"></div> <div id="Layer11" style="position:absolute; left:502px; top:141px; width:29px; height:36px; z-index:14"><a href="#" onClick="#" onMouseOut="MM_swapImage('document.layers[\'Layer11\'].document.Image1','document.Image1','../Image/btn_nxt1.gif','#962361271400')" onMouseOver="MM_swapImage('document.layers[\'Layer11\'].document.Image1','document.Image1','../Image/btm_nxt2.gif','#962359448970')"><img src="../Image/btn_nxt1.gif" width="43" height="42" border="0" name="uNextButton"></a></div> <div id="Layer12" style="position:absolute; left:384px; top:141px; width:36px; height:36px; z-index:15"><a href="#" onClick="#" onMouseOut="MM_swapImage('document.layers[\'Layer12\'].document.Image3','document.Image3','../Image/btn_pre1.gif','#962361294030')" onMouseOver="MM_swapImage('document.layers[\'Layer12\'].document.Image3','document.Image3','../Image/btn_pre2.gif','#962359619350')"><img src="../Image/btn_pre1.gif" width="43" height="42" border="0" name="uPreviousButton"></a></div> <div id="Layer13" style="position:absolute; left:439px; top:141px; width:29px; height:32px; z-index:16"><a href="#" onClick="#" onMouseOut="MM_swapImage('document.layers[\'Layer13\'].document.Image2','document.Image2','../Image/btn_hom1.gif','#962361229160')" onMouseOver="MM_swapImage('document.layers[\'Layer13\'].document.Image2','document.Image2','../Image/btn_hom2.gif','#962359608860')"><img src="../Image/btn_hom1.gif" width="43" height="42" border="0" name="uHomeButton"></a></div> <div id="Layer14" style="position:absolute; left:625px; top:207px; width:70px; height:24px; z-index:23"><img src="../Image/glider_b1.gif" width="77" height="31" name="glider_b"></div> <div id="Layer15" style="position:absolute; left:311px; top:200px; width:76px; height:33px; z-index:22"><img src="../Image/glider_y2.gif" width="78" height="30" name="glider_y"></div> <div id="Layer16" style="position:absolute; left:1px; top:8px; width:747px; height:52px; z-index:25" class="AlbumTitleStyle"> <p id="uAlbumTitle" class="AlbumTitleStyle">My Dream Vacation</p> </div> <div id="Layer17" style="position:absolute; left:82px; top:81px; width:274px; height:48px; z-index:24"> <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer18" style="position:absolute; left:561px; top:386px; width:169px; height:11px; z-index:21" class="Fied02"> <p><a href="http://www.novadevelopment.com" class="Fied02"> </a> </p> </div> <div id="Layer19" style="position:absolute; left:82px; top:130px; width:273px; height:182px; z-index:10"><img src="../image/vaca-photo.jpg" width="275" height="183" name="uImage001"></div> <div id="Layer20" style="position:absolute; left:0px; top:304px; width:226px; height:24px; z-index:3"><img src="../Image/vaca-8.jpg" width="760" height="38"></div> <div id="Layer6" style="position:absolute; left:0px; top:79px; width:600px; height:268px; z-index:11"><img src="../Image/vaca-frame.gif" width="624" height="285"></div> <div id="Layer10" style="position:absolute; left:0px; top:430px; width:760px; height:48px; z-index:10; visibility: hidden"> <p id="uSignature" align="left" class="SignStyle">Input signature here!</p> </div> </BODY> </HTML>