ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="favicon.ico" ></link> <link rel="shortcut icon" href="favicon.ico" ></link> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <title>Scuba Diving St. Thomas with Aqua Action</title> <meta name="Description" content="Scuba diving in St. Thomas, Virgin Islands with Aqua Action Dive Center, a PADI 5-Star Facility. Individual training; custom-tailored dive trips. Shore dives; boat dives; dive packages." /> <meta name="Keywords" content="scuba diving, scuba diving vacation, scuba diving trip, padi scuba diving, Dive Center, St. Thomas, Virgin Islands, PADI 5 Star Facility, Custom-Tailored Dive Trips, Individual Training, Shore Dives, Boat Dives, Dive Package, Tropical Fish, Reef System, Artificial Reefs " /> <meta property="fb:page_id" content="130478166757" /> <meta name="google-site-verification" content="tMqkC3nuVRsqvwwIx5w0bXOpZm-MedQzvX9BXUFCZ5E" /> <link href="CSS/aadivers.css" rel="stylesheet" type="text/css"/> <script language="JavaScript" type="text/javascript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <style type="text/css"> <!-- --> </style> </head> <body onload="MM_preloadImages('Buttons/divers_disabilities_active.gif','Buttons/home_active.gif','Buttons/discover_scuba_active.gif','Buttons/dive_rates_active.gif','Buttons/PADI_active.gif','Buttons/kids_programs_active.gif','Buttons/contact_active.gif','Buttons/photo_gallery_active.gif','Buttons/continue_adventure_active.gif','Buttons/live_dive_cam_active.gif','Buttons/faq_active.gif','Buttons/nates_corner_active.gif','Buttons/links_active.gif','Buttons/day_sails_active.gif','Buttons/dive_sites_more_active.gif','Buttons/dive_sites_three_active.gif','Buttons/dive_sites_active.gif','Buttons/win_t-shirt_active.gif','Buttons/discover_snorkeling_active.gif','Buttons/homer_inactive.gif','Buttons/homer_active.gif',)"> <div id="wrapper_1650"> <script language="JavaScript1.2"> <!-- Begin //Bubble Script by Lisa (issa@lissaexplains.com, http://lissaexplains.com) //Based on code by Altan d.o.o. (snow@altan.hr) //For full source code and installation instructions to this script, visit http://www.dynamicdrive.com var no = 10; // image number or falling rate var speed = 3; // the lower the number the faster the image moves var snow = new Array(); snow[0] = "bubble_01.gif" snow[1] = "bubble_02.gif" snow[2] = "bubble_03.gif" var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 1800; if (ns4up||ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); j = 0; for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ns4up) { // set layers if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\""+ snow[j] + "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\""+ snow[j] + "\" border=\"0\"></layer>"); } } else if (ie4up||ns6up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j] + "\" border=\"0\"></div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j] + "\" border=\"0\"></div>"); } } if (j == (snow.length-1)) { j = 0; } else { j += 1; } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] -= sty[i]; if (yp[i] < -50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = doc_height; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]+pageYOffset; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", speed); } function snowIE_NS6() { // IE main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] -= sty[i]; if (yp[i] < -50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = doc_height; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = ns6up?window.innerWidth-5:document.body.clientWidth; doc_height = ns6up?window.innerHeight-5:document.body.clientHeight; } dx[i] += stx[i]; if (ie4up){ document.all["dot"+i].style.pixelTop = yp[i]+document.body.scrollTop; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } else if (ns6up){ document.getElementById("dot"+i).style.top=yp[i]+pageYOffset; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]); } } setTimeout("snowIE_NS6()", speed); } if (ns4up) { snowNS(); } else if (ie4up||ns6up) { snowIE_NS6(); } // End Bubble Script by Lisa --> </script> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="9"> <tr> <td height="338" align="center" valign="top"><table width="95%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="top"><img src="Art/AA_lettering_curve_NEW_02.gif" alt="Aqua Action Dive Center" width="559" height="120" /></td> </tr> <tr> <td align="center" valign="top"><div id="photos" style="position:absolute; width:62px; height:62px; z-index:7; left: 611px; top: 164px;"><a href="photogallery.htm" target="_blank" onmouseover="MM_swapImage('photogallery','','Buttons/photo_gallery_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/photo_gallery_inactive_animated.gif" alt="Photo Gallery" name="photogallery" width="60" height="60" border="0" /></a></div> <div id="padi" style="position:absolute; width:82px; height:82px; z-index:2; left: 545px; top: 206px;"><a href="PADI.htm" target="_blank" onmouseover="MM_swapImage('padi','','Buttons/PADI_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/PADI_inactive_animated.gif" alt="PADI Open Water Diver" name="padi" width="80" height="80" border="0" /></a></div> <div id="nate" style="position:absolute; width:62px; height:62px; z-index:5; left: 716px; top: 222px;"><a href="nates_corner.htm" target="_blank" onmouseover="MM_swapImage('natecorner','','Buttons/nates_corner_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/nates_corner_inactive_animated.gif" alt="Nate's Corner" name="natecorner" width="60" height="60" border="0" /></a></div> <div id="snorkel" style="position:absolute; width:71px; height:71px; z-index:1; left: 614px; top: 256px;"><a href="discover_snorkel.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image28','','Buttons/discover_snorkeling_active.gif',1)"><img src="Buttons/discover_snorkeling_inactive_animated.gif" alt="Discover Snorkeling" name="Image28" width="70" height="70" border="0" id="Image28" /></a></div> <div id="livedivecam" style="position:absolute; width:57px; height:57px; z-index:11; left: 247px; top: 162px;"><a href="dive_cam.htm" target="_blank" onmouseover="MM_swapImage('divecam','','Buttons/live_dive_cam_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/live_dive_cam_inactive_animated.gif" alt="Live Dive Cam" name="divecam" width="55" height="55" border="0" /></a></div> <div id="kids" style="position:absolute; width:77px; height:77px; z-index:6; left: 663px; top: 174px;"><a href="kids.htm" target="_blank" onmouseover="MM_swapImage('kidsprograms','','Buttons/kids_programs_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/kids_programs_inactive_animated.gif" alt="Kids' Programs" name="kidsprograms" width="75" height="75" border="0" /></a></div> <div id="winshirt" style="position:absolute; width:61px; height:61px; z-index:1; left: 775px; top: 202px; visibility: hidden;"><a href="win_t-shirt.htm" target="_blank" onmouseover="MM_swapImage('winshirt','','Buttons/win_t-shirt_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/win_t-shirt_inactive_animated.gif" alt="Win a t-shirt from Aqua Action Dive Center" name="winshirt" width="60" height="60" border="0"/></a></div> <div id="faq" style="position:absolute; width:42px; height:42px; z-index:8; left: 354px; top: 142px;"><a href="faq.htm" target="_blank" onmouseover="MM_swapImage('faq','','Buttons/faq_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/faq_inactive_animated.gif" alt="FAQ" name="faq" width="40" height="40" border="0" /></a> </div> <div id="sitesthree" style="position:absolute; width:59px; height:57px; z-index:16; left: 297px; top: 258px;"><a href="dive_sites_3.htm" target="_blank" onmouseover="MM_swapImage('divesitesthree','','Buttons/dive_sites_three_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/dive_sites_three_inactive_animated.gif" alt="And even more dive sites!" name="divesitesthree" width="55" height="55" border="0"/></a></div> <div id="sites" style="position:absolute; width:62px; height:62px; z-index:15; left: 192px; top: 214px;"><a href="dive_sites.htm" target="_blank" onmouseover="MM_swapImage('Image26','','Buttons/dive_sites_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/dive_sites_inactive_animated.gif" alt="Dive Sites" name="Image26" width="60" height="60" border="0" id="Image26" /></a></div> <div id="moredivesites" style="position:absolute; width:64px; height:59px; z-index:17; left: 249px; top: 238px;"><a href="dive_sites_2.htm" target="_blank" onmouseover="MM_swapImage('moredivesites','','Buttons/dive_sites_more_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/dive_sites_more_inactive_animated.gif" alt="More Dive Sites" name="moredivesites" width="60" height="60" border="0"/></a></div> <div id="rates" style="position:absolute; width:77px; height:77px; z-index:9; left: 298px; top: 172px;"><a href="rental_rates.htm" target="_blank" onmouseover="MM_swapImage('rates','','Buttons/dive_rates_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/dive_rates_inactive_animated.gif" alt="Dive and Rental Rates" name="rates" width="75" height="75" border="0" /></a></div> <div id="discoverscuba" style="position:absolute; width:81px; height:81px; z-index:13; left: 483px; top: 145px;"><a href="discover_scuba.htm" target="_blank" onmouseover="MM_swapImage('discoverscuba','','Buttons/discover_scuba_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/discover_scuba_inactive_animated.gif" alt="Discover Scuba" name="discoverscuba" width="80" height="80" border="0"/></a></div> <div id="diabilities" style="position:absolute; width:87px; height:87px; z-index:14; left: 404px; top: 133px;"><a href="disabilities.htm" target="_blank" onmouseover="MM_swapImage('Image20','','Buttons/divers_disabilities_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/divers_disabilities_inactive_animated.gif" alt="Disabled Divers" name="Image20" width="85" height="85" border="0" /></a></div> <div id="continue" style="position:absolute; width:77px; height:77px; z-index:10; left: 361px; top: 216px;"><a href="continue_adventure.htm" target="_blank" onmouseover="MM_swapImage('continue','','Buttons/continue_adventure_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/continue_adventure_inactive_animated.gif" alt="Continue Your Adventure" name="continue" width="75" height="75" border="0" /></a></div> <div id="daysail" style="position:absolute; width:47px; height:47px; z-index:12; left: 457px; top: 205px;"><a href="day_sails.htm" target="_blank" onmouseover="MM_swapImage('daysail','','Buttons/day_sails_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/day_sails_inactive_animated.gif" alt="Day Sails" name="daysail" width="45" height="45" border="0" /></a></div> <div id="links" style="position:absolute; width:58px; height:53px; z-index:18; left: 145px; top: 239px;"><a href="cool_links.htm" target="_blank" onmouseover="MM_swapImage('links','','Buttons/links_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/links_inactive_animated.gif" alt="Cool Links" name="links" width="50" height="50" border="0"/></a> </div> <div id="contact" style="position:absolute; width:77px; height:72px; z-index:19; left: 735px; top: 124px;"><a href="contact.htm" target="_blank" onmouseover="MM_swapImage('contact','','Buttons/contact_active.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Buttons/contact_inactive_animated.gif" alt="Contact Aqua Action Dive Center" name="contact" width="70" height="70" border="0"/></a></div> <div id="home" style="position:absolute; width:61px; height:60px; z-index:20; left: 124px; top: 171px;"><a href="index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','Buttons/home_active.gif',1)"><img src="Buttons/home_inactive_animated.gif" alt="Home" name="Image24" width="60" height="60" border="0" id="Image24" /></a></div></td> </tr> </table> </tr> </table></td> </tr> <tr> <td colspan="2" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <div class=MsoNormal align=center style='text-align:center'> <p class=MsoNormal align=center style='text-align:center'> <script language="JavaScript"; type="text/JavaScript"> function PADIeLearning() { accessWin = window.open('http://www.aadivers.com/elearning','','scrollbars=yes,top='+(screen.height/8)+',left='+(screen.width/8)+',width=1000,height=700,resizable=yes'); window.accessWin.focus(); } </script> <a href="http://www.aadivers.com/reservations"><img src="images/Book-Now.gif" alt="AA On-Line Reservation Form"></a></p> <a href="JavaScript: PADIeLearning();"><img src="/photos/PADI/eLearning2.gif" ID="eLearn" alt="PADI eLearning" width="468" height="60" /></a></p> <center>Check out our <a href="http://www.aadivers.com/facebook">page</a> on Facebook!</center><br> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http://www.facebook.com/AquaAction" send="false" width="350" show_faces="false" font=""></fb:like> <tr align="center" valign="middle"><br> <td height="15" valign="top" ><img src="Art/horizontal_600.gif" alt="Horizontal Rule" width="604" height="4" /></td> </tr> <tr align="center" valign="middle"> <td height="41" class="xxl">Aqua Action Dive Center on St. Thomas, Virgin Islands </td> </tr> </table></td> </tr> <tr> <td colspan="2" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="center" valign="middle"> <td width="64%" height="367" valign="top"><p></p> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="19%" height="136" align="center" valign="middle"><a href="http://www.aadivers.com/PADI" target="_blank"><img src="Art/padi_5_star_lg.jpg" alt="PADI" width="85" height="120" border="0" /></a></td> <td width="61%" align="center" valign="middle" class="arialbold120">is a PADI 5 Star and SDI Dive Center. Our focus is on custom-tailored dive trips, individual training, and small, fun groups of people!</td> <td width="20%" align="center" valign="middle" class="arialbold120"><a href="javascript:;" onclick="MM_openBrWindow('http://www.tdisdi.com/sdihome.html','sdi','scrollbars=yes,resizable=yes,width=500,height=500')"><img src="Art/sdi_2colorLogo.gif" alt="Scuba Diving International" width="109" height="110" border="0" /></a></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="56%" height="227" align="right" valign="middle"><img src="Photos/index/secretharbour.jpg" alt="Beach at Secret Harbour" width="306" height="222" /></td> <td width="44%" align="center" valign="middle"><p><span class="arialbldital150">We are located at</span><span class="arialbody120"><br /> </span><span class="arialbody140red"><a href="http://www.aadivers.com/secretHarbour" target="_blank">Secret Harbour<br /> Beach Resort</a></span><a href="http://www.aadivers.com/SecretHarbour" target="_blank"><br /> </a><span class="arialbldital150">on the East End<br /> of St. Thomas<br> <font size="2"> Click <a href="http://www.aadivers.com/directions/">here</a> for driving directions!</font> </span></p> <p><span class="cutline">Sound controls</span><br /> <embed src="underwater_bubbles05.wav" width="145" height="25" autostart="True" loop="10" align="CENTER" volume="10"> </embed> </p></td> </tr> </table> </td> <td width="36%" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <!-- <td align="left" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="250" height="189"> <param name="movie" value="Flash/animation_index.swf" /> <param name="quality" value="high" /> <embed src="Flash/animation_index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="189"></embed> </object></td> --> <td align="left" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="304" height="279"> <param name="movie" value="Flash/scenery.swf" /> <param name="quality" value="high" /> <embed src="Flash/scenery.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="304" height="279"></embed> </object></td> </tr> <tr> <td height="84" align="center" valign="bottom"><span class="arialbldital150">Avoid the crowds ...<br /> We cater to small groups<br /> of six or less divers.</span></td> </tr> </table> </td> </tr> </table></td> </tr> <tr> <td height="13" colspan="2" align="center" valign="middle"><img src="Art/horizontal_600.gif" alt="Horizontal line" width="604" height="4" /> <span class="arialbldital150"> </span></td> </tr> <tr> <td colspan="2" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="26" colspan="2" align="center" valign="middle" class="arialbody100bold">From Shore Dives to Boat Dives ... Experience the Ultimate Adventure with Aqua Action Dive Center!</td> </tr> <tr> <td width="30%" height="189" align="right" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="250" height="189"> <param name="movie" value="Flash/animation_index.swf" /> <param name="quality" value="high" /> <embed src="Flash/animation_index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="189"></embed> </object></td> <td width="70%" align="center" valign="top"><p class="arialbody120">&nbsp;</p> <p class="arialbody120"><span class="arialbody100ital">Join us in a far away place, where creatures of all colors, shapes<br /> and sizes co-exist in harmony. Let us show you a kingdom of<br /> beautiful mountains, valleys, canyons, plains and caverns.<br /> We are welcome here, and the inhabitants share with us the peace, relaxation and camaraderie they enjoy.<p> <b><i><font color="Red">New! </font></i></b>Click <a href="http://www.aadivers.com/oe">here</a> to see where our dive boat, <i>Ocean Express</i>, is right now!</span>/</p> </td> </tr> </table></td> </tr> <tr> <td width="71%" height="2" align="center" valign="middle"><p>The waters of the Virgin Islands are known for their brilliant colors and wonderful variety of tropical fish. The diving here is relatively shallow, allowing divers almost unlimited bottom time. We routinely see lobster, eagle rays, turtles and a wide array of macro-life. We are currently diving 40 different locations that have an average depth of 45 feet. See the splendor of the entire reef system - top to bottom! </td> <td width="29%" align="left" valign="top"><table width="93%" border="0" cellspacing="0" cellpadding="0"> <div id="TA_excellent833" class="TA_excellent"> <ul id="eiKBdf68" class="TA_links 1dNzwX"> <li id="cuxwvrUm" class="2tEX9t3"><a target="_blank" href=http://www.tripadvisor.com/Attraction_Review-g147404-d1450595-Reviews-Aqua_Action_Dive_Center-St_Thomas_U_S_Virgin_Islands.html>Aqua Action Dive Center</a> rated "excellent" by travelers!</li> </ul> </div> <script src="http://www.jscache.com/wejs?wtype=excellent&amp;uniq=833&amp;locationId=1450595&amp;lang=en_US"></script> <tr> <td height="1"><div align="center"><span class="arialbody140red"><br /> </span></div></td> </tr> </table></td> </tr> <tr> <td height="2" colspan="2" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> </tr> </table></td> </tr> <tr> <td colspan="2" align="center" valign="top"><table width="98%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="32%" height="214" align="center" valign="middle"><p class="arialbody120"><span class="arialbody100ital">Reservations are<br /> strongly recommended</span>.</p> <p class="arialbody120">Call Aqua Action at<br /> <span class="arialbody100bold">888-775-6285</span><br /> or<span class="arialbody100bold"> 340-775-6285</span><br /> for reservations and<br /> dive package information.<br /> </p><b><strong><font color="violet">Click <a href="http://www.aadivers.com/facebook">here</a> for the Aqua Action Page on Facebook!</font></strong></b> </p> </td> <td width="40%" align="center" valign="middle"><p><img src="Photos/index/sam&diane.jpg" alt="Sam & Diane" height="250"><br /> <span class="cutline">Sam & Diane, owner/operators of Aqua Action Dive Center</span><br /> </p> </td> <td width="40%" align="center" valign="middle"><p class="arialbody120">Click <a rel="nofollow" target="_blank" href="http://www.aadivers.com/mail" target="_blank">here</a> to e-mail us.</p> <p class="arialbody120">Click <a href="http://www.aadivers.com/reviews">here</a> for our Trip Advisor reviews page.</p> <p class="arialbody120">Click <a href="rental_rates.htm" target="_blank">here</a> to see rates!</p> <a href="http://www.aadivers.com/reservations"><img src="images/BookNow.gif" alt="AA On-Line Reservation Form"></a> <p class="arialbody120">...or click <a href="PDF/cancellation_policy.pdf" target="_blank">here</a> for form.</p></td> </tr> </table></td> </tr> <tr> <td height="26" colspan="2" align="center" valign="top"><span class="arialbody100bold"><br>Our mailing address is 6501 Red Hook Plaza, #80, St. Thomas, VI 00802-1306<br>We are located at <a href="http://www.aadivers.com/SecretHarbour">Secret Harbour Beach Resort</a> Click <a href="http://www.aadivers.com/directions/">here</a> for driving directions!</p> </span></td> </tr> <tr valign="middle"> <td height="72" colspan="2" align="center"> <ul id="footer-nav"> <a href="index.html" target="_blank">Home</a> &nbsp;| &nbsp; <a href="dive_sites.htm" target="_blank">Dive Sites</a> &nbsp;| &nbsp; <a href="rental_rates.htm" target="_blank">Dive &amp; Rental Rates</a> &nbsp;| &nbsp; <a href="disabilities.htm">Divers with Disabilities</a> &nbsp;| &nbsp; <a href="faq.htm" target="_blank">FAQ</a> &nbsp;| &nbsp; <a href="contact.htm" target="_blank">Contact</a><br /> <a href="discover_scuba.htm" target="_blank">Discover Scuba</a> &nbsp;| &nbsp; <a href="PADI.htm" target="_blank">PADI Open Water Diver</a> &nbsp;| &nbsp; <a href="continue_adventure.htm" target="_blank" >Continue Your Adventure</a> &nbsp;| &nbsp; <a href="kids.htm" target="_blank" >Kids' Programs</a> &nbsp;| &nbsp; <a href="nates_corner.htm" target="_blank">Nate's Corner</a> &nbsp;| &nbsp; <a href="win_t-shirt.htm" target="_blank">Win a T-Shirt</a><br /> <a href="discover_snorkel.htm" target="_blank">Discover Snorkeling</a> &nbsp;| &nbsp; <a href="dive_cam.htm" target="_blank">Live Dive Cam</a> &nbsp;| &nbsp; <a href="photogallery.htm" target="_blank">Photo Gallery</a> &nbsp;| &nbsp; <a href="day_sails.htm" target="_blank">Day Sails</a> &nbsp;| &nbsp; <a href="cool_links.htm" target="_blank">Cool Links</a> &nbsp;| &nbsp; <a href="http://www.livingbydesignvi.com" target="_blank">Website: Living by Design</a> <div align="center"></div> </ul></td> </tr> </table> </div> <div class=MsoNormal align=center style='text-align:center'></p> <!-- Start of Twitter code (currently disabbled) <div id="twitter_div"> <h2 class="sidebar-title"><font color="Yellow">AA Twitter Updates</font></h2> <font color="Red"><ul id="twitter_update_list"></ul></font> <a href="http://twitter.com/aadivers" id="twitter-link" style="display:block;text-align:left;color:Blue;">follow us on Twitter</a> </div> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/aadivers.json?callback=twitterCallback2&amp;count=5"></script> --> <!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=3252349; var sc_invisible=0; var sc_partition=35; var sc_security="40f6da57"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c36.statcounter.com/3252349/0/40f6da57/0/" alt="website tracker" /></a></div></noscript> <!-- End of StatCounter Code --> <!-- Paste this code just above the closing </body> to record every pageload as a conversion. --> <script src="//ah8.facebook.com/js/conversions/tracking.js"></script><script type="text/javascript"> try { FB.Insights.impression({ 'id' : 6002402975921, 'h' : '3c0bc2e0f8', 'value' : 2 // you can change this dynamically }); } catch (e) {} </script> </body> </html>