%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
'#######################################################################
'######### Modify the text below ######################################
'#######################################################################
const member = "Bernice_Thomson" 'Name of the directory in the Gallery directory
const memberfile = "Bernice.asp" 'Name of this file.
const txtTitle = "Bernice Thomson's Awesome 60 Gallon Reef"
const txtTank = "Reef Ready 60 gallon glass tank established in April 2006."
const txtSump = "29 gallon glass tank used to hold an nn sump skimmer and Ca reactor"
const txtFlow = "Two Sea Swirls fed from the sump return"
const txtFishes = "Dwarf Angel, Six-line wrasse, gobies"
const txtCorals = "SPS dominated with a few soft corals"
const txtOtherLivestock = " "
const txtFiltration = " "
const txtLighting = "250 watt MH lighting supplemented with VHO actinics."
const txtWater = " "
const txtAdditives = " "
const txtFeeding = "Feed brine shrimp, Formula 2, Marine Snow, and Reef Plankton a couple of times a week"
const txtEquipment = "EuroReef protien skimmer, Precision Marine calcium reactor, Medusa temp controller, PinPoint pH controller."
const txtParameters = " "
const pic1 = "Bernice_FullEnd_view_1.jpg"
const pic1Caption = "Tank end view November 13, 2006"
const pic2 = ""
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
%>
|
|