home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>General Album</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <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_preloadImages() { //v2.0 if (document.images) { var imgFiles = MM_preloadImages.arguments; if (document.preloadArray==null) document.preloadArray = new Array(); var i = document.preloadArray.length; with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){ preloadArray[i] = new Image; preloadArray[i++].src = imgFiles[j]; } } } function MM_swapImgRestore() { //v2.0 if (document.MM_swapImgData != null) for (var i=0; i<(document.MM_swapImgData.length-1); i+=2) document.MM_swapImgData[i].src = document.MM_swapImgData[i+1]; } function MM_swapImage() { //v2.0 var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData; for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) { objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1]; if ((objStr.indexOf('document.layers[')==0 && document.layers==null) || (objStr.indexOf('document.all[') ==0 && document.all ==null)) objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length); obj = eval(objStr); if (obj != null) { swapArray[j++] = obj; swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j]; obj.src = MM_swapImage.arguments[i+2]; } } document.MM_swapImgData = swapArray; //used for restore } 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 = 44; 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["Layer6"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer6"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 20, 40); document.MM_Time[0][1].values = new Array(2); document.MM_Time[0][1].values[0] = new Array(694,695,696,696,697,698,699,699,700,701,702,703,703,704,705,707,708,710,712,713,714,714,715,715,716,716,716,717,717,717,717,717,718,718,718,718,718,719,719,719); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(183,182,181,180,179,178,177,176,175,175,174,173,172,171,170,169,168,168,169,171,174,177,180,183,187,190,194,198,202,206,211,215,219,224,228,233,237,241,246,250); 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][2] = new String("sprite"); document.MM_Time[0][2].slot = 2; if (ns) document.MM_Time[0][2].obj = document["Layer7"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer7"] : null; document.MM_Time[0][2].keyFrames = new Array(1, 40); document.MM_Time[0][2].values = new Array(2); document.MM_Time[0][2].values[0] = new Array(130,132,134,136,138,140,142,145,147,149,151,153,155,157,159,161,163,165,167,169,172,174,176,178,180,182,184,186,188,190,192,194,196,199,201,203,205,207,209,211); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(14,16,19,21,23,26,28,30,32,35,37,39,42,44,46,49,51,53,56,58,60,62,65,67,69,72,74,76,79,81,83,86,88,90,92,95,97,99,102,104); 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 = 3; if (ns) document.MM_Time[0][3].obj = document["Layer13"]; else document.MM_Time[0][3].obj = document.all ? document.all["Layer13"] : null; document.MM_Time[0][3].keyFrames = new Array(1, 13, 20, 35, 44); document.MM_Time[0][3].values = new Array(2); document.MM_Time[0][3].values[0] = new Array(638,640,642,644,646,648,650,652,654,656,658,661,664,670,674,677,679,682,684,688,690,691,692,692,693,693,694,694,694,695,695,696,697,697,699,702,705,708,711,713,716,718,720,723); document.MM_Time[0][3].values[0].prop = "left"; document.MM_Time[0][3].values[1] = new Array(206,212,219,225,232,238,244,250,256,262,267,272,276,275,270,265,261,256,252,249,250,252,255,257,259,261,263,265,268,270,272,274,276,278,279,279,278,276,274,272,270,268,266,264); 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 = 44; 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> <style type="text/css"> <!-- .Fixed02 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99 } --> </style></head> <body bgcolor="#000000" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/button_l1.gif','#966492334230');MM_preloadImages('../image/button_m1.gif','#966492366910');MM_preloadImages('../image/button_r1.gif','#966492398220')"> <div id="Layer1" style="position:absolute; left:3; top:0; width:760; height:389; z-index:1"><img src="../image/bg.gif" width="760" height="391"></div> <div id="Layer2" style="position:absolute; left:-11; top:-12; width:297; height:412; z-index:3"><img src="../image/windows.gif" width="297" height="412"></div> <div id="Layer3" style="position:absolute; left:3; top:304; width:513; height:97; z-index:2"><img src="../image/stage-1.gif" width="775" height="109"></div> <div id="Layer4" style="position:absolute; left:279px; top:32px; width:236px; height:200px; z-index:4"><img src="../image/drmy-3.jpg" width="356" height="235" name="uThumb003"></div> <div id="Layer6" style="position:absolute; left:694px; top:183px; width:32px; height:28px; z-index:6"><img src="../image/star1.gif" width="30" height="33"></div> <div id="Layer7" style="position:absolute; left:130px; top:14px; width:66px; height:25px; z-index:7"><img src="../image/star2.gif" width="48" height="53"></div> <div id="Layer8" style="position:absolute; left:206px; top:142px; width:53px; height:21px; z-index:8"><img src="../image/star3.gif" width="32" height="35"></div> <div id="Layer5" style="position:absolute; left:654px; top:40px; width:28px; height:59px; z-index:9"><img src="../image/moon.gif" width="93" height="95"></div> <div id="Layer9" style="position:absolute; left:337px; top:320px; width:82; height:74; z-index:10"><a href="general03_2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer9\'].document.uPreviousButton','document.uPreviousButton','../image/button_l1.gif','#966492334230')"><img src="../image/button_l.gif" width="103" height="109" border="0" name="uPreviousButton" alt="Back"></a></div> <div id="Layer10" style="position:absolute; left:474; top:330; width:81; height:70; z-index:11"><a href="general03.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer10\'].document.uHomeButton','document.uHomeButton','../image/button_m1.gif','#966492366910')"><img src="../image/button_m.gif" width="98" height="92" border="0" name="uHomeButton" alt="Home"></a></div> <div id="Layer11" style="position:absolute; left:606; top:317; width:68; height:68; z-index:12"><a href="general03_4.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer11\'].document.uNextButton','document.uNextButton','../image/button_r1.gif','#966492398220')"><img src="../image/button_r.gif" width="103" height="108" border="0" name="uNextButton" alt="Next"></a></div> <div id="Layer13" style="position:absolute; left:638px; top:206px; width:16px; height:33px; z-index:14"><img src="../image/star4.gif" width="32" height="35"></div> <div id="Layer12" style="position:absolute; left:21; top:366; width:259; height:36; z-index:13"> <p align="left" class="Fixed02"><a href="http://www.novadevelopment.com" class="Fixed02"> </a></p> </div> </body> </html>