%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
'#######################################################################
'######### Modify the text below ######################################
'#######################################################################
const member = "Bowers" 'Name of the directory in the Gallery directory
const memberfile = "Bowers.asp" 'Name of this file.
const txtComments = ""
const txtTitle = "Bruce Bowers' Awesome Reef"
const txtTank = "125 Gallon All glass reef ready tank with corner overflows With Island stand and a combination of an Island canopy and a custom extension to give more room for the MH lighting."
const txtSump = "30 gallon custom made acrylic sump"
const txtFlow = "Dolphin Amp master 3000 return pump with 1 Rio SEIO 1500 for extra flow. Return flow is through 2 ¾ inch Sea Swirls and 2 other 1 inch outlets behind the rock work."
const txtFishes = "2 clown fish, 1 Hippo Tang, 1 Naso Tang, 1 Yellow Tang, 1 Kole Tang, 1 Lawnmower blenny, Yellow Rose Goby and a harem of Anthias"
const txtCorals = "This tank has a large Anemone in the middle of the tank with lots of Colt corals, Hammer Corals, leathers, Zoanthids and Mushrooms around the tank. It also has a Maxima Clam and a Crocea clam, as well as a povona cactus coral"
const txtOtherLivestock = "Skunk Striped Cleaner Shrimp, Queen Conch, misc snails"
const txtFiltration = "In the custom made sump is a SouthBay 8-3 protien skimmer and a Phosban reactor with Bellaphos in it. There is also a bag of carbon in the sump."
const txtLighting = "There are 2 400 watt Double ended Coralvue 20,000K metal halide bulbs on the end of the tank driven by Coralvue 400 watt electronic ballasts, 1 250 watt Reeflux 12,000K single ended bulb in the middle driven by an Icecape electronic ballast, and 2 6 foot UV lighting Super Actinic bulbs driven by an Icecap 660 ballast"
const txtWater = "All water is RO/DI water purchased from Jen's Saltwater Haven"
const txtAdditives = ""
const txtFeeding = ""
const txtEquipment = "This tank also has a custom calcium reactor from Jen's Saltwater Haven, and multiple thermostatic fans to keep the system cool"
const txtParameters = "SG 1.025 CA 440, Alk 10 dKh, Nitrate 5 ppm"
const pic1 = "DSC_0002.jpg"
const pic1Caption = ""
const pic2 = "../blank.jpg"
const pic2Caption = ""
'#######################################################################
dim ilistdir
%>
<%=txtTitle%>
<%=txtTitle%>
<%If txtTank <> "" then%>
|
Tank:
|
<%=txtTank%>
|
<%
End if
If txtSump <> "" then
%>
|
Sump:
|
<%=txtSump%>
|
<%
End if
If txtWater <> "" then
%>
|
Water:
|
<%=txtWater%>
|
<%
End if
If txtFlow <> "" then
%>
|
Flow:
|
<%=txtFlow%>
|
<%
End if
If txtFishes <> "" then
%>
|
Fishes:
|
<%=txtFishes%>
|
<%
End if
If txtCorals <> "" then
%>
|
Corals:
|
<%=txtCorals%>
|
<%
End if
If txtOtherLivestock <> "" then
%>
|
Other Livestock:
|
<%=txtOtherLivestock%>
|
<%
End if
If txtFiltration <> "" then
%>
|
Filtration:
|
<%=txtFiltration%>
|
<%
End if
If txtLighting <> "" then
%>
|
Lighting:
|
<%=txtLighting%>
|
<%
End if
If txtWater <> "" then
%>
|
Water:
|
<%=txtWater%>
|
<%
End if
If txtAdditives <> "" then
%>
|
Additives:
|
<%=txtAdditives%>
|
<%
End if
If txtFeeding <> "" then
%>
|
Feeding:
|
<%=txtFeeding%>
|
<%
End if
If txtEquipment <> "" then
%>
|
Misc Equipment:
|
<%=txtEquipment%>
|
<%
End if
If txtParameters <> "" then
%>
|
Water Parameters:
|
<%=txtParameters%>
|
<%
End if
%>
|
|