' 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) //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

The Bimini Road

These 3 photos of the ancient artifact known colloquially as the "Bimini Road" are the most publicly used photo sequence of any of my dive travels. They have been used with permission on a 2 hour History Channel feature presentation, a 1 hour ancient mysteries presentation on Canadian TV, 3 archeological books on various topics, and numerous smaller presentations. They have also been widely stolen by diveshops and dive photo web pages for various reasons of their own.

I took these 3 photos during a short dive expedition to Bimini with my archelogical friends Allison Stenger and Chuck Hibbs in June of 1999, using the venerable Nikonos RS with it's 13mm lens, then and now, the best wide angle lens in the underwater business. Photos of the road are at a depth of 14 feet. The remaining photos are from Rainbow Reef, and nearby low profile reef at depths of 25-32 feet.

There and Back

Chuck, Allison and their group flew in from Portland Oregon, taking Chalk's from Miami to Alicetown and romed at the Bimini Big Game Club. I ran the Running Free, my my 35 Luhrs the 80 miles down to Dinner Key in Miami from it's home dock in West Palm the previous weekend. The following Wednesday I soloed the 45 miles across the gulf stream to Alicetown to meet up with them, docking in the Big Game Club Marina. We dove for 4 days on the road and nearby scenic reef sites with Bill and Nawdla O'Keefe's dive operation, and used my boat as support. On the return I just pushed the Running Free thru bumpy seas from the southwest wind blowing into Bimini Bay, came around to north and rode the gulf stream the 95 miles directly back to West Palm Beach, dodging thunderstorms along the way.
Bimini 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