%@LANGUAGE="VBSCRIPT"%>
<%
Dim index__MMColParam
index__MMColParam = "1"
if (Request.QueryString("true") <> "") then index__MMColParam = Request.QueryString("true")
%>
<%
set index = Server.CreateObject("ADODB.Recordset")
index.ActiveConnection = MM_body_STRING
index.Source = "SELECT * FROM lang WHERE show = " + Replace(index__MMColParam, "'", "''") + " ORDER BY Lang ASC"
index.CursorType = 0
index.CursorLocation = 2
index.LockType = 3
index.Open()
index_numRows = 0
%>
<%
Dim index2__MMColParam
index2__MMColParam = "1"
if (Request.QueryString("true") <> "") then index2__MMColParam = Request.QueryString("true")
%>
<%
set index2 = Server.CreateObject("ADODB.Recordset")
index2.ActiveConnection = MM_body_STRING
index2.Source = "SELECT * FROM lang WHERE show = " + Replace(index2__MMColParam, "'", "''") + " ORDER BY Lang ASC"
index2.CursorType = 0
index2.CursorLocation = 2
index2.LockType = 3
index2.Open()
index2_numRows = 0
%>