home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Home Sweet Home</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> IMG { position:relative; } .TextHolder01{ cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:24pt; font-weight:bold; text-align:center; color:#003399; } .ParentLayer { border-style:groove; border-color:green; border-width:0px; ; cursor: hand} .ImageHolder { cursor:hand; } .VideoHolder { cursor:hand; } .Moveable01 { cursor:hand; position:relative; font-family:"Arial"; font-size:12pt; font-style:italic; font-weight:bold; text-align:left; color:#ffffff; } .Fixed01 { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; font-style: italic; color: #003399; text-align: center } .Fixed02 { cursor:arrow; font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; font-style: italic; color: #ffff99; text-align: center } .Dynamic01 { cursor:arrow; position:relative; font-family:"Arial"; font-size:12pt; font-style:italic; font-weight:bold; text-align:left; color:#ffff00; } .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; text-align:left; color:#000000; ; font-weight: bold} .SoundClip { cursor:hand; position:relative; } </style> <script language="JavaScript"> <!-- 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_swapImgRestore() { //v3.0 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_preloadImages() { //v3.0 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_findObj(n, d) { //v3.0 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() { //v3.0 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];} } 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("behavior"); document.MM_Time[0][0].frame = 31; document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][1] = new String("sprite"); document.MM_Time[0][1].slot = 1; if (ns) document.MM_Time[0][1].obj = document["Layer9"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer9"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 5, 10, 13, 14, 15, 30); document.MM_Time[0][1].values = new Array(3); document.MM_Time[0][1].values[0] = new Array(1,3,5,9,16,25,34,46,59,74,106,139,166,207,230,234,238,242,247,251,256,261,266,272,278,283,289,295,300,306); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(26,40,53,67,80,89,97,103,108,110,103,89,79,75,95,109,123,139,155,173,192,212,234,257,280,303,326,349,372,395); 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][1].values[2] = new Array("15","12","12","12","12","12","12"); document.MM_Time[0][1].values[2].prop = "zIndex"; if (!ns) document.MM_Time[0][1].values[2].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["Layer2"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer2"] : null; document.MM_Time[0][2].keyFrames = new Array(1, 12, 24); document.MM_Time[0][2].values = new Array(2); document.MM_Time[0][2].values[0] = new Array(37,36,35,34,33,31,30,29,28,27,26,25,26,27,28,29,30,31,31,32,33,34,35,36); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(332,332,333,333,333,333,333,334,334,334,335,335,335,335,335,335,335,335,335,335,335,335,335,335); 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("sprite"); document.MM_Time[0][3].slot = 2; if (ns) document.MM_Time[0][3].obj = document["Layer3"]; else document.MM_Time[0][3].obj = document.all ? document.all["Layer3"] : null; document.MM_Time[0][3].keyFrames = new Array(1, 13, 24); document.MM_Time[0][3].values = new Array(2); document.MM_Time[0][3].values[0] = new Array(31,31,32,32,33,33,34,34,35,35,36,37,37,36,35,35,34,33,32,31,30,29,28,27); document.MM_Time[0][3].values[0].prop = "left"; document.MM_Time[0][3].values[1] = new Array(337,337,337,337,336,336,336,336,336,336,335,335,335,335,335,335,336,336,336,336,336,337,337,337); document.MM_Time[0][3].values[1].prop = "top"; if (!ns) { document.MM_Time[0][3].values[0].prop2 = "style"; document.MM_Time[0][3].values[1].prop2 = "style"; } document.MM_Time[0].lastFrame = 31; 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/You Are My Sunshine.mid" repeat="1" loop="-1"> <body bgcolor="#A5E6A7" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/flower_move.gif')"> <div id="Layer8" style="position:absolute; left:54px; top:77px; width:333px; height:118px; z-index:14" class="ParentLayer"> <a id="Link8" name=""> <p id="uText02" class="TextHolder02">Here's a great shot that I enhanced with Photo Explosion. And check out the video clip!</p> </a> </div> <div id="Layer1" style="position:absolute; left:0px; top:0px; width:763px; height:426px; z-index:1"> <img src="../image/web_card2_bg.gif"></div> <div id="Layer5" style="position:absolute; left:401px; top:75px; width:278px; height:159px; z-index:5"> <a id="Link5" name=""> <img id="uImage02" src="../image/gen02-photo2.gif" width="362" height="284" class="Moveable01"> </a> </div> <div id="Layer6" style="position:absolute; left:639px; top:359px; width:50px; height:44px; z-index:6"> <a id="Link6" name=""> <img src="../image/flower_move.gif" width="59" height="62"> </a> </div> <div id="Layer14" style="position:absolute; left:5px; top:13px; width:747px; height:52px; z-index:7" class="ParentLayer"> <a id="Link14" name=""> <p id="uText01" class="TextHolder01">Home Sweet Home</p> </a> </div> <div id="Layer4" style="position:absolute; left:666px; top:20px; width:36px; height:38px; z-index:11"> <a id="Link4" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uImage8','','../image/flower_move.gif',1)"> <img id="uImage8" border="0" src="../image/gen02-flower.gif" width="52" height="53" class="Moveable01"> </a> </div> <div id="Layer9" style="position:absolute; left:1px; top:26px; width:36px; height:39px; z-index:15"> <a id="Link9" name=""> <img src="../image/gen02-flower.gif" width="36" height="36"> </a> </div> <div id="Layer10" style="position:absolute; left:443px; top:125px; width:274px; height:177px; z-index:16" class="ParentLayer"> <a id="Link10" name=""> <img id="uImage01" src="../image/vit_3_photo.JPG" width="273" height="175" name="uImage01;273;173" class="ImageHolder"> </a> </div> <div id="Layer2" style="position:absolute; left:37px; top:332px; width:210px; height:102px; z-index:18"> <a id="Link2" name=""> <img src="../image/gen02-thao1.gif" width="208" height="98"> </a> </div> <div id="Layer3" style="position:absolute; left:31px; top:337px; width:205px; height:100px; z-index:19"> <a id="Link3" name=""> <img src="../image/gen02-thao2.gif" width="207" height="98"> </a> </div> <div id="VideoBorder" class="ParentLayer" style="visibility:hidden; position:absolute; width:30px; height:30px; z-index:69; left: 0px; top: 0px; border-width:5px;"> </div> <div id="VideoLayer" style="position:absolute; left:48px; top:198px; width:160px; height:120px; z-index:20" class="ParentLayer"> <a id="Link7" name=""> <img id="uVideo01" class="VideoHolder" type="video/avi" dynsrc="../video/Happy Times.avi" width="160" height="120" repeat="1" loop="-1"> </a> </div> <div id="Layer13" class="ParentLayer" style="position:absolute; width:252px; height:21px; z-index:17; left: 372px; top: 362px"> <div align="center"> <a id="Link13" name="http://www.novadevelopment.com"> <p id="uLogo01" align="right" class="Fixed01"> </a> </div> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>