//********************************************************************************************************
//Last Update:  08/11/06
//
//This include file contains the banner components used on the Linktivity website.
//It includes the top menubar as well as the graphics above it.
//
//Note:  "css_helper.js" REQUIRED for the menubar function to work properly.
//
//********************************************************************************************************

//Javascript Functions
document.writeln('<script language="JavaScript" type="text/JavaScript">');
document.writeln('	function LiveDemo(pPage) {');
document.writeln('		popUpWin = window.open("http://enterprise.linktivity.com/interactivedemo/user_login.asp?SID=1000134&amp;UID=blank&amp;QUEUE=1000012","popWin",winOpts);');
document.writeln('	}');
document.writeln('	var winOpts = "resizeable=no,scrollbars=no,width=400,height=450";');
document.writeln('</script>');

//Banner Items
document.writeln('<div id="banner_link" style="Z-INDEX:2; LEFT:260px; WIDTH:540px; POSITION:absolute; TOP:0px; HEIGHT:87px">');
document.writeln('	<div align="right"><img src="../img/c5-1.gif" alt="" border="0" ></div>');
document.writeln('</div>');
document.writeln('<div id="banner_logo" style="Z-INDEX:2; LEFT:0px; WIDTH:800px; POSITION:absolute; TOP:0px; HEIGHT:87px">');
//document.writeln('	<a href="http://www.inter-tel.com" target="_blank"><img src="../img/inter-tel.gif" alt="Linktivity Web Conferencing and Remote Support Solutions" width="260" height="80" border="0"></a></td>');
document.writeln('	<img src="../img/inter-tel.gif" alt="Linktivity Web Conferencing and Remote Support Solutions" width="260" height="80" border="0"></a></td>');
document.writeln('</div>');

//Navigation Menu Bar
document.writeln('<div id="menubarbak" style="Z-INDEX:45; LEFT:0px; WIDTH:50px; POSITION:absolute; TOP:78px; HEIGHT:18px">');
document.writeln('	<table>');
document.writeln('		<tr>');
document.writeln('			<td height="18" width="10" colspan="2" bgcolor="#ebebeb"></td>');
document.writeln('		</tr>');
document.writeln('	</table>');
document.writeln('</div>');

document.writeln('<!-- *** Top Menu Bar *** -->');
document.writeln('<div id="menu" style="Z-INDEX:50; LEFT:10px; WIDTH:790px; POSITION:absolute; TOP:80px; HEIGHT:18px">');
document.writeln('	<!-- Home -->');
document.writeln('	<ul>');
document.writeln('		<li><h2>Main</h2>');
document.writeln('			<ul>');
document.writeln('				<li><a href="../index.html" title="Home">Home</a></li>');
document.writeln('				<li><a href="../site_map.html" title="Site Map">Site Map</a></li>');
document.writeln('			</ul>');
document.writeln('		</li>');
document.writeln('	</ul>');
document.writeln('	<!-- About Us -->');
document.writeln('	<ul>');
document.writeln('		<li><h2>About Us</h2>');
document.writeln('			<ul>');
document.writeln('				<li><a href="../information.html" title="Information">Information</a></li>');
document.writeln('				<li><a href="../contact.html" title="Contact">Contact</a></li>');
document.writeln('				<li><a href="../news.html" title="News">News</a></li>');
document.writeln('				<li><a href="../jobs.html" title="Open Positions">Open Positions</a></li>');
document.writeln('			</ul>');
document.writeln('		</li>');
document.writeln('	</ul>');
document.writeln('	<!-- Products -->');
document.writeln('	<ul>');
document.writeln('		<li><h2>Products</h2>');
document.writeln('			<ul>');
document.writeln('				<li><a href="../webdemo.html" title="Web Conferencing">Web Conferencing</a></li>');
document.writeln('				<li><a href="../webdemo_hosted.html" title="Hosted Conferencing">Hosted Conferencing</a></li>');
document.writeln('				<li><a href="../webinteractive.html" title="Remote Support">Remote Support</a></li>');
document.writeln('				<li><a href="../presenter.html" title="LinktivityPresenter">LinktivityPresenter</a></li>');
document.writeln('				<li><a href="../applications.html" title="Meeting Your Needs">Meeting Your Needs</a></li>');
document.writeln('				<li><a href="http://www.converging-technologies.com" title="Legacy Products">Legacy	Products</a></li>');
document.writeln('				<li><a href="../V5.html" title="Version 5 Highlights">Version 5 Highlights</a></li>');
document.writeln('			</ul>');
document.writeln('		</li>');
document.writeln('	</ul>');
document.writeln('	<!-- Partners -->');
document.writeln('	<ul>');
document.writeln('		<li><h2>Partners</h2>');
document.writeln('			<ul>');
document.writeln('				<li><a href="../resellers.html" title="Resellers">Resellers</a></li>');
document.writeln('				<li><a href="../international.html" title="International">International</a></li>');
document.writeln('				<li><a href="../goved.html" title="Government">Government</a></li>');
document.writeln('				<li><a href="../goved.html" title="Education">Education</a></li>');
document.writeln('			</ul>');
document.writeln('		</li>');
document.writeln('	</ul>');
document.writeln('	<!-- Customers -->');
document.writeln('		<ul>');
document.writeln('		<li><h2>Customers</h2>');
document.writeln('			<ul>');
document.writeln('				<li><a href="../customer_quotes.html" title="Customer Quotes">Customer Quotes</a></li>');
document.writeln('				<li><a href="../customers.html" title="Customers">Customers</a></li>');
document.writeln('				<li><a href="../referrals.html" title="Referrals">Referrals</a></li>');
document.writeln('			</ul>');
document.writeln('		</li>');
document.writeln('	</ul>');
document.writeln('	<!-- Support -->');
document.writeln('	<ul>');
document.writeln('		<li><h2>Support</h2>');
document.writeln('			<ul>');
document.writeln('				<li><a href="../support.html" title="Technical Support">Technical Support</a></li>');
//document.writeln('				<li><a href="../updates.html" title="Updates">Updates</a></li>');
//document.writeln('				<li><a href="../get_java.html" title="Get Java">Get Java</a></li>');
document.writeln('				<li><a href="../getjava.html" title="Get Java">Get Java</a></li>');
document.writeln('			</ul>');
document.writeln('		</li>');
document.writeln('	</ul>');
document.writeln('</div>');
