<%
'***********************************************************************
'** Copyright (C) 2001 - 2004 Max Yuan All Rights Reserved
'**
'** By using this program, you are agreeing to the terms of the
'** GNU General Public License.
'**
'** This program is free software; you can redistribute it and/or
'** modify it under the terms of the GNU General Public License
'** as published by the Free Software Foundation; either version 2
'** of the License, or any later version.
'**
'** All copyright notices regarding MaxWebPortal must remain intact
'** in the scripts and in the outputted HTML.
'** The "powered by" text/logo with a link back to 
'** http://www.maxwebportal.com in the footer of the pages MUST
'** remain visible when the pages are viewed on the internet or intranet.
'**
'** Support can be obtained from support forums at:
'** http://www.maxwebportal.com
'**
'** Email: maxwebportal@hotmail.com
'** ICQ: 148111300
'***********************************************************************
CurPageInfoChk = "1"
function CurPageInfo ()
	strOnlineQueryString = ChkActUsrUrl(Request.QueryString)
	PageName = "Privacy Statement"
	PageAction = "Viewing<br>" 
	PageLocation = "privacy.asp"
	CurPageInfo = PageAction & " " & "<a href=" & PageLocation & ">" & PageName & "</a>"

end function
%>
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
<%mwpThemeTitle= "Privacy Statement for " & strSiteTitle

mwpThemeTableCustomCode = "align=""center"" width=""95%"""
mwpThemeBlock_open()%>
  <tr>
    <td bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
<p>In order to use some features and the forums, users are required to provide a 
username, password and email address. Neither the Administrators of these 
forums, or the Moderators participating, are responsible for the privacy 
practices of any user. Remember that all information that is disclosed in these 
areas becomes public information and you should exercise caution when deciding 
to share any of your personal information. Any user who finds material posted by 
another user objectionable is encouraged to contact us via email. </p>

<p>This site may contain links to other web sites and
files. We have no control over the content and can not ensure it will not be offensive
or objectionable.  We will, however, remove links to material that we feel is inappropriate as we become aware of them.</p>

<p>The site gives users two options for changing and
modifying information that they provide in their profile:

<ol>
  <li>Users can login with their username and password to
    change any information in their profile.
  <li>In case of lost password, users can send an email to 
  <a href="mailto:<% =strSender %>"><% =strSender %></a>.</li>
</ol>
<p></p>

<p>Cookies must be turned on in your browser to participate as a user. Cookies are used here to hold your username and
password and viewing options, allowing you to login.</p>

If you have any questions about this privacy statement, the practices of this site, or your dealings with this Web site, you can contact: 
      
<a href="mailto:<% =strSender %>"><% =strSender %></a>
</font>
</td></tr>
<%mwpThemeBlock_close()%>
<!--#INCLUDE FILE="inc_footer.asp" -->