%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
'#######################################################################
'######### Modify the text below ######################################
'#######################################################################
const member = "Richard_b" 'Name of the directory in the Gallery directory
const memberfile = "Richard_b.asp" 'Name of this file.
const txtComments = ""
const txtTitle = "Richard and Cindy Behrene's Awesome Reef"
const txtTank = "155 Gallon Bowfront"
const txtSump = "40 gallon Oceanic"
const txtFlow = "Return pumps plus one Korillia 4 powerhead"
const txtFishes = "Flame Angle, Eibili Angle, Bi-color angel, Powder Brown tang, Yellow tang, Blue tang, Copperband butterfly, Lawn Mower blenny, Yellow clown goby, Maroon clown, Mandarin goby"
const txtCorals = "Richard really likes corals from the mussidea family, so his tank has multiple Acans, Favia, Favities, Mushrooms, Zoanthids, Sun Coral, Bubble Coral, Leather Coral."
const txtOtherLivestock = "Long Tenticle Anemone"
const txtFiltration = "Coralife SuperSkimmer and a Filter Sock besides the live rock and live sand"
const txtLighting = "Current USA Outer Orbit fixture with 3 150 watt 10,000K Double ended Metal Halides Plus 4 PC Dual Actinic bulbs"
const txtWater = "All replacement and water change water starts out as good RO/DI water"
const txtAdditives = ""
const txtFeeding = ""
const txtEquipment = ""
const txtParameters = ""
const pic1 = "DSC_0082.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
%>
|
|