//********************************************************************************************************
//Last Update:  01-15-07
//
//This file provides the links at the bottom of the frameset for the website.
//********************************************************************************************************

document.writeln('	<p>&nbsp;</p>');
document.writeln('	<p class="body-normal" align="right"><a href="#topofpage">&#8593; return to top</a></p>');
document.writeln('	<hr size="1"><br>');
document.writeln('	<table width="100%" border="0" cellspacing="4" cellpadding="4" class="footer" ID="Table1">');
document.writeln('		<tr>');
document.writeln('			<td>');
document.writeln('				<a href="../index.html">Home</a> |');
document.writeln('				<a href="../webinteractive.html">Remote Support</a> |');
document.writeln('				<a href="../webdemo.html">Web Conferencing</a> |');
document.writeln('				<a href="../audio_conferencing.html">Audio Conferencing</a> ');
document.writeln('				<br>');
//document.writeln('				<a href="../collaboration_tools.html">Collaboration Tools</a> |');
//document.writeln('				<a href="../web_conference_software.html">Web Conference Software</a> |');
//document.writeln('				<a href="../audio_conferencing.html">Audio Conferencing</a> |');
//document.writeln('				<a href="../video_conferencing.html">Video Conferencing</a> ');
//document.writeln('				<br>');
document.writeln('				<a href="../white_papers.html">White Papers</a> |');
document.writeln('				<a href="../case_studies.html">Case Studies</a> |');
document.writeln('				<a href="../site_map.html">Site Map</a> |');
document.writeln('				<a href="../privacy_policy.html">Privacy Policy</a>');
document.writeln('			</td>');
document.writeln('		</tr>');
document.writeln('	</table>');
document.writeln('	<p>');
document.writeln('		<span class="copyright">&copy; 2007 Inter-Tel. All Rights Reserved.<br></span>');
document.writeln('	</p>');