home *** CD-ROM | disk | FTP | other *** search
/ Photo Explosion 2.5 (Special Edition) / NovaDevelopment-PhotoExplosionSE-v2.5-Windows.iso / Data / Data1.cab / _00F109BCE4994BF6802247C04BCFA3FA < prev    next >
Encoding:
Text File  |  2005-12-12  |  12.3 KB  |  276 lines

  1. <html>
  2. <head>
  3. <title>Best Wishes this Holiday Season</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <style>
  6.  
  7. IMG {
  8. position:relative;
  9. }
  10.  
  11. .TextHolder01{
  12. cursor:hand;
  13. position:relative;
  14. font-family:"Arial", "Helvetica", "sans-serif";
  15. font-size:20pt;
  16. font-weight:bold;
  17. color:#FFFF66;
  18. }
  19.  
  20.  
  21. .ParentLayer {
  22. border-style:groove;
  23. border-color:green;
  24. border-width:0px;
  25. }
  26.  
  27. .ImageHolder {
  28. cursor:hand;
  29. }
  30.  
  31. .VideoHolder {
  32. cursor:hand;
  33. }
  34.  
  35. .Moveable01 {
  36. cursor:hand;
  37. position:relative;
  38. font-family:"Arial";
  39. font-size:12pt;
  40. font-style:italic;
  41. font-weight:bold;
  42. text-align:left;
  43. color:#ffffff;
  44. }
  45.  
  46. .Fixed01 {  
  47. cursor:arrow;
  48. font-family: "Arial", "Helvetica", "sans-serif"; 
  49. font-size: 7pt; 
  50. font-style: italic; 
  51. color: #003399;
  52. }
  53.  
  54. .Fixed02 { 
  55. cursor:arrow;
  56. font-family: "Arial", "Helvetica", "sans-serif"; 
  57. font-size: 7pt; 
  58. font-style: italic; 
  59. color: #ffff99; 
  60. text-align: center 
  61. }
  62.  
  63. .Dynamic01 {
  64. cursor:arrow;
  65. position:relative;
  66. font-family:"Arial";
  67. font-size:12pt;
  68. font-style:italic;
  69. font-weight:bold;
  70. text-align:left;
  71. color:#ffff00;
  72. }
  73.  
  74. .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; color:#FFFFFF; }
  75.  
  76. .SoundClip {
  77. cursor:hand;
  78. position:relative;
  79. }
  80.  
  81. </style>
  82. <script language="JavaScript">
  83. <!--
  84. function MM_swapImgRestore() { //v3.0
  85.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  86. }
  87.  
  88. function MM_preloadImages() { //v3.0
  89.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  90.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  91.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  92. }
  93.  
  94. function MM_findObj(n, d) { //v3.0
  95.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  96.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  97.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  98.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  99. }
  100.  
  101. function MM_swapImage() { //v3.0
  102.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  103.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  104. }
  105.  
  106. function MM_timelinePlay(tmLnName, myID) { //v1.2
  107.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  108.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  109.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  110.   tmLn = document.MM_Time[tmLnName];
  111.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  112.   if (myID == tmLn.ID) { //if Im newest
  113.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  114.     fNew = ++tmLn.curFrame;
  115.     for (i=0; i<tmLn.length; i++) {
  116.       sprite = tmLn[i];
  117.       if (sprite.charAt(0) == 's') {
  118.         if (sprite.obj) {
  119.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  120.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  121.             keyFrm=1;
  122.             for (j=0; j<sprite.values.length; j++) {
  123.               props = sprite.values[j]; 
  124.               if (numKeyFr != props.length) {
  125.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  126.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  127.               } else {
  128.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  129.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  130.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  131.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  132.         } } } } }
  133.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  134.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  135.   } }
  136. }
  137.  
  138. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  139.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  140.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  141.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  142.   tmLn = document.MM_Time[tmLnName];
  143.   if (numGotos != null)
  144.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  145.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  146.   jmpFwd = (fNew > tmLn.curFrame);
  147.   for (i = 0; i < tmLn.length; i++) {
  148.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  149.     if (sprite.charAt(0) == "s") {
  150.       numKeyFr = sprite.keyFrames.length;
  151.       firstKeyFr = sprite.keyFrames[0];
  152.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  153.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  154.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  155.       for (j=0; j<sprite.values.length; j++) {
  156.         props = sprite.values[j];
  157.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  158.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  159.         if (sprite.obj != null) {
  160.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  161.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  162.       } }
  163.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  164.   }
  165.   tmLn.curFrame = fNew;
  166.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  167. }
  168.  
  169. function MM_initTimelines() {
  170.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  171.     var ns = navigator.appName == "Netscape";
  172.     document.MM_Time = new Array(2);
  173.     document.MM_Time[0] = new Array(2);
  174.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  175.     document.MM_Time[0].MM_Name = "Timeline1";
  176.     document.MM_Time[0].fps = 15;
  177.     document.MM_Time[0][0] = new String("sprite");
  178.     document.MM_Time[0][0].slot = 1;
  179.     if (ns)
  180.         document.MM_Time[0][0].obj = document["Layer8"];
  181.     else
  182.         document.MM_Time[0][0].obj = document.all ? document.all["Layer8"] : null;
  183.     document.MM_Time[0][0].keyFrames = new Array(1, 28, 50);
  184.     document.MM_Time[0][0].values = new Array(5);
  185.     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);
  186.     document.MM_Time[0][0].values[0].prop = "left";
  187.     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);
  188.     document.MM_Time[0][0].values[1].prop = "top";
  189.     if (!ns) {
  190.         document.MM_Time[0][0].values[0].prop2 = "style";
  191.         document.MM_Time[0][0].values[1].prop2 = "style";
  192.     }
  193.     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);
  194.     document.MM_Time[0][0].values[2].prop = "width";
  195.     if (!ns)
  196.         document.MM_Time[0][0].values[2].prop2 = "style";
  197.     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);
  198.     document.MM_Time[0][0].values[3].prop = "height";
  199.     if (!ns)
  200.         document.MM_Time[0][0].values[3].prop2 = "style";
  201.     document.MM_Time[0][0].values[4] = new Array("0","0","0");
  202.     document.MM_Time[0][0].values[4].prop = "zIndex";
  203.     if (!ns)
  204.         document.MM_Time[0][0].values[4].prop2 = "style";
  205.     document.MM_Time[0][1] = new String("behavior");
  206.     document.MM_Time[0][1].frame = 50;
  207.     document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')";
  208.     document.MM_Time[0].lastFrame = 50;
  209.     document.MM_Time[1] = new Array(0);
  210.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  211.     document.MM_Time[1].MM_Name = "Timeline2";
  212.     document.MM_Time[1].fps = 15;
  213.     document.MM_Time[1].lastFrame = 0;
  214.     for (i=0; i<document.MM_Time.length; i++) {
  215.         document.MM_Time[i].ID = null;
  216.         document.MM_Time[i].curFrame = 0;
  217.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  218.     }
  219. }
  220. //-->
  221. </script>
  222. </head>
  223. <bgsound id="BackgroundSound" type="audio/midi" src="../audio/White Christmas(Horns).mid" repeat="1" loop="-1">
  224. <body bgcolor="#F11342" onLoad="MM_preloadImages('../image/light-2.gif','../image/chicken-2.gif','../image/wine-2.gif');MM_timelinePlay('Timeline1')"">
  225. <div id="Layer1" style="position:absolute; left:55px; top:4px; width:422px; height:18px; z-index:26" class="ParentLayer"> 
  226.     <a id="Link1" name=""></a> 
  227.         <p id="uTxet01" class="TextHolder01" align="left">Best Wishes this Holiday Season</p>
  228.      
  229. </div>
  230.  
  231. <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>
  232. <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>
  233. <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>
  234. <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>
  235. <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>
  236. <div id="Layer15" style="position:absolute; left:532px; top:27px; width:75px; height:40px; z-index:20">
  237.     <a id="Link15" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','../image/light-2.gif',1)">
  238.         <img id="uImage15" name="Image14" border="0" src="../image/light-1.gif" width="74" height="41" class="Dynamic01">
  239.     </a>
  240. </div>
  241. <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>
  242. <div id="Layer17" style="position:absolute; left:491px; top:50px; width:44px; height:65px; z-index:18">
  243.     <a id="Link17" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','../image/chicken-2.gif',1)">
  244.         <img id="uImage17" name="Image16" border="0" src="../image/chicken-1.gif" width="44" height="72" class="Dynamic01">
  245.     </a>
  246. </div>
  247. <div id="Layer18" style="position:absolute; left:596px; top:44px; width:96px; height:81px; z-index:19">
  248.     <a id="Link18" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','../image/wine-2.gif',1)">
  249.         <img id="uImage18" name="Image17" border="0" src="../image/wine-1.gif" width="95" height="81" class="Dynamic01">
  250.     </a>
  251. </div>
  252. <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>
  253.  
  254. <div id="Layer7" style="position:absolute; left:10px; top:75px; width:362px; height:251px; z-index:23" class="ParentLayer">
  255.     <a id="Link7" name=""> 
  256.         <img id="uImage02" src="../image/frame.gif" width="375" height="269" class="Moveable01">
  257.     </a>
  258. </div>
  259. <div id="Layer2" style="position:absolute; left:41px; top:104px; width:314px; height:207px; z-index:24" class="ParentLayer"> 
  260.   <a id="Link2" name=""> <img id="uImage01" src="../image/uimage001.jpg" width="316" height="211" class="ImageHolder" name="uImage01;315;210"> 
  261.   </a> </div>
  262. <div id="Layer3" style="position:absolute; left:44px; top:347px; width:314px; height:50px; z-index:25" class="ParentLayer"> 
  263.     <a id="Link3" name="">
  264.         <p id="uText02" class="TextHolder02" align="left">Wishing you the very best for the holidays.</p>
  265.     </a> 
  266. </div>
  267. <div id="Layer4" class="ParentLayer" style="position:absolute; left:370px; top:399px; width:245px; height:41px; z-index:5"> 
  268.     <a id="Link4" name="http://www.novadevelopment.com">   
  269.         <p id="uLogo01" class="Fixed02" align="center">
  270.     </a>
  271. </div>
  272. </body>
  273. <script language="JavaScript" src="../../WebCard.js">
  274. </script>
  275. </html>
  276.