' 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 SPAN 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) opposite = " meters" if (nums[1]>""){ num1 = parseInt(nums[1],10) //alert(num1) num1 = Math.round(num1/3.28); document.getElementsByTagName("span")[x].innerHTML = converted+"-"+num1+opposite; } else { document.getElementsByTagName("span")[x].innerHTML = converted+opposite } } //foot-meter if (unitstring.indexOf("foot")>0 || unitstring.indexOf("'") >0){ converted = Math.round(num/3.28) opposite = " meter" document.getElementsByTagName("span")[x].innerHTML = converted+opposite; } if (unitstring.indexOf("meters")>0){ converted = Math.round(num*3.28) opposite = " feet" //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+opposite; } else { document.getElementsByTagName("span")[x].innerHTML = converted+opposite } } if (unitstring.indexOf("meter")>0){ converted = Math.round(num*3.28) opposite = " foot" document.getElementsByTagName("span")[x].innerHTML = converted+opposite } //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

August 21-28 2004 - Cay Lobos, Bahamas

These underwater photos were taken during a 7 day dive live aboard trip to Cay Lobos, Bahamas onboard the Nekton Rorqual. The Rorqual departed Ft Lauderdale on a route that included Bimini, some samller cays on the Great Bahama Bank west of Andros, Cay Lobos, then Cay Sal bank on the return trip to Bimini. We did 24 dives in 6 days, including 2 night dives.

Weather was sunny with occasional tropical rain, and seas were generally flat. Visibility ranged from 30-40 feet on some sites to 80-100 feet on others. Water temperatures were uniformly 84F. Depths ranged from 40 feet to 150 feet, deeper off the wall.

The Rorqual is a large square dormitory sitting atop a pair of SWATH pontoons. It has adequate berths for 30 divers, good food, a friendly crew, diluted nitrox, and a cramped dive deck.

Prizewinning Photos

This photo () titled "Pam and the Shark" took 1st Place for the week in the onboard photo contest.

This photo () of a banded coral shrimp in a tube sponge took 3rd Place in the same contest.

 
Cay Lobos Underwater Photos and Video

Camera Info
 
 
 
 
Underwater Photos
Underwater Photos
Underwater Photos

 Dim 
Title
ReverseForward
 
Large
About
 Report 
 
 Units 
 
 

Up Arrow scroll

Down Arrow  
  Enable Video
 
 Page Help