<%
	'Save the calling page and plan style querystring
	sFromPage = Request.QueryString("from")
	sSpage = Request.QueryString("gohere")
%>

<html>
<head>
<title>SDA Lifestyle Home Collection</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="sda.css" type="text/css">
</head>

        <frameset rows="*,43" cols="*" framespacing="0" frameborder="no" border="0">
          <frameset cols="221,479" framespacing="0" frameborder="no" border="0">

<frame src="<%= sSpage %>_graphic.htm" name='frmData' scrolling="no" id='frmData'>


            <frameset rows="98,327" framespacing="0" frameborder="no" border="0">
              <frame src="static_top.html" name="frmTop" scrolling="no" id="frmTop">
<% if sSpage = "order_plan" then
	sSpage = sSpage & ".asp?jnumber=" & sFromPage%>
			   <frame src='<%= sSpage %>' name="frmList" scrolling="auto" id="frmList">
<% else %>
			   <frame src="<%= sSpage %>.asp" name="frmList" scrolling="auto" id="frmList">
<% end if %>
            </frameset>
          </frameset>
          <frame src='generic_bottom.htm' name='frmBottom' scrolling="no" marginwidth='0' marginheight='0' id='frmBottom'>
</frameset>
<noframes><body>

</body></noframes>
</html>
