<html> <head> <title>SeeMore Wildlife Systems</title> <script language="javascript"> var centerblockHeight = 2170; </script> <script> var browserName=navigator.appName; var browserVer=parseInt(navigator.appVersion); var browser; if (browserName == "Netscape") { if (browserVer >= 5) { browser = "OK"; } else { browser = "OLD"; } } else if (browserName == "Microsoft Internet Explorer") { if (browserVer >= 4) { browser = "OK"; } else { browser = "OLD"; } } else { browser = "other"; } if (browser == "OLD") { document.location = "http://www.seemorewildlife.com/index.htm"; } </script> <style type="text/css"> #dropmenudiv{ position:absolute; border:1px solid black; font:normal 12px Arial; font-weight: bold; line-height:18px; z-index:100; } </style> <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="http://www.seemorewildlife.com/systemuses.php">&nbsp; <nobr>Research/Interpretive/Surveillance Uses &nbsp;</nobr></a><br>' menu1[1]='<a href="http://www.seemorewildlife.com/remotedvr.php">&nbsp; <nobr>Remote Video Recording</nobr></a><br>' menu1[2]='<a href="http://www.seemorewildlife.com/testimonials.php">&nbsp; Testimonials</a><br>' menu1[3]='<a href="http://www.seemorewildlife.com/faq.php">&nbsp; FAQ</a><br>' var menu2=new Array() menu2[0]='<a href="http://www.seemorewildlife.com/systemsolutions.php">&nbsp; <nobr>System Solutions - Getting Started &nbsp;</nobr></a><br>' menu2[1]='<a href="http://www.seemorewildlife.com/cameras.php">&nbsp; <nobr>Visible Light Robotic Camera </nobr></a><br>' menu2[2]='<a href="http://www.seemorewildlife.com/thermalimaging.php">&nbsp; <nobr>Thermal Imaging Robotic Camera </nobr></a><br>' menu2[3]='<a href="http://www.seemorewildlife.com/hardwired.php">&nbsp; <nobr>Hard-wired Systems </nobr></a><br>' menu2[4]='<a href="http://www.seemorewildlife.com/microwave.php">&nbsp; <nobr>Microwave Systems </nobr></a><br>' menu2[5]='<a href="http://www.seemorewildlife.com/remotedvr.php">&nbsp; <nobr>RemoteDVR </nobr></a><br>' //menu2[8]='<a href="http://www.seemorewildlife.com/xpress.php">&nbsp; <nobr>SeeMore Xpress</nobr></a><br>' //Contents for menu 2, and so on var menu3=new Array() menu3[0]='<a href="http://www.seemorewildlife.com/livestreams/index.php">&nbsp; Live Streams</a><br>' menu3[1]='<a href="http://www.seemorewildlife.com/testimonials.php">&nbsp; Testimonials</a><br>' menu3[2]='<a href="http://www.seemorewildlife.com/media.php">&nbsp; Media</a><br>' menu3[3]='<a href="http://www.seemorewildlife.com/systemuses.php#research">&nbsp; Wildlife Research</a><br>' menu3[4]='<a href="http://www.seemorewildlife.com/systemuses.php#visitors">&nbsp; Public Interpretation</a><br>' menu3[5]='<a href="http://www.seemorewildlife.com/systemuses.php#surveillance">&nbsp; Wildlife Enforcement</a><br>' var menu4=new Array() menu4[0]='<a href="http://www.seemorewildlife.com/software/index.php">&nbsp; Software</a><br>' menu4[1]='<a href="http://www.seemorewildlife.com/software/documentation.php">&nbsp; Documentation</a><br>' menu4[2]='<a href="http://www.seemorewildlife.com/contactus.php">&nbsp; Contact Us</a><br>' var menu5=new Array() menu5[0]='<a href="http://www.seemorewildlife.com/contactus.php">&nbsp; Contact Us</a><br>' menu5[1]='<a href="http://www.seemorewildlife.com/companyinfo.php">&nbsp; Company Info</a><br>' var menuwidth='250px' //default menu width var menubgcolor='96B981' //menu background color var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editing needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script> <!-- END DHTML MENU CODE --> <style type="text/css"> A { color: #AC4C18; text-decoration:none; } A:hover { color: #505036; } #headerbar { position: absolute; left: 140px; top: 20px; width: 692px; height: 110px; z-index: 5; } #flash { position: absolute; left: 140px; top: 45px; width: 530px; height: 130px; background: #C7E7A4; visibility: hidden; z-index: 5; } #floatright { float: right; width: 246px; height: 68px; } #floatleft { float: left; width: 200px; height: 75px; } #redtext { color: #C43008; } #darkredtext { text-decoration: underline; } #headertext { position: absolute; text-align: center; left: 0px; top: 2px; width: 1000px; height: 135px; font-family: "Franklin Gothic Book"; font-weight: bold; color: black; z-index: 5; } #navbar { position: absolute; font-family: "Arial Narrow"; font-size: 16px; font-weight: bold; text-align: center; left: 122px; top: 178px; width: 750px; height: 20px; color: #8B8A56; z-index: 5; } #pagetext { position: absolute; font-family: "Arial"; font-size: 11pt; left: 307px; top: 205px; width: 550px; background: #C7E7A4; z-index: 5; } #toplogo { position: absolute; top: 20px; left: 20px; width: 91px; height: 130px; z-index: 5; } #toplogo2 { position: absolute; top: 20px; left: 845px; width: 91px; height: 130px; z-index: 5; } #centerblock { position: absolute; top: 0px; left: 122px; width: 750px; height: 900px; background: #96B981; z-index: 3; } #bigtext { font-size: 26pt; } #medtext { font-size: 10pt; } #pagebigtext { font-size: 14pt; } #pagemedtext { font-size: 12pt; } #pagesmalltext { font-size: 10pt; } #blacktext { color: black; font-size: 10pt; font-family: "Arial"; text-decoration: none; } #quote { font-size: 9pt; } #caption { font-size: 7pt; } #image1 { position:absolute; left: 133px; top: 220px; width: 159px; height: 237px; z-index: 5; visibility: hidden; } #image2 { position:absolute; left: 133px; top: 475px; width: 159px; height: 107px; z-index: 5; visibility: hidden; } #image3 { position:absolute; left: 133px; top: 600px; width: 159px; height: 237px; z-index: 5; visibility: hidden; } #address { position:absolute; left: 133px; top: 610px; width: 159px; height: 111px; font-size: 10pt; z-index: 5; visibility: visible; } </style> <script language=javascript> function resizeDivs() { var windowWidth; var browser; var latestvalue; var baseLeft; if (self.innerWidth) { windowWidth = self.innerWidth; if (windowWidth < 800) { windowWidth = 800; } browser = "Netscape"; } else if (document.body) { windowWidth = document.body.clientWidth; if (windowWidth < 800) { windowWidth = 800; } browser = "IE"; } else return; if (windowWidth < 800) { windowWidth = 800; } baseLeft = (windowWidth / 2) - 375; document.getElementById("centerblock").style.left = baseLeft + "px"; document.getElementById("centerblock").style.width = 750 + "px"; document.getElementById("centerblock").style.height = centerblockHeight + "px"; document.getElementById("headertext").style.width = windowWidth + "px"; document.getElementById("navbar").style.width = 750 + "px"; document.getElementById("navbar").style.left = baseLeft + "px"; document.getElementById("pagetext").style.left = baseLeft + 185 + "px"; document.getElementById("flash").style.left = baseLeft + "px"; document.getElementById("flash").style.width = 750 + "px"; document.getElementById("flash").style.visibility = "visible"; document.getElementById("image1").style.left = baseLeft + 13 + "px"; document.getElementById("image2").style.left = baseLeft + 13 + "px"; //document.getElementById("image3").style.left = baseLeft + 13 + "px"; //document.getElementById("image4").style.left = baseLeft + 13 + "px"; document.getElementById("address").style.left = baseLeft + 20; document.getElementById("image1").style.visibility = "visible"; document.getElementById("image2").style.visibility = "visible"; //document.getElementById("image3").style.visibility = "visible"; //document.getElementById("image4").style.visibility = "visible"; document.getElementById("address").style.visibility = "visible"; }; </script> <script> // (C) 2000 www.CodeLifter.com // http://www.codelifter.com // Free for all users, but leave in this header // NS4-6,IE4-6 // Fade effect only in IE; degrades gracefully // ======================================= // set the following variables // ======================================= // Set slideShowSpeed (milliseconds) var slideShowSpeed = 3000 // Duration of crossfade (seconds) var crossFadeDuration = 3 // Specify the image files var Pic1 = new Array() Pic1[0] = 'http://www.seemorewildlife.com/images/vertical1.jpg' Pic1[1] = 'http://www.seemorewildlife.com/images/vertical2.jpg' Pic1[2] = 'http://www.seemorewildlife.com/images/vertical3.jpg' Pic1[3] = 'http://www.seemorewildlife.com/images/vertical4.jpg' Pic1[4] = 'http://www.seemorewildlife.com/images/vertical5.jpg' //Pic1[5] = 'http://www.seemorewildlife.com/images/vertical6.jpg' var Pic2 = new Array() Pic2[0] = 'http://www.seemorewildlife.com/images/horizontal1.jpg' Pic2[1] = 'http://www.seemorewildlife.com/images/horizontal2.jpg' Pic2[2] = 'http://www.seemorewildlife.com/images/horizontal3.jpg' Pic2[3] = 'http://www.seemorewildlife.com/images/horizontal4.jpg' // ======================================= // do not edit anything below this line // ======================================= var t var j = 0 var p1 = Pic1.length var p2 = Pic2.length var p1Index = 0 var p2Index = 0 var numSlots var ranOnce = 0 numSlots = 2 var preLoad1 = new Array() for (i = 0; i < p1; i++){ preLoad1[i] = new Image() preLoad1[i].src = Pic1[i] } var preLoad2 = new Array() for (i = 0; i < p2; i++){ preLoad2[i] = new Image() preLoad2[i].src = Pic2[i] } function runSlideShow(){ var whichPicture if (ranOnce == 0) { resizeDivs() ranOnce = 1 } var whichPicture = numSlots - j if (whichPicture == 2) { if (document.all){ document.images.SlideShow1.style.filter="blendTrans(duration=2)" document.images.SlideShow1.style.filter="blendTrans(duration=crossFadeDuration)" document.images.SlideShow1.filters.blendTrans.Apply() } document.images.SlideShow1.src = preLoad1[p1Index].src p1Index = p1Index + 1 if (p1Index > (p1 - 1)) p1Index = 0 if (document.all){ document.images.SlideShow1.filters.blendTrans.Play() } } else if (whichPicture == 1) { if (document.all){ document.images.SlideShow2.style.filter="blendTrans(duration=2)" document.images.SlideShow2.style.filter="blendTrans(duration=crossFadeDuration)" document.images.SlideShow2.filters.blendTrans.Apply() } document.images.SlideShow2.src = preLoad2[p2Index].src p2Index = p2Index + 1 if (p2Index > (p2 - 1)) p2Index = 0 if (document.all){ document.images.SlideShow2.filters.blendTrans.Play() } // } else if (whichPicture == 1) { // if (document.all){ // document.images.SlideShow3.style.filter="blendTrans(duration=2)" // document.images.SlideShow3.style.filter="blendTrans(duration=crossFadeDuration)" // document.images.SlideShow3.filters.blendTrans.Apply() // } // document.images.SlideShow3.src = preLoad1[p1Index].src // p1Index = p1Index + 1 // if (p1Index > (p1 - 1)) p1Index = 0 // if (document.all){ // document.images.SlideShow3.filters.blendTrans.Play() // } } j = j + 1 if (j > (numSlots - 1)) j=0 t = setTimeout('runSlideShow()', slideShowSpeed) } </script> </head> <body onLoad=runSlideShow(); onResize=resizeDivs(); bgcolor=58805E> <!--<div id=toplogo> <img src="images/toplogo.jpg"> </div> --> <div id=headertext> <span id=bigtext>See<span id=redtext>More</span> Wildlife Systems</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span id=medtext> Remote Wildlife Viewing Systems <!-- <br> Watch Anything... <br> Anywhere... <br> in Real-Time.--></span> </div> <div id=navbar> <a href="http://www.seemorewildlife.com/index.php">Home</a> &nbsp; | &nbsp; <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '250px')" onMouseout="delayhidemenu()">Remote Monitoring Solutions</a> &nbsp; | &nbsp; <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '225px')" onMouseout="delayhidemenu()">Products</a> &nbsp; | &nbsp; <a href="default2.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '150px')" onMouseout="delayhidemenu()">Showcase</a> &nbsp; | &nbsp; <a href="default3.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, '125px')" onMouseout="delayhidemenu()">Support</a> &nbsp; | &nbsp; <a href="default3.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu5, '100px')" onMouseout="delayhidemenu()">Contact</a> &nbsp; | &nbsp; <a href="http://www.seemorewildlife.com/testimonials.php">Our Customers</a> </div> <div id=centerblock></div> <div id=image1><img src="http://www.seemorewildlife.com/images/vertical1.jpg" name='SlideShow1' width=159 height=237><br><hr></div> <div id=image2><img src="http://www.seemorewildlife.com/images/horizontal1.jpg" name='SlideShow2' width=159 height=107></div> <!--<div id=image3><img src="http://www.seemorewildlife.com/images/vertical6.jpg" name='SlideShow3' width=159 height=237></div>--> <div id=flash> <center> <img src="http://www.seemorewildlife.com/images/flash.jpg"> </center> </div> <div id=address> SeeMore Wildlife Systems <br> 127 E Bunnell <br> Homer, AK 99603 <br> (907) 235-1492 <br> <span id=redtext><script language="JavaScript"> <!-- document.write ('<a href="&#109;&#97;&#105;&#1') document.write ('08;&#116;&#111;&#58;&#104;&#108;&#112;') document.write ('&#64;') document.write ('&#115;&#101;&#101;&#109;&#111;&#114;&#101;&#119;&#105;&#108;&#100;&#108;&#105;&#102;&#101;') document.write ('&#46;') document.write ('&#99;&#111;&#109;">') document.write ('&#104;&#108;&#112;&#64;&#115;&#101;&#101;&#109;&#111;&#114;&#101;&#119;&#105;&#108;&#100;&#108;&#105;&#102;&#101;&#46;&#99;&#111;&#109;</a>') // --> </script></span> </div> <div id=pagetext> <br> <center> <span id=pagebigtext> <a name=topofpage></a> No matter what your remote viewing needs, SeeMore Wildlife Systems has the solution for you </span> </center> <blockquote> <center> <span id=pagemedtext><a href="#research">Wildlife Research</a> <br> <a href="#visitors">Visitor's Centers</a> <br> <a href="#surveillance">Surveillance</a> </span> </center> <br> <hr width="75%"> <br> <a name=research></a><span id=pagebigtext>Wildlife Research</span> <br><br> <div id=floatright style="width:256px; height:204px;"><center><img border=0 src=images/research.jpg><br><span id=caption>SeeMore cameras overlooking the Steller sea lion <br>rookery at Chiswell Island</span></center></div> Wildlife researchers around the world utilize SeeMore Wildlife Systems’ products to view their subjects live, in real time. With the ability to observe wildlife undisturbed in their natural habitat, researchers are pioneering new techniques and gathering intimate information that they previously had not thought possible. <br><br> For a list of just a few projects utilizing SeeMore Wildlife Systems, <a href="applications/index.php">click here!</a> <br><br> Now, SeeMore Wildlife Systems also offers a <a href="thermalimaging.php">remote thermal imaging system</a>, enabling you to observe wildlife in a complete absence of light! Working with Thermal Eye, SeeMore Wildlife Systems has developed the world’s first remote thermal imaging wildlife camera system. <!--To see an example of this technology in action, just click on the link below: <br><br> Harbor Seals in Aialik Bay, Alaska. --> <br><br> <blockquote><span id=quote> &quot;SeeMore's technology is incredible - it allows us to look into the intimate, protected spaces of the orcas without disturbing them, to learn, and to share what we learn with the world.&quot; <br><br> Paul Spong, Ph.D. <br> President <br> Pacific Orca Society </span></blockquote> <hr width="75%"> <br> <a name=visitors></a><span id=pagebigtext>Visitor’s Centers</span> <br><br> <div id=floatright style="width:240px; height:229px;"><center><img border=0 src=images/aslc_interpretive.jpg><br><span id=caption>Chiswell Island interpretive exhibit at the <br>Alaska Sealife Center</span></center></div> Wildlife refuges, Audubon centers, museums, and aquariums around the world are discovering the excitement that they can bring to their visitor’s centers with live, interactive video. Technology now enables the public to experience wildlife in an up-close and intimate way, never before possible. SeeMore Wildlife Systems is leading this trend with innovative software and reliable equipment that provide your center with live video, right from the animal’s natural habitat. A public user mode enables your guests to control the cameras and interact with your interpretive exhibit. <br><br> Let us show you how to utilize live video imaging to assist you in realizing your organization’s goals of increased public awareness, better access to endangered species, and advocating for nature. Make your visitor’s center a destination for wildlife tourism in your area with a live, interactive video system from SeeMore Wildlife Systems. <br><br> <blockquote> <span id=quote> <i> &quot;People are astounded by the quality of the images they get to see. After only a few weeks, it already has impacted traffic- the media has already run a couple of stories about it and people are already coming to see.&quot; </i> <br><br> Russell Nickel <br> Manager <br> Great Plains State Park </span> </blockquote> <hr width="75%"> <br> <a name=surveillance></a><span id=pagebigtext>Wildlife Surveillance and Enforcement</span> <br><br> <div id=floatright style="width:161px; height:270px;"><center><img src="images/vertical1.jpg" border=0><br><span id=caption>A fully self-contained monitoring system near Pederson Glacier, AK</span></center></div> Wildlife enforcement professionals can also benefit from SeeMore Wildlife Systems’ technology. With the ability to locate cameras virtually anywhere, miles from the nearest power or phone connections, you can dramatically increase your ability to monitor remote terrain, without increasing your manpower. Additionally, SeeMore Wildlife Systems’ cameras offer high quality, high-resolution images with 25x optical and 12x digital zoom, enabling you to maximize your effectiveness. <br><br> SeeMore Wildlife Systems also now offers night vision, with our new <a href="thermalimaging.php">remote thermal imaging camera</a>. Utilizing industry-leading Thermal Eye’s quality cameras, you can now view virtually any location, no matter how remote, with thermal imaging technology. <br><br> <blockquote> <span id=quote> <i> &quot;What SeeMore is providing is amazing and is opening all kinds of new doors for research and education. I've been amazed at the responsiveness of you and your staff.&quot; </i> <br><br> Gerry McChesney <br> Wildlife Biologist <br> U.S. Fish And Wildlife Service <br> Common Murre Restoration Project </span> </blockquote> </blockquote> <br> <center> <img src="images/bottomlogo.jpg" alt="SeeMore Wildlife Systems"> </center> </div> </body> </html>