home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Sunset and the Open Road</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:#339900; } .ParentLayer { border-style:groove; border-color:green; border-width:0px; } .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_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(2); 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["Layer4"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer4"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 14, 31); document.MM_Time[0][1].values = new Array(3); document.MM_Time[0][1].values[0] = new Array(-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-172,-141,-108,-73,-35,5,49,96,146,200,255,310,365,419,474,529,584); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,346,346,346,346,346,346,346,346); 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("9","9","9"); document.MM_Time[0][1].values[2].prop = "zIndex"; if (!ns) document.MM_Time[0][1].values[2].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/Jazzy Little Number.mid" repeat="1" loop="-1"> <body onLoad="MM_timelinePlay('Timeline1')" background="../image/gen04-bg.jpg" bgcolor="#000033"> <div id="Layer9" style="position:absolute; left:395px; top:126px; width:332px; height:238px; z-index:22" class="ParentLayer"> <a id="Link9" name=""> <img id="uImage01" src="../image/gen04-photo6.jpg" width="320" height="212" class="ImageHolder" name="uImage01;320;212"> </a> </div> <div id="Layer1" style="position:absolute; left:375px; top:109px; width:135px; height:162px; z-index:15"> <a id="Link1" name=""> <img id="uImage02" src="../image/gen04-1.gif" width="364" height="278" class="Moveable01"> </a> </div> <div id="Layer10" style="position:absolute; left:16px; top:257px; width:356px; height:88px; z-index:23" class="ParentLayer"> <a id="Link10" name=""> <p id="uText02" align="left" class="TextHolder02">I was driving home this evening, admiring the sunset colors and thinking of you. So I thought I'd make you a cool Web card to say hello!</p> </a> </div> <div id="Layer3" style="position:absolute; left:15px; top:173px; width:356px; height:52px; z-index:21" class="ParentLayer"> <a id="Link3" name=""> <p id="uText01" align="left" class="TextHolder01">Sunset and the Open Road</p> </a> </div> <div id="Layer5" style="position:absolute; left:512px; top:387px; width:240px; height:35px; z-index:20" class="WebPageTitle"> <a id="Link5" name="http://www.novadevelopment.com"> <p align="right" class="Fixed02"></p> </a> </div> <div id="Layer2" style="position:absolute; left:464px; top:22px; width:222px; height:55px; z-index:11"> <a id="Link2" name=""> <img id="uImage03" src="../image/gen04-c.gif" width="282" height="89" class="Moveable01"> </a> </div> <div id="Layer6" style="position:absolute; left:390px; top:134px; width:328px; height:230px; z-index:10"><img id="uImage06" src="../image/gen04-frame_bg.jpg" width="329" height="228" class="Moveable01"></div> <div id="Layer4" style="position:absolute; left:-200px; top:347px; width:83px; height:30px; z-index:9"> <a id="Link4" name=""> <img id="uImage04" src="../image/gen04-car.gif" width="165" height="33"> </a> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>