home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Best Wishes this Holiday Season</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:20pt; font-weight:bold; color:#FFFF66; } .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 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399; } .Fixed02 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; 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; color:#FFFFFF; } .SoundClip { cursor:hand; position:relative; } </style> <script language="JavaScript"> <!-- 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_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(2); 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("sprite"); document.MM_Time[0][0].slot = 1; if (ns) document.MM_Time[0][0].obj = document["Layer8"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer8"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 28, 50); document.MM_Time[0][0].values = new Array(5); document.MM_Time[0][0].values[0] = new Array(509,506,502,499,496,493,489,486,483,480,476,473,470,467,463,460,457,454,450,447,444,441,437,434,431,428,424,421,425,429,433,437,441,445,449,453,457,461,465,469,473,477,481,485,489,493,497,501,505,509); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(288,288,288,288,288,288,288,288,288,289,289,289,289,289,289,289,289,289,289,289,289,289,289,289,290,290,290,290,290,290,290,290,290,290,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291); 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(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); document.MM_Time[0][0].values[2].prop = "width"; if (!ns) document.MM_Time[0][0].values[2].prop2 = "style"; document.MM_Time[0][0].values[3] = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); document.MM_Time[0][0].values[3].prop = "height"; if (!ns) document.MM_Time[0][0].values[3].prop2 = "style"; document.MM_Time[0][0].values[4] = new Array("0","0","0"); document.MM_Time[0][0].values[4].prop = "zIndex"; if (!ns) document.MM_Time[0][0].values[4].prop2 = "style"; document.MM_Time[0][1] = new String("behavior"); document.MM_Time[0][1].frame = 50; document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0].lastFrame = 50; document.MM_Time[1] = new Array(0); document.MM_Time["Timeline2"] = document.MM_Time[1]; document.MM_Time[1].MM_Name = "Timeline2"; document.MM_Time[1].fps = 15; document.MM_Time[1].lastFrame = 0; 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/White Christmas(Horns).mid" repeat="1" loop="-1"> <body bgcolor="#F11342" onLoad="MM_preloadImages('../image/light-2.gif','../image/chicken-2.gif','../image/wine-2.gif');MM_timelinePlay('Timeline1')""> <div id="Layer1" style="position:absolute; left:55px; top:4px; width:422px; height:18px; z-index:26" class="ParentLayer"> <a id="Link1" name=""></a> <p id="uTxet01" class="TextHolder01" align="left">Best Wishes this Holiday Season</p> </div> <div id="Layer8" style="position:absolute; left:509px; top:288px; width:0px; height:0px; z-index:0" class="fixed03"><img src="../image/manlook.gif" width="231" height="125" name="Image1"></div> <div id="Layer9" style="position:absolute; left:418px; top:15px; width:252px; height:195px; z-index:10"><img src="../image/dinner.gif" width="347" height="303" class="fixed03"></div> <div id="Layer10" style="position:absolute; left:389px; top:68px; width:46px; height:38px; z-index:11"><img src="../image/strlt-1.gif" width="54" height="52"></div> <div id="Layer11" style="position:absolute; left:695px; top:158px; width:28px; height:30px; z-index:12"><img src="../image/strlt-2.gif" width="29" height="31"></div> <div id="Layer13" style="position:absolute; left:711px; top:13px; width:35px; height:45px; z-index:14"><img src="../image/strlt-1.gif" width="54" height="52"></div> <div id="Layer15" style="position:absolute; left:532px; top:27px; width:75px; height:40px; z-index:20"> <a id="Link15" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','../image/light-2.gif',1)"> <img id="uImage15" name="Image14" border="0" src="../image/light-1.gif" width="74" height="41" class="Dynamic01"> </a> </div> <div id="Layer16" style="position:absolute; left:374px; top:321px; width:34px; height:29px; z-index:17"><img src="../image/strlt-3.gif" width="35" height="29"></div> <div id="Layer17" style="position:absolute; left:491px; top:50px; width:44px; height:65px; z-index:18"> <a id="Link17" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../image/chicken-2.gif',1)"> <img id="uImage17" name="Image16" border="0" src="../image/chicken-1.gif" width="44" height="72" class="Dynamic01"> </a> </div> <div id="Layer18" style="position:absolute; left:596px; top:44px; width:96px; height:81px; z-index:19"> <a id="Link18" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','../image/wine-2.gif',1)"> <img id="uImage18" name="Image17" border="0" src="../image/wine-1.gif" width="95" height="81" class="Dynamic01"> </a> </div> <div id="Layer19" style="position:absolute; left:452px; top:13px; width:34px; height:32px; z-index:21"><img src="../image/strlt-3.gif" width="35" height="29"></div> <div id="Layer7" style="position:absolute; left:10px; top:75px; width:362px; height:251px; z-index:23" class="ParentLayer"> <a id="Link7" name=""> <img id="uImage02" src="../image/frame.gif" width="375" height="269" class="Moveable01"> </a> </div> <div id="Layer2" style="position:absolute; left:41px; top:104px; width:314px; height:207px; z-index:24" class="ParentLayer"> <a id="Link2" name=""> <img id="uImage01" src="../image/uimage001.jpg" width="316" height="211" class="ImageHolder" name="uImage01;315;210"> </a> </div> <div id="Layer3" style="position:absolute; left:44px; top:347px; width:314px; height:50px; z-index:25" class="ParentLayer"> <a id="Link3" name=""> <p id="uText02" class="TextHolder02" align="left">Wishing you the very best for the holidays.</p> </a> </div> <div id="Layer4" class="ParentLayer" style="position:absolute; left:370px; top:399px; width:245px; height:41px; z-index:5"> <a id="Link4" name="http://www.novadevelopment.com"> <p id="uLogo01" class="Fixed02" align="center"> </a> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>