' largephoto=window.open('','sub','scrollbars=no,screen.width, screen.height'); if (largephoto != null){ dummy = writetoWindow(); }else { setTimeout("writetoWindow()",50) } } if (video == true){ if (vidstatus=="on"){ firstcontent='' largephoto=window.open('','sub','scrollbars=no,width=800, height=600'); if (largephoto != null){ dummy = writetoWindow(); }else { setTimeout("writetoWindow()",50) } } } largephoto.resizeTo(screen.width,screen.height); largephoto.moveTo(0,0); } function writetoWindow(){ content = firstcontent+big+endcontent; largephoto.resizeTo(screen.width,screen.height); largephoto.moveTo(0,0); largephoto.document.write(content); largephoto.document.close(); } function largephotoClose(){ if (largephoto) { largephoto.close() } } var unitstring="" var num=0 var converted = 0 var nums = new Array() function units(){ var abx = document.getElementsByTagName("span").length //loops thru all ids with 'units' in their name for (var x=0;x<(abx);x++) { //alert(document.getElementsByTagName("span")[x].innerHTML) if (document.getElementsByTagName("span")[x]){ unitstring = document.getElementsByTagName("span")[x].innerHTML num = parseFloat(unitstring,10) nums[1]="" //document.getElementsByTagName("span")[x].style.backgroundColor="#FF0000" //alert(unitstring) if (unitstring.indexOf("-")>0){ nums = unitstring.split("-") //alert("inside the splitter "+nums[1]) } //temperature if (unitstring.indexOf("F")>0){ converted = Math.round((num-32)*5/9) document.getElementsByTagName("span")[x].innerHTML = converted+"C" } if (unitstring.indexOf("C")>0){ converted = Math.round( (num*9/5)+32) document.getElementsByTagName("span")[x].innerHTML = converted+"F" } //feet - meters if (unitstring.indexOf("feet")>0 || unitstring.indexOf("'") >0){ converted = Math.round(num/3.28) //alert("just before if test "+nums[1]) if (nums[1]>""){ num1 = parseInt(nums[1],10) //alert(num1) num1 = Math.round(num1/3.28); document.getElementsByTagName("span")[x].innerHTML = converted+"-"+num1+" meters"; } else { document.getElementsByTagName("span")[x].innerHTML = converted+" meters" } } if (unitstring.indexOf("meters")>0){ converted = Math.round(num*3.28) //alert(converted) if (converted>10){ amt = converted- (Math.floor(converted/5)*5) if (amt>2){ converted += (5-amt)} if (amt<3){ converted -= amt} } //alert(converted) if (nums[1]>""){ num1 = parseInt(nums[1],10) //alert(num1) num1 = Math.round(num1*3.28); if (num1>10){ amt = num1- (Math.floor(num1/5)*5) if (amt>2){ num1 += (5-amt)} if (amt<3){ num1 -= amt} } document.getElementsByTagName("span")[x].innerHTML = converted+"-"+num1+" feet"; } else { document.getElementsByTagName("span")[x].innerHTML = converted+" feet" } } //miles-km if (unitstring.indexOf("mile")>0){ converted = (Math.floor(num*16))/10 document.getElementsByTagName("span")[x].innerHTML = converted+" km" } if (unitstring.indexOf("km")>0){ converted = (Math.floor(num*10/1.6))/10 document.getElementsByTagName("span")[x].innerHTML = converted+" miles" } } } dummy=MoreBack(0) } function someFunction(){ } function show(){ if (document.getElementById("counter").style.visibility == "hidden"){ document.getElementById("counter").style.visibility = "visible" } else { document.getElementById("counter").style.visibility = "hidden" } } var inversevis = "visible" var red = "00" var green = "ao" var blue = "ff" var gotcha = 0 var k = 1 //runs at loadtime to set all color values (uses cstring, dstring, clstring, dlstring) //runs anytime the [DIM] button is clicked to toggle dim and bright colors var d = 1 var cstring = "#00a0ff" var dstring = "#702020" var dlstring ="#808020" var newcstring ="" var newred="" var newgreen = "" var newblue = "" function dim(){ if (navigator.appName=='Microsoft Internet Explorer'){ if (d==0){ document.styleSheets[0].rules[1].style.color = dstring document.styleSheets[0].rules[5].style.color = dstring document.styleSheets[0].rules[3].style.color = dstring document.styleSheets[0].rules[2].style.borderColor = dstring document.getElementById("menutable").style.borderColor = dstring document.styleSheets[0].rules[6].style.color = dstring document.styleSheets[0].rules[9].style.borderColor = dstring document.getElementById("cameratable").style.borderColor = dstring document.styleSheets[0].rules[8].style.borderColor =dstring //document.styleSheets[0].rules[15].style.borderColor = dstring document.styleSheets[0].rules[10].style.borderColor = dstring document.styleSheets[0].rules[17].style.borderColor = dstring document.styleSheets[0].rules[17].style.color = dstring document.styleSheets[0].rules[16].style.color = dstring document.styleSheets[0].rules[7].style.color =dlstring document.styleSheets[0].rules[11].style.color = dlstring document.styleSheets[0].rules[12].style.color = dlstring document.styleSheets[0].rules[13].style.color = dlstring document.styleSheets[0].rules[14].style.color = dlstring document.styleSheets[0].rules[8].style.color =dlstring document.getElementById("dim").innerHTML = ' Bright '; document.wp.src = 'wp_logo_dimred.gif'; document.pline.src = 'wp_pline_dimred.gif'; document.la.src = 'Menu/dimleftarrow.gif'; document.ra.src = 'Menu/dimrightarrow.gif'; document.ua.src = 'Menu/dimuparrow.gif'; document.da.src = 'Menu/dimdownarrow.gif'; document.thumbnail1.style.filter = "alpha(opacity=50);" document.thumbnail2.style.filter = "alpha(opacity=50);" document.thumbnail3.style.filter = "alpha(opacity=50);" d=1 } else { document.styleSheets[0].rules[1].style.color = cstring document.styleSheets[0].rules[5].style.color = cstring document.styleSheets[0].rules[3].style.color = cstring document.styleSheets[0].rules[2].style.borderColor = cstring document.getElementById("menutable").style.borderColor = cstring document.styleSheets[0].rules[6].style.color = cstring document.styleSheets[0].rules[9].style.borderColor = cstring document.getElementById("cameratable").style.borderColor = cstring document.styleSheets[0].rules[8].style.borderColor =cstring document.styleSheets[0].rules[15].style.borderColor = cstring document.styleSheets[0].rules[10].style.borderColor = cstring document.styleSheets[0].rules[17].style.borderColor = cstring document.styleSheets[0].rules[17].style.color = cstring document.styleSheets[0].rules[16].style.color = cstring document.styleSheets[0].rules[7].style.color =cstring document.styleSheets[0].rules[11].style.color = cstring document.styleSheets[0].rules[12].style.color = cstring document.styleSheets[0].rules[14].style.color = cstring document.styleSheets[0].rules[8].style.color =cstring document.getElementById("dim").innerHTML = ' Dim '; document.wp.src = 'wp_logo_uwsky.gif'; document.pline.src = 'wp_pline_uwsky.gif'; document.la.src = 'Menu/uwskyleftarrow.gif'; document.ra.src = 'Menu/uwskyrightarrow.gif'; document.ua.src = 'Menu/uwskyuparrow.gif'; document.da.src = 'Menu/uwskydownarrow.gif'; document.thumbnail1.style.filter = "alpha(opacity=100);" document.thumbnail2.style.filter = "alpha(opacity=100);" document.thumbnail3.style.filter = "alpha(opacity=100);" d=0 } } if (navigator.appName=='Netscape'){ if (d==0){ document.styleSheets[0].cssRules[1].style.color = dstring document.styleSheets[0].cssRules[5].style.color = dstring document.styleSheets[0].cssRules[3].style.color = dstring document.styleSheets[0].cssRules[2].style.borderColor = dstring document.getElementById("menutable").style.borderColor = dstring document.styleSheets[0].cssRules[6].style.color = dstring document.styleSheets[0].cssRules[9].style.borderColor = dstring document.getElementById("cameratable").style.borderColor = dstring document.styleSheets[0].cssRules[8].style.borderColor =dstring //document.styleSheets[0].cssRules[15].style.borderColor = dstring document.styleSheets[0].cssRules[10].style.borderColor = dstring document.styleSheets[0].cssRules[16].style.color = dstring document.styleSheets[0].cssRules[17].style.borderColor = dstring document.styleSheets[0].cssRules[17].style.color = dstring document.styleSheets[0].cssRules[7].style.color =dlstring document.styleSheets[0].cssRules[11].style.color = dlstring document.styleSheets[0].cssRules[12].style.color = dlstring document.styleSheets[0].cssRules[14].style.color = dlstring document.styleSheets[0].cssRules[8].style.color =dlstring document.getElementById("dim").innerHTML = ' Bright '; document.wp.src = 'wp_logo_dimred.gif'; document.pline.src = 'wp_pline_dimred.gif'; document.la.src = 'Menu/dimleftarrow.gif'; document.ra.src = 'Menu/dimrightarrow.gif'; document.ua.src = 'Menu/dimuparrow.gif'; document.da.src = 'Menu/dimdownarrow.gif'; document.thumbnail1.style.opacity = .5 document.thumbnail2.style.opacity = .5 document.thumbnail3.style.opacity = .5 d=1 } else { d=0 document.styleSheets[0].cssRules[1].style.color = cstring document.styleSheets[0].cssRules[5].style.color = cstring document.styleSheets[0].cssRules[3].style.color = cstring document.styleSheets[0].cssRules[2].style.borderColor = cstring document.getElementById("menutable").style.borderColor = cstring document.styleSheets[0].cssRules[6].style.color = cstring document.styleSheets[0].cssRules[9].style.borderColor = cstring document.getElementById("cameratable").style.borderColor = cstring document.styleSheets[0].cssRules[8].style.borderColor =cstring document.styleSheets[0].cssRules[15].style.borderColor = cstring document.styleSheets[0].cssRules[10].style.borderColor = cstring document.styleSheets[0].cssRules[16].style.color = cstring document.styleSheets[0].cssRules[17].style.borderColor = cstring document.styleSheets[0].cssRules[17].style.color = cstring document.styleSheets[0].cssRules[7].style.color =cstring document.styleSheets[0].cssRules[11].style.color = cstring document.styleSheets[0].cssRules[12].style.color = cstring document.styleSheets[0].cssRules[14].style.color = cstring document.styleSheets[0].cssRules[8].style.color =cstring document.getElementById("dim").innerHTML = ' Dim '; document.wp.src = 'wp_logo_uwsky.gif'; document.pline.src = 'wp_pline_uwsky.gif'; document.la.src = 'Menu/uwskyleftarrow.gif'; document.ra.src = 'Menu/uwskyrightarrow.gif'; document.ua.src = 'Menu/uwskyuparrow.gif'; document.da.src = 'Menu/uwskydownarrow.gif'; document.thumbnail1.style.opacity = .5 document.thumbnail2.style.opacity = .5 document.thumbnail3.style.opacity = .5 } } } function about(){ //tempr = r tripreport=true r = data[11] dummy = tripcontent(); dummy = report(2); //r = tempr; //dummy = tripcontent(); } vidstatus = "off" function vidEnable(){ if (vidstatus == "off") { vidstatus="on"; document.getElementById("vidon_off").innerHTML = ' Disable Video'; } else { vidstatus="off"; document.getElementById("vidon_off").innerHTML = '  Enable Video'; } dummy = scrollPhoto(0) } // End Hiding -->
Click for visitor count     wadespage.com                          
Home   Boating   Diving   UW Photo   UW Video   Reports   Weather

