home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>My Photo Album</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
- <script language="JavaScript">
- <!--
- <!--
- function MM_showHideLayers() { //v2.0
- var i, visStr, args, theObj;
- args = MM_showHideLayers.arguments;
- for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
- visStr = args[i+2];
- if (navigator.appName == 'Netscape' && document.layers != null) {
- theObj = eval(args[i]);
- if (theObj) theObj.visibility = visStr;
- } else if (document.all != null) { //IE
- if (visStr == 'show') visStr = 'visible'; //convert vals
- if (visStr == 'hide') visStr = 'hidden';
- theObj = eval(args[i+1]);
- if (theObj) theObj.style.visibility = visStr;
- } }
- }
-
- 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_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(5);
- document.MM_Time["Timeline1"] = document.MM_Time[0];
- document.MM_Time[0].MM_Name = "Timeline1";
- document.MM_Time[0].fps = 20;
- document.MM_Time[0][0] = new String("behavior");
- document.MM_Time[0][0].frame = 9;
- document.MM_Time[0][0].value = "MM_showHideLayers('document.layers[\\\'Layer5\\\']','document.all[\\\'Layer5\\\']','show','document.layers[\\\'Layer7\\\']','document.all[\\\'Layer7\\\']','show','document.layers[\\\'Layer6\\\']','document.all[\\\'Layer6\\\']','show')";
- document.MM_Time[0][1] = new String("behavior");
- document.MM_Time[0][1].frame = 3;
- document.MM_Time[0][1].value = "MM_showHideLayers('document.layers[\\\'Layer1\\\']','document.all[\\\'Layer1\\\']','hide','document.layers[\\\'Layer2\\\']','document.all[\\\'Layer2\\\']','show','document.layers[\\\'Layer3\\\']','document.all[\\\'Layer3\\\']','show','document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','hide')";
- document.MM_Time[0][2] = new String("behavior");
- document.MM_Time[0][2].frame = 6;
- document.MM_Time[0][2].value = "MM_showHideLayers('document.layers[\\\'Layer1\\\']','document.all[\\\'Layer1\\\']','show','document.layers[\\\'Layer2\\\']','document.all[\\\'Layer2\\\']','hide','document.layers[\\\'Layer3\\\']','document.all[\\\'Layer3\\\']','hide','document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','show')";
- document.MM_Time[0][3] = new String("behavior");
- document.MM_Time[0][3].frame = 12;
- document.MM_Time[0][3].value = "MM_showHideLayers('document.layers[\\\'Layer13\\\']','document.all[\\\'Layer13\\\']','show')";
- document.MM_Time[0][4] = new String("behavior");
- document.MM_Time[0][4].frame = 70;
- document.MM_Time[0][4].value = "MM_showHideLayers('document.layers[\\\'Layer13\\\']','document.all[\\\'Layer13\\\']','hide')";
- document.MM_Time[0].lastFrame = 70;
- 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">
- <!--
- .Fixed01 {
- font-family: "Arial", "Helvetica", "sans-serif";
- font-size: 7pt;
- font-style: italic;
- color: #003399}
- -->
- </style></head>
-
- <body bgcolor="#FFFFFF" background="../image/myph-background.jpg" onLoad="MM_preloadImages('../image/myph-preview2.GIF','#925183870230');MM_preloadImages('../image/myph-home2.gif','#925183891480');MM_preloadImages('../image/myph-next2.gif','#925183995070');MM_timelinePlay('Timeline1')" link="#003399" vlink="#003399" alink="#003399">
- <div id="Layer1" style="position:absolute; left:55px; top:38px; width:33px; height:22px; z-index:1"><a href="#" onMouseOver="MM_showHideLayers('document.layers[\'Layer1\']','document.all[\'Layer1\']','hide','document.layers[\'Layer2\']','document.all[\'Layer2\']','show','document.layers[\'Layer3\']','document.all[\'Layer3\']','show','document.layers[\'Layer4\']','document.all[\'Layer4\']','hide')"><img src="../image/myph-turnoff1.jpg" width="660" height="380" border="0"></a></div>
- <div id="Layer2" style="position:absolute; left:55px; top:38px; width:215px; height:135px; z-index:2; visibility: hidden">
- <p><img src="../image/myph-turnon3.jpg" width="660" height="380"></p>
- </div>
- <div id="Layer3" style="position:absolute; left:278px; top:46px; width:39px; height:20px; z-index:3; visibility: hidden"><a href="#" onMouseOver="MM_showHideLayers('document.layers[\'Layer1\']','document.all[\'Layer1\']','show','document.layers[\'Layer2\']','document.all[\'Layer2\']','hide','document.layers[\'Layer3\']','document.all[\'Layer3\']','hide','document.layers[\'Layer4\']','document.all[\'Layer4\']','show')"><img src="../image/myph-turnon2.jpg" width="174" height="37" border="0"></a></div>
- <div id="Layer4" style="position:absolute; left:284px; top:47px; width:59px; height:47px; z-index:4; visibility: hidden">
- <img src="../image/myph-turnoff2.jpg" width="167" height="36">
- </div>
- <div id="Layer5" style="position:absolute; left:218px; top:140px; width:65px; height:44px; z-index:5; visibility: hidden">
- <img src="../image/myph-back2.jpg" width="312" height="233" name="uThumb002Dec01">
- </div>
- <div id="Layer7" style="position:absolute; left:210px; top:133px; width:42px; height:35px; z-index:7; visibility: hidden">
- <img src="../Image/myph-bfreme-1.GIF" width="332" height="248" name="uThumb002Dec02" border="0">
- </div>
- <div id="Layer9" style="position:absolute; left:302px; top:421px; width:18px; height:35px; z-index:9"><a href="album1.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer9\'].document.uPreviousButton','document.uPreviousButton','../image/myph-preview2.GIF','#925183870230')"><img src="../image/myph-preview1.GIF" width="24" height="41" name="uPreviousButton" border="0" alt="Back"></a></div>
- <div id="Layer10" style="position:absolute; left:349px; top:426px; width:29px; height:32px; z-index:10"><a href="myphoto.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer10\'].document.uHomeButton','document.uHomeButton','../image/myph-home2.gif','#925183891480')"><img src="../image/myph-home1.GIF" width="36" height="35" name="uHomeButton" border="0" alt="Home"></a></div>
- <div id="Layer11" style="position:absolute; left:410px; top:418px; width:25px; height:30px; z-index:11"><a href="album3.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer11\'].document.uNextButton','document.uNextButton','../image/myph-next2.gif','#925183995070')"><img src="../image/myph-next1.GIF" width="27" height="44" name="uNextButton" border="0" alt="Next"></a></div>
- <div id="Layer25" style="position:absolute; width:262px; height:22px; z-index:22; left: 445px; top: 446px">
- <p align="right"><a href="http://www.ulead.com/pe/runme.htm" class="Fixed01">
- </a> </p>
- </div>
- <div id="Layer6" style="position:absolute; left:224px; top:154px; width:48px; height:34px; z-index:6; visibility: hidden">
- <img src="../image/myph-bphoto2.jpg" width="300" height="200" name="uThumb002"> </div>
- </body>
- </html>
-