home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Birthday Girl</title> <bgsound type="audio/wave" src="audio\sample.wav"> <style> .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399} .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #3333FF; font-weight: bold} .AlbumTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 24pt; font-style: normal; font-weight: bold; color: #FF6666} .SignStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #000000} </style> <script language="JavaScript"> <!-- function MM_preloadImages() { 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() { 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() { 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) { //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(4); 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["Layer12"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer12"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 10, 25, 35); document.MM_Time[0][0].values = new Array(2); document.MM_Time[0][0].values[0] = new Array(101,101,100,100,100,99,99,98,97,96,95,94,93,92,90,89,87,86,84,83,81,79,78,76,75,73,70,68,66,64,61,59,57,54,52); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(234,227,221,214,207,201,194,188,181,175,172,168,165,161,158,155,152,149,145,142,139,135,132,128,124,117,111,103,96,89,81,73,65,58,50); 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][1] = new String("sprite"); document.MM_Time[0][1].slot = 2; if (ns) document.MM_Time[0][1].obj = document["Layer1"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer1"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 13, 27, 37, 48); document.MM_Time[0][1].values = new Array(2); document.MM_Time[0][1].values[0] = new Array(21,24,27,30,33,36,39,41,44,46,48,50,50,49,48,46,43,41,38,35,32,29,26,23,20,18,16,14,12,11,9,8,6,5,4,3,3,3,3,3,4,4,5,6,7,7,8,9); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(243,240,238,236,234,231,229,226,223,220,216,211,206,200,194,188,181,175,168,161,155,148,142,136,131,125,120,115,111,107,104,101,98,95,91,88,84,80,75,70,66,61,56,51,46,41,36,31); 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][2] = new String("sprite"); document.MM_Time[0][2].slot = 3; if (ns) document.MM_Time[0][2].obj = document["Layer11"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer11"] : null; document.MM_Time[0][2].keyFrames = new Array(1, 42); document.MM_Time[0][2].values = new Array(2); document.MM_Time[0][2].values[0] = new Array(73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(149,146,144,141,138,135,133,130,127,125,122,119,117,114,111,108,106,103,100,98,95,92,89,87,84,81,79,76,73,70,68,65,62,60,57,54,52,49,46,43,41,38); 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][3] = new String("behavior"); document.MM_Time[0][3].frame = 48; document.MM_Time[0][3].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0].lastFrame = 48; 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> <script language="JavaScript"> <!- function MM_changeProp(objStrNS,objStrIE,theProp,theValue) { 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/bday-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); } //--> </script> </head> <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Birthday (Horn).mid" repeat="1" loop="-1"> <body id="Main" LINK="#003399" VLINK="#003399" ALINK="#003399" background="../image/bir-bk.jpg" onLoad="MM_preloadImages('../image/bday-home2.gif','#920395042183');MM_preloadImages('../image/bday-next2.gif','#920395086250');MM_preloadImages('../image/bday-pre2.gif','#920396546083');MM_timelinePlay('Timeline1')"> <div id="Layer8" style="position:absolute; left:258px; top:377px; width:30px; height:32px; z-index:44"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer8\'].document.uPreviousButton','document.uPreviousButton','../image/bday-pre2.gif','#920396546083')"><img src="../image/bday-pre1.gif" width="56" height="40" name="uPreviousButton" border="0" alt="Back"></a></div> <div id="Layer9" style="position:absolute; left:375px; top:356px; width:27px; height:26px; z-index:46"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer9\'].document.uHomeButton','document.uHomeButton','../image/bday-home2.gif','#920395042183')"><img src="../image/bday-home1.gif" width="36" height="70" name="uHomeButton" border="0" alt="Home"></a></div> <div id="Layer10" style="position:absolute; left:470px; top:377px; width:24px; height:38px; z-index:45"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer10\'].document.uNextButton','document.uNextButton','../image/bday-next2.gif','#920395086250')"><img src="../image/bday-next1.gif" width="51" height="39" name="uNextButton" border="0" alt="Next"></a></div> <div id="Layer13" style="position:absolute; width:245px; height:31px; z-index:52; left: 523px; top: 396px"> <p align="right" class="Fixed01"><a href="http://www.novadevelopment.com" class="Fixed01"> </a> </div> <div id="Layer3" style="position:absolute; left:229px; top:93px; width:33px; height:217px; z-index:39"><img name="uImage001" src="../Image/bday-photo.jpg" width="323" height="218" border="0"></div> <div id="Layer5" style="position:absolute; left:142px; top:37px; width:33px; height:33px; z-index:41"><img src="../image/bday-b.gif" width="505" height="118"></div> <div id="Layer6" style="position:absolute; left:673px; top:140px; width:32px; height:27px; z-index:42"><img src="../image/bottle-ani-p3.gif" width="55" height="131"></div> <div id="Layer7" style="position:absolute; left:660px; top:279px; width:31px; height:31px; z-index:43"><img src="../image/gift-ani-p3.gif" width="77" height="72" name="Image1"></div> <div id="Layer1" style="position:absolute; width:40px; height:35px; z-index:47; left: 21px; top: 243px"><img src="../image/bubble8.gif" width="52" height="192"></div> <div id="Layer11" style="position:absolute; width:42px; height:36px; z-index:48; left: 73px; top: 149px"><img src="../image/bubble5.gif" width="50" height="190"></div> <div id="Layer12" style="position:absolute; width:33px; height:30px; z-index:49; left: 101px; top: 234px"><img src="../image/bubble3.gif" width="50" height="193"></div> <div id="Layer14" style="position:absolute; width:413px; height:42px; z-index:53; top: 334px; left: 184px"> <p id="uThumbTitle001" class="ThumbTitleStyle" align="center">Your photo caption goes here!</p> </div> <div id="Layer15" style="position:absolute; left:27px; top:2px; width:747; height:52; z-index:54"> <p id="uAlbumTitle" lign="center" align="center" class="AlbumTitleStyle">Birthday Girl</p> </div> <div id="Layer16" style="position:absolute; left:0; top:430; width:760; height:50px; z-index:51; visibility: hidden"> <p id="uSignature" align="left" class="SignStyle">Input signature here!</p> </div> <div id="Layer4" style="position:absolute; left:167; top:59; width:34; height:33; z-index:40"><img src="../Image/bday-border1.gif" width="483" height="289" name="Image2"></div> </body> </html>