Belize Underwater Photos

These 15 underwater photos of Belize reef and marine life are from major offshore divesites in Belize, Central America. They were taken on a dive trip November, 1998 on the Peter Hughes live aboard diveboat, the Wavedancer.

We had good weather all week and flat seas, but diving was well offshore as nearshore visibility was lowered due to the still heavy runoff from Hurricane Mitch, which had passed through 3 weeks earlier.

We did 27 dives in total, including 5 night dives. We the most of well known wall sites around Half Moon Caye and Lighthouse Caye, about 40 miles from the dock at Belize City. The trip included a dive into the Belize Blue Hole to depths of 160 feet.








Trip Overview

Photo List

Photo List


Photos 1:    13:

Squid could frequently be found feeding at night at the edge of the decklight field behind the boat. Skittish by nature, it took the long lens on the RS and a lot of luck to get these two closeups.

Photos 2:    6:    7:    10:

Belize is known for prolific sponge growth, in a wide array of species and colors. These 5 photos are samples, from the thousands you will see.

Photos 3:

This shy Indigo Hamlet shows the rare full front view.

Photos 4:    8:

I got 20 shots of this hunting octopus as it literally crawled across the camera.   Unfazed by the camera, diver, or flashing strobes, it came down the reef feeling into all the crevices for food, crossed the camera, then wandered out into the night.

Photos 5:

Barrel sponges and craters in the rock ledges held a variety of the puffer family. Here a striped burrfish stares nervously upward.

Photo 9:

Most of the atlantic species of butterflyfish are found Belize. This foureyed butterflyfish was one of a pair.
Belize Underwater Photos

Camera Info
 
 
 
 
Underwater Photos
Underwater Photos
Underwater Photos

 Dim 
Title
ReverseForward
 
Large
About
 Report 
 
 Units 
 
 

Up Arrow scroll

Down Arrow  
  Enable Video
 Page Help