%@ Language=VBScript%> <% 'DEFAULTS 'default size to display for broker, motor, sail and motorsail yachts If (YachtTypeID=1 or YachtTypeID=2 or YachtTypeID=3) and isnull(LengthLow) and isnull(LengthHi) Then LengthLow=1600 LengthHi=null End If 'determine the type of page so we can create metatages Dim PageType PageType="index" & YachtTypeID If PageType="index1" and LengthLow=1600 Then PageType="indexmega" %>
<%Call InsertMetaTags(PageType)%>|
|
|
||||||||
|
|
<%
'show size navigation unles we're listing cruising vessels
If YachtTypeID<>4 and YachtTypeID<>5 and YachtTypeID<>6 Then Call ShowSizeNavigation()
If YachtTypeID=5 or YachtTypeID=6 Then Call BrokerTypeDropdown()
Response.write (" ") Call ListYachts() 'show size navigation unles we're listing cruising vessels If YachtTypeID<>4 and YachtTypeID<>5 and YachtTypeID<>6 Then Call ShowSizeNavigation() %> <% Set MM_dalmatianet_STRING = Nothing %> | ||||||||