function header(base_path)
{
    document.writeln('<div STYLE="width:100%; margin:20; text-align:left">')
    document.writeln('<a href="' + base_path + 'index.html" alt="Documite Corporation"><IMG SRC="' + base_path + 'images/new_logo_1.gif" width="243"/></a>')
    document.writeln('<P style="margin-top:4; font-size:16pt; font-style:italic;;">Innovative XML Solutions</P>')
    document.writeln('</div>')
};

function main_toolbar(base_path)
{
    document.writeln('<div style="margin-top:20;">')
    document.writeln('<table width="100%" border="0" cellpadding="0" cellspacing="0" style="font-size:10pt; background-color:rgb(60,60,60); color:white; padding:10; font-weight:bold;">')
    document.writeln('<tr>')
    document.writeln('<td align="center"><a href="' + base_path + 'index.html" alt="Documite Home Page" style="text-decoration:none; color:white;">Home</a></td>')
    document.writeln('<td align="center"><a href="' + base_path + 'includes/products.html" alt="Documite Products" style="text-decoration:none; color:white;">Products</a></td>')
    document.writeln('<td align="center"><a href="' + base_path + 'includes/services.html" alt="Documite Services" style="text-decoration:none; color:white;">Services</a></td>')
    document.writeln('<td align="center"><a href="' + base_path + 'includes/partners.html" alt="Documite Partners" style="text-decoration:none; color:white;">Partners</a></td>')
    document.writeln('<td align="center"><a href="' + base_path + 'includes/company.html" alt="About Documite" style="text-decoration:none; color:white;">Company</a></td>')
    document.writeln('<td align="center"><a href="' + base_path + 'includes/news.html" alt="Documite News" style="text-decoration:none; color:white;">News</a></td>')
    document.writeln('</tr>')
    document.writeln('</table>')
    document.writeln('</div>')
};

function bottom_toolbar(base_path)
{
    document.writeln('<div style="margin-top:20;">')
    document.writeln('<table width="100%" border="0" cellpadding="0" cellspacing="0" style="font-size:8pt; background-color:rgb(230,230,230); color:black; padding:10; font-weight:bold; border-top:thin solid rgb(160,160,160);">')
    document.writeln('<tr>')
    document.writeln('<td align="center"><a href="' + base_path + 'includes/contact_us.html" alt="Contact Documite" style="text-decoration:none; color:black;">Contact Us</a></td>')
    document.writeln('<td align="center" alt="Site Map"><a href="' + base_path + 'includes/site_map.html" alt="Site Map" style="text-decoration:none; color:black;">Site Map</a></td>')
    document.writeln('<td align="right">COPYRIGHT 2010 - 2011 Documite Corporation. All rights reserved.</td>')
    document.writeln('</tr>')
    document.writeln('</table>')
    document.writeln('</div>')
};

function bad_logon()
{
    window.alert('User ID unknown or incorrect password.  Login failed.');
};



