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

  1. <html>
  2. <head>
  3. <title>Wishing You a Very Merry Christmas</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <style type="text/css">
  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:25pt;
  16. text-align:center;
  17. color:#CC0000;
  18. ; font-style: italic}
  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. }
  61.  
  62. .Dynamic01 {
  63. cursor:arrow;
  64. position:relative;
  65. font-family:"Arial";
  66. font-size:12pt;
  67. font-style:italic;
  68. font-weight:bold;
  69. text-align:left;
  70. color:#ffff00;
  71. }
  72.  
  73. .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; font-weight:bold; color:#FFFFFF; }
  74.  
  75. .SoundClip {
  76. cursor:hand;
  77. position:relative;
  78. }
  79.  
  80. </style>
  81. <script language="JavaScript">
  82. <!--
  83. function MM_timelinePlay(tmLnName, myID) { //v1.2
  84.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  85.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  86.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  87.   tmLn = document.MM_Time[tmLnName];
  88.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  89.   if (myID == tmLn.ID) { //if Im newest
  90.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  91.     fNew = ++tmLn.curFrame;
  92.     for (i=0; i<tmLn.length; i++) {
  93.       sprite = tmLn[i];
  94.       if (sprite.charAt(0) == 's') {
  95.         if (sprite.obj) {
  96.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  97.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  98.             keyFrm=1;
  99.             for (j=0; j<sprite.values.length; j++) {
  100.               props = sprite.values[j]; 
  101.               if (numKeyFr != props.length) {
  102.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  103.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  104.               } else {
  105.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  106.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  107.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  108.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  109.         } } } } }
  110.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  111.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  112.   } }
  113. }
  114.  
  115. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  116.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  117.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  118.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  119.   tmLn = document.MM_Time[tmLnName];
  120.   if (numGotos != null)
  121.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  122.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  123.   jmpFwd = (fNew > tmLn.curFrame);
  124.   for (i = 0; i < tmLn.length; i++) {
  125.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  126.     if (sprite.charAt(0) == "s") {
  127.       numKeyFr = sprite.keyFrames.length;
  128.       firstKeyFr = sprite.keyFrames[0];
  129.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  130.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  131.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  132.       for (j=0; j<sprite.values.length; j++) {
  133.         props = sprite.values[j];
  134.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  135.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  136.         if (sprite.obj != null) {
  137.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  138.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  139.       } }
  140.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  141.   }
  142.   tmLn.curFrame = fNew;
  143.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  144. }
  145.  
  146. function MM_initTimelines() {
  147.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  148.     var ns = navigator.appName == "Netscape";
  149.     document.MM_Time = new Array(1);
  150.     document.MM_Time[0] = new Array(2);
  151.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  152.     document.MM_Time[0].MM_Name = "Timeline1";
  153.     document.MM_Time[0].fps = 15;
  154.     document.MM_Time[0][0] = new String("sprite");
  155.     document.MM_Time[0][0].slot = 1;
  156.     if (ns)
  157.         document.MM_Time[0][0].obj = document["Layer4"];
  158.     else
  159.         document.MM_Time[0][0].obj = document.all ? document.all["Layer4"] : null;
  160.     document.MM_Time[0][0].keyFrames = new Array(1, 170);
  161.     document.MM_Time[0][0].values = new Array(5);
  162.     document.MM_Time[0][0].values[0] = new Array(8,9,10,11,12,12,13,14,15,16,17,18,19,19,20,21,22,23,24,25,26,26,27,28,29,30,31,32,33,33,34,35,36,37,38,39,40,40,41,42,43,44,45,46,47,47,48,49,50,51,52,53,54,54,55,56,57,58,59,60,61,61,62,63,64,65,66,67,68,68,69,70,71,72,73,74,75,75,76,77,78,79,80,81,82,82,83,84,85,86,87,88,89,89,90,91,92,93,94,95,96,96,97,98,99,100,101,102,103,103,104,105,106,107,108,109,110,110,111,112,113,114,115,116,117,117,118,119,120,121,122,123,124,124,125,126,127,128,129,130,131,131,132,133,134,135,136,137,138,138,139,140,141,142,143,144,145,145,146,147,148,149,150,151,152,152,153,154,155,156);
  163.     document.MM_Time[0][0].values[0].prop = "left";
  164.     document.MM_Time[0][0].values[1] = new Array(185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185);
  165.     document.MM_Time[0][0].values[1].prop = "top";
  166.     if (!ns) {
  167.         document.MM_Time[0][0].values[0].prop2 = "style";
  168.         document.MM_Time[0][0].values[1].prop2 = "style";
  169.     }
  170.     document.MM_Time[0][0].values[2] = new Array(125,124,123,122,122,121,120,119,119,118,117,116,116,115,114,113,113,112,111,110,110,109,108,107,107,106,105,105,104,103,102,102,101,100,99,99,98,97,96,96,95,94,93,93,92,91,90,90,89,88,88,87,86,85,85,84,83,82,82,81,80,79,79,78,77,76,76,75,74,73,73,72,71,71,70,69,68,68,67,66,65,65,64,63,62,62,61,60,59,59,58,57,56,56,55,54,53,53,52,51,51,50,49,48,48,47,46,45,45,44,43,42,42,41,40,39,39,38,37,36,36,35,34,34,33,32,31,31,30,29,28,28,27,26,25,25,24,23,22,22,21,20,19,19,18,17,17,16,15,14,14,13,12,11,11,10,9,8,8,7,6,5,5,4,3,2,2,1,0,0);
  171.     document.MM_Time[0][0].values[2].prop = "width";
  172.     if (!ns)
  173.         document.MM_Time[0][0].values[2].prop2 = "style";
  174.     document.MM_Time[0][0].values[3] = new Array(221,219,218,217,215,214,213,211,210,209,207,206,205,204,202,201,200,198,197,196,194,193,192,190,189,188,187,185,184,183,181,180,179,177,176,175,173,172,171,170,168,167,166,164,163,162,160,159,158,156,155,154,153,151,150,149,147,146,145,143,142,141,139,138,137,136,134,133,132,130,129,128,126,125,124,122,121,120,119,117,116,115,113,112,111,109,108,107,105,104,103,102,100,99,98,96,95,94,92,91,90,88,87,86,85,83,82,81,79,78,77,75,74,73,71,70,69,68,66,65,64,62,61,60,58,57,56,54,53,52,51,49,48,47,45,44,43,41,40,39,37,36,35,34,32,31,30,28,27,26,24,23,22,20,19,18,17,15,14,13,11,10,9,7,6,5,3,2,1,0);
  175.     document.MM_Time[0][0].values[3].prop = "height";
  176.     if (!ns)
  177.         document.MM_Time[0][0].values[3].prop2 = "style";
  178.     document.MM_Time[0][0].values[4] = new Array("18","18");
  179.     document.MM_Time[0][0].values[4].prop = "zIndex";
  180.     if (!ns)
  181.         document.MM_Time[0][0].values[4].prop2 = "style";
  182.     document.MM_Time[0][1] = new String("behavior");
  183.     document.MM_Time[0][1].frame = 171;
  184.     document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')";
  185.     document.MM_Time[0].lastFrame = 171;
  186.     for (i=0; i<document.MM_Time.length; i++) {
  187.         document.MM_Time[i].ID = null;
  188.         document.MM_Time[i].curFrame = 0;
  189.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  190.     }
  191. }
  192. //-->
  193. </script>
  194. </head>
  195. <bgsound id="BackgroundSound" type="audio/midi" src="../audio/White Christmas(Piano).mid" repeat="1" loop="-1">
  196. <body bgcolor="#000033" background="../image/ylwlftg-1.gif" onLoad="MM_timelinePlay('Timeline1')">
  197. <div id="Layer4" style="position:absolute; width:125px; height:221px; z-index:18; left: 8px; top: 185px"><img src="../image/man.gif" width="170" height="242" name="Image1"></div>
  198. <div id="Layer5" style="position:absolute; width:200px; height:115px; z-index:2; left: 8px; top: 2px"> 
  199.   <img src="../image/three.gif" width="283" height="425"></div>
  200.  
  201. <div id="Layer13" style="position:absolute; left:329px; top:3px; width:433px; height:137px; z-index:26" class="ParentLayer"> 
  202.     <a id="Link13" name="">
  203.         <p id="uText01" align="center" class="TextHolder01">Wishing You a Very Merry Christmas</p>
  204.     </a> 
  205. </div>
  206. <div id="Layer14" style="position:absolute; left:329px; top:107px; width:433px; height:84px; z-index:25" class="ParentLayer"> 
  207.     <a id="Link14" name="">
  208.         <p id="uText02" align="center" class="TextHolder02">Best wishes for the holiday 
  209.     season! </p>
  210.     </a> 
  211.   </div>
  212. <div id="Layer1" style="position:absolute; left:407px; top:196px; width:23px; height:65px; z-index:21"> 
  213.     <a id="Link1" name="">
  214.     <img id="uImage02" src="../image/photoF1.gif" width="37" height="221" class="Fixed02"> 
  215.     </a>
  216. </div>
  217. <div id="Layer2" style="position:absolute; left:407px; top:196px; width:28px; height:35px; z-index:22"> 
  218.     <a id="Link2" name="">
  219.         <img id="uImage03" src="../image/photoF2.gif" width="281" height="41" class="Fixed02"> 
  220.     </a>
  221. </div>
  222. <div id="Layer3" style="position:absolute; left:647px; top:199px; width:29px; height:63px; z-index:23"> 
  223.     <a id="Link3" name="">
  224.         <img id="uImage04" src="../image/photoF3.gif" width="41" height="227" class="Fixed02"> 
  225.     </a>
  226. </div>
  227. <div id="Layer7" style="position:absolute; left:410px; top:369px; width:57px; height:37px; z-index:24"> 
  228.     <a id="Link7" name="">
  229.         <img id="uImage05" src="../image/photoF4.gif" width="278" height="57" class="Fixed02"> 
  230.     </a>
  231. </div>
  232. <div id="Layer6" style="position:absolute; left:419px; top:217px; width:34px; height:54px; z-index:20" class="ParentLayer"> 
  233.     <a id="Link6" name="">
  234.         <img id="uImage01" src="../image/cmera-1.jpg" width="259" height="179" name="uImage01;259;179" class="ImageHolder">
  235.     </a> 
  236. </div>
  237. <div id="Layer50" class="ParentLayer" style="position:absolute; width:300px; height:40px; z-index:12; left: 6px; top: 6px"> 
  238.     <a id="Link50" name="http://www.novadevelopment.com">
  239.         <p id="uLogo01" align="left" class="Fixed01">
  240.     </a> 
  241. </div>
  242.  
  243. </body>
  244. <script language="JavaScript" src="../../WebCard.js">
  245. </script>
  246. </html>
  247.