<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var Section__MMColParam = "1"; if (String(Request.QueryString("section")) != "undefined" && String(Request.QueryString("section")) != "") { Section__MMColParam = String(Request.QueryString("section")); } %> <% var Section = Server.CreateObject("ADODB.Recordset"); Section.ActiveConnection = MM_MediaEdge_STRING; Section.Source = "SELECT * FROM Sections WHERE ID = "+ Section__MMColParam.replace(/'/g, "''") + ""; Section.CursorType = 0; Section.CursorLocation = 2; Section.LockType = 1; Section.Open(); var Section_numRows = 0; %> <%=(Section.Fields.Item("Section_Name").Value)%> ')">
" width="<%=(Section.Fields.Item("Left_Width").Value) %>" height="<%=(Section.Fields.Item("Left_Height").Value) %>" alt=""> " target="navigation" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Title','','<%=(Section.Fields.Item("Top_Rollover").Value)%>',1)">" width="<%=(Section.Fields.Item("Top_Width").Value) %>" height="<%=(Section.Fields.Item("Top_Height").Value) %>" name="Title" border="0"> " width="<%=(Section.Fields.Item("Right_Width").Value) %>" height="<%=(Section.Fields.Item("Right_Height").Value) %>" alt="">
" width="<%=(Section.Fields.Item("Top_Width").Value - Section.Fields.Item("Padding_Left").Value - Section.Fields.Item("Padding_Right").Value)%>" class="rfelement">
" width="<%=(Section.Fields.Item("Bottom_Width").Value) %>" height="<%=(Section.Fields.Item("Bottom_Height").Value) %>" alt="">
<% Section.Close(); %>