home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Product Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- 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_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_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_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("sprite"); document.MM_Time[0][0].slot = 1; if (ns) document.MM_Time[0][0].obj = document["Layer3"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer3"] : null; document.MM_Time[0][0].keyFrames = new Array(5, 17, 27, 39, 49); document.MM_Time[0][0].values = new Array(6); document.MM_Time[0][0].values[0] = new Array(541,522,505,487,470,452,434,416,396,375,351,325,295,268,250,236,222,210,198,186,173,158,133,109,92,78,65,54,43,34,26,19,15,16,35,85,135,184,235,286,338,389,440,491,543); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(214,195,175,154,133,113,93,74,54,36,19,6,7,35,72,110,151,192,234,276,318,359,392,371,342,312,281,250,218,187,153,119,83,46,15,16,31,49,71,94,118,143,168,193,217); 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); 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); 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("inherit","inherit","inherit","inherit","inherit"); document.MM_Time[0][0].values[4].prop = "visibility"; if (!ns) document.MM_Time[0][0].values[4].prop2 = "style"; document.MM_Time[0][0].values[5] = new Array("0","0","0","0","0"); document.MM_Time[0][0].values[5].prop = "zIndex"; if (!ns) document.MM_Time[0][0].values[5].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][2] = new String("sprite"); document.MM_Time[0][2].slot = 1; if (ns) document.MM_Time[0][2].obj = document["Layer3"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer3"] : null; document.MM_Time[0][2].keyFrames = new Array(1, 3); document.MM_Time[0][2].values = new Array(6); document.MM_Time[0][2].values[0] = new Array(541,270,0); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(214,107,0); 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][2].values[2] = new Array(11,5,0); document.MM_Time[0][2].values[2].prop = "width"; if (!ns) document.MM_Time[0][2].values[2].prop2 = "style"; document.MM_Time[0][2].values[3] = new Array(12,6,0); document.MM_Time[0][2].values[3].prop = "height"; if (!ns) document.MM_Time[0][2].values[3].prop2 = "style"; document.MM_Time[0][2].values[4] = new Array("inherit","inherit"); document.MM_Time[0][2].values[4].prop = "visibility"; if (!ns) document.MM_Time[0][2].values[4].prop2 = "style"; document.MM_Time[0][2].values[5] = new Array("12","0"); document.MM_Time[0][2].values[5].prop = "zIndex"; if (!ns) document.MM_Time[0][2].values[5].prop2 = "style"; document.MM_Time[0][3] = new String("behavior"); document.MM_Time[0][3].frame = 4; document.MM_Time[0][3].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0].lastFrame = 50; 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"> <!-- .AlbumTitleStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 36pt; font-style: italic; color: #FFFFFF; text-align: center} .Fixed02 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99; text-align: center} .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: normal; color: #FFFFCC; text-align: center} .SignStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FFFFFF} --> </style></head> <body background="../Image/pd-Bk.gif" onLoad="MM_preloadImages('../Image/Btn_pre2.gif','1');MM_timelinePlay('Timeline1');MM_preloadImages('../Image/Btn_pre2.gif','#959680398870');MM_preloadImages('../Image/Btn_hom2.gif','#959680447920');MM_preloadImages('../Image/Btn_next2.gif','#959175686420')"> <div id="Layer1" style="position:absolute; left:214px; top:42px; width:259px; height:164px; z-index:1"><img src="../Image/Earth.gif" width="375" height="373"></div> <div id="Layer3" style="position:absolute; left:541px; top:214px; width:11px; height:12px; z-index:12"><a href="#" onMouseOver="MM_timelineGoto('Timeline1','5')"><img src="../Image/Start_03.gif" width="20" height="20" name="Image4" border="0"></a></div> <div id="Layer4" style="position:absolute; left:7px; top:323px; width:17px; height:18px; z-index:4"><img src="../Image/Start_02.gif" width="20" height="20"></div> <div id="Layer5" style="position:absolute; left:308px; top:371px; width:14px; height:12px; z-index:5"><img src="../Image/Start_01.gif" width="20" height="20"></div> <div id="Layer6" style="position:absolute; left:363px; top:-3px; width:14px; height:12px; z-index:6"><img src="../Image/Start_02.gif" width="20" height="20"></div> <div id="Layer7" style="position:absolute; left:3px; top:32px; width:517px; height:343px; z-index:7"><img src="../Image/panel_r.gif" width="516" height="343"> </div> <div id="Layer2" style="position:absolute; left:81px; top:69px; width:395px; height:263px; z-index:8"><img src="../Image/pd01-photo_b1.jpg" width="398" height="266" name="uThumb001"></div> <div id="Layer8" style="position:absolute; left:414px; top:375px; width:35px; height:24px; z-index:9"><a href="proda_r1.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('parent.frames[\'PhotoView\'].document.layers[\'Layer8\'].document.uPreviousButton','parent.frames[\'PhotoView\'].document.uPreviousButton','../Image/Btn_pre2.gif','1')"><img src="../Image/Btn_pre1.gif" width="36" height="35" border="0" name="uPreviousButton" alt="Back"></a></div> <div id="Layer9" style="position:absolute; left:451px; top:375px; width:33px; height:34px; z-index:10"><a href="proda_r1.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('parent.frames[\'PhotoView\'].document.layers[\'Layer9\'].document.uHomeButton','parent.frames[\'PhotoView\'].document.uHomeButton','../Image/Btn_hom2.gif','#959680447920')"><img src="../Image/Btn_hom1.gif" width="31" height="35" border="0" name="uHomeButton" alt="Home"></a></div> <div id="Layer10" style="position:absolute; left:483px; top:375px; width:33px; height:33px; z-index:11"><a href="proda_r2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('parent.frames[\'PhotoView\'].document.layers[\'Layer10\'].document.uNextButton','parent.frames[\'PhotoView\'].document.uNextButton','../Image/Btn_next2.gif','#959175686420')"><img src="../Image/Btn_next1.gif" width="37" height="35" border="0" name="uNextButton" alt="Next"></a></div> <div id="Layer11" style="position:absolute; left:1px; top:10px; width:583px; height:63px; z-index:17"> <p id="uAlbumTitle" align="center" class="AlbumTitleStyle">World Traveler</p> </div> <div id="Layer12" style="position:absolute; left:84px; top:347px; width:392px; height:22px; z-index:14"> <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here!</p> </div> <div id="Layer13" style="position:absolute; left:10px; top:380px; width:265px; height:37px; z-index:15"> <p align="left"><a href="http://www.novadevelopment.com" class="Fixed02"> </a> </p> </div> <div id="Layer14" style="position:absolute; left:0px; top:430px; width:760px; height:50px; z-index:16; visibility: hidden"> <p id="uSignature" align="left" class="SignStyle">Input signature here!</p> </div> </body> </html>