<%@ Language=VBScript %> <% Option Explicit %> <% Dim LogoMain, FSYS, Logo, strMenu, Menu, strMC, MenuCat, strRI, RI, MCols, ID, foldGall, newFolderName, ImgFolder, ImgFiles, file strMenu= "SELECT * FROM Menu WHERE ID = "& Request.QueryString("ID") &"" Set Menu = CreateObject("ADODB.RecordSet") Menu.Open strMenu, objConn strMC = "SELECT * FROM MenuCats Order By OrderNo" Set MenuCat = CreateObject("ADODB.RecordSet") MenuCat.Open strMC, objConn strRI = "SELECT * FROM Restaurants" Set RI = CreateObject("ADODB.RecordSet") RI.Open strRI, objConn Set FSYS = Server.CreateObject("Scripting.FileSystemObject") If Layout("LogoSub") > "" Then LogoMain = Server.MapPath ("logo") & "\" & Layout("LogoSub") If FSYS.FileExists(LogoMain) Then Logo = Layout("LogoSub") Else LogoMain = Server.MapPath ("logo") & "\" & Layout("LogoMain") If FSYS.FileExists(LogoMain) Then Logo = Layout("LogoMain") End If %> <% Response.Write CoName & " Menu Item: " & Menu("Item") %> "> "> " marginwidth="<%=Layout("LeftMargin")%>" topmargin="<%=Layout("TopMargin")%>" marginheight="<%=Layout("TopMargin")%>"> <% If Layout("PageAlign") = "Center" Then %>
<% End If %> <% If BRC = "True" OR TRC = "True" Then %> "100%"<% Else %>"780"<% End If %>> <% If TRC = "True" Then %> <% End If %> <% If BRC = "True" Then %> <% End If %>
><% If Layout("TL") = "True" Then %><% End If %> ><% If Layout("TR") = "True" Then %><% End If %>
<% End If %><% If Layout("NavLoc") = "Horizontal" Then %> bgcolor="white"<% End If %> width=<% If Layout("PageAlign") = "Full" Then %>"100%"<% If Layout("PageHeight") = True Then %> height="100%"<% End If %><% Else %><% If TRC OR BRC = "True" Then %>"750"<% Else %>"780"<% If Layout("PageHeight") = True Then %> height="100%"<% End If %><% End If %><% End If %>> <% If Layout("LogoPos") = "Below" Then %> <% End If %><% If FSYS.FileExists(LogoMain) Then %> <% End If %><% If Layout("LogoPos") = "Above" Then %> <% End If %>
Layout("HdrImg") Then %>bgcolor="<%=Layout("HdrImg")%>"<% End If %> align="<%=Layout("NavAlign")%>">
">
<% If Layout("OptIn") = True Then %><% End If %>
<% Else %> bgcolor="white"<% End If %> width=<% If Layout("PageAlign") = "Full" Then %>"100%"<% If Layout("PageHeight") = True Then %> height="100%"<% End If %><% Else %><% If TRC OR BRC = "True" Then %>"750"<% Else %>"780"<% If Layout("PageHeight") = True Then %> height="100%"<% End If %><% End If %><% End If %>> <% If FSYS.FileExists(LogoMain) Then %> <% End If %>
" width="125" valign="top">
<% End If %><% If TRC = "True" OR BRC = "True"Then %>
><% If Layout("BL") = "True" Then %><% End If %> ><% If Layout("BR") = "True" Then %><% End If %>
<% End If %><% If Layout("PageAlign") = "Center" Then %>
<% End If %> <% Menu.Close Set Menu = Nothing MenuCat.Close Set MenuCat = Nothing RI.Close Set RI = Nothing Layout.Close Set Layout = Nothing siteNav.Close Set siteNav = Nothing Set FSYS = Nothing objConn.Close Set objConn = Nothing %>