%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
'#######################################################################
'######### Modify the text below ######################################
'#######################################################################
const member = "Collins" 'Name of the directory in the Gallery directory
const memberfile = "Collins.asp" 'Name of this file.
const txtComments = ""
const txtTitle = "Joey and Audrey Collins' Reef"
const txtTank = "150 gallon Perfecto 4 foot long by 24 inch front to back by 31 inches deep. This tank was been setup in its current location for one and a half years. The system was purchased used as a soft coral tank and has been being upgraded ever since. The SPS corals are pretty new additions to the tank. This tank shows that you do not have go to go high tech to have a nice reef tank"
const txtSump = ""
const txtFlow = "Flow- 1 Hydor, 2 Power Head 802s,1 Power Head 402, CPR Dual BackPack, Emperor 800"
const txtFishes = "Pink Tailed Trigger, Royal Gramma, Fairy Wrasse, Sailfin Tang, Yellow Tang, three green chromas, black and white striped damsel, purple queen anthia, 4 true percules clowns, 3 yellow tailed damsels, blue damsel, spot mandarin goby, diamond sand sifting goby"
const txtCorals = "This tank has numerous zooanthids, mushrooms, a pectina, hydnophora, acropora, monitopora, A large finger leather, devils hand leather, palyathoa, green nepthea, birdsnest, donut coral, and others."
const txtOtherLivestock = "Skunk Striped Cleaner Shrimp, 10 turbo snails, 10 scarlet hermit crabs, 20 astria snails, 10 bumblebee snails, queen conch snail, 20 large nassarius snails, 10 small nassarius snails, 50+ serpent brittle starfish (small), orange linkia starfish, green long tentacle anemone, blue maxima clam and small gold maxima clam."
const txtFiltration = "This tank is not drilled and has not sump. It has a CPR Dual BackPak skimmer and a Marineland Emperor 400 filter on the back."
const txtLighting = "175 watt metal halide with a ReefLux 175 watt 12000K lamp, 2 VHO's @ 4', 2 PC actinic."
const txtWater = ""
const txtAdditives = ""
const txtFeeding = ""
const txtEquipment = ""
const txtParameters = ""
const pic1 = "../blank.jpg"
const pic1Caption = ""
const pic2 = "../blank.jpg"
const pic2Caption = ""
'#######################################################################
dim ilistdir
%>
<%=txtTitle%>
<%=txtTitle%>
<% if txtComments <>"" then response.Write("" & txtComments) & "" %>
<%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
%>
|
|