/*
To-Do:

1. When a Profile (account) is activated a notification should be sent to the site administrator.

2. When a user signs on to the site a notification should be sent to the site administrator.

3. Add a "Sign Off" link and Icon.

4. Hide/Display the Sign On, Register, Activate, and Sign Off links depending on 
   the current state.

5. Add Profile (account) management page and Icon/Link.  This will allow the user 
   to update their information in their profile.

6. Add "Super-User" attribute to profile database.  This will allow us to show 
   or hide future administrative links on the site based on the user's authorization.

7. Privacy Policy Statement.
        
*/

document.write("<IMG height=1 src='" + imageDir + "spacer.gif' width=164 border=0>");
document.write("<div id='sidenav_title'>Yuri Ives<br>Real Estate</div><br>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../Welcome.do'>Home</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../AboutUs.do'>About Us</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../auth/FeaturedProperties.do'>Featured Properties</A><img src='" + imageDir + "padlock.gif' witdth=14 height=15></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../auth/SearchListings.do'>Property Search</A><img src='" + imageDir + "padlock.gif' width=14 height=15></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../Selling.do'>Selling Property</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../Buying.do'>Buying Property</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../ContactUs.do'>Contact Us</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../auth/Affordability.do'>Affordability Calculator</A><img src='" + imageDir + "padlock.gif' width=14 height=15></div>");  
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../auth/Mortgage.do'>Mortgage Calculator</A><img src='" + imageDir + "padlock.gif' width=14 height=15></div>");  


/*
document.write("<div id='sidenav_title'><p>Broker/Agent<img src='images/padlock.gif' width=14 height=15></div><br>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Activities</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Contacts</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Listings</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Closings</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>E-mail</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Reports</A></div>");
*/
document.write("<BR><BR>");
document.write("<div id='sidenav_title'><p>Client</div><br>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../Signon.do'>Sign On</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../Registration.do'>Register</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='../Activation.do'>Activate</A></div>");  
/*
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Info Center</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Buyer Center</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Seller Center</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>Garage Sales</A></div>");
document.write("<div id='sidenavtext'><span style='padding-left:10px;'><A href='#'>ID Management</A></div>");
*/

document.write("<div id='sidewhite' style='margin-top:20px;'>&nbsp;<br><img src='" + imageDir + "padlock.gif' width=14 height=15>Secure section requiring login</div><br>");

