//********************************************************************************************************
//Last Update:  03-07-07
//
//This file creates the left-side navigation buttons.  The Javascript functions behind some of them are 
//also included.  
//********************************************************************************************************

document.writeln('<script language="JavaScript" type="text/JavaScript">');
//*** function used for InteractiveDemo button. ***
//document.writeln('	function LiveDemo(pPage) {');
//document.writeln('popUpWin = window.open("http://enterprise.linktivity.com/interactivedemo/gethelp.asp?SID=1000134&amp;UID=blank&amp;QUEUE=1000012","popWin", "width=825,height=600,resizable=yes" );');
//document.writeln('	}');

document.writeln('</script>');

document.writeln('<!-- MAIN NAVIGATION BUTTONS -->');
document.writeln('<div id="MainButtons" style="Z-INDEX:16; LEFT:0px; WIDTH:185px; POSITION:absolute; TOP:115px; HEIGHT:352px">');
document.writeln('	<table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table4">');
document.writeln('		<tr>');
//document.writeln('			<td><div align="center"><a href="javascript:LiveDemo()"><img src="../img/c1-1.gif" alt="Live Demonstration"  border="0"></a></div></td> ');
document.writeln('			<td><div align="center"><a href="/Request_Interactivedemo.asp"><img src="../img/c1-1.gif" alt="Request InteractiveDemo"  border="0"></a></div></td> ');
document.writeln('		</tr>');
document.writeln('		<tr>');
//document.writeln('			<td><div align="center"><a href="/flash.html"><img src="../img/c2-1.gif" alt="Flash Presentation" border="0"></a></div></td>');
document.writeln('			<td><div align="center"><a href="/Request_Flash.asp"><img src="../img/c2-1.gif" alt="Flash Presentation" border="0"></a></div></td>');
document.writeln('		</tr>');
//document.writeln('		<tr>');
//document.writeln('			<td><div align="center"><a href="http://rno-eval.inter-tel.com/TryLinkEval.asp"><img src="../img/c3-1.gif" alt="Web Conferencing &amp; Remote Support Free Trial" border="0"></a></div></td>')
//document.writeln('		</tr>');
document.writeln('		<tr>');
document.writeln('			<td><div align="center"><a href="/Request_Free_Trial.asp"><img src="../img/c4-1.gif" alt="Request a Free Trial" border="0"></a></div></td>')
document.writeln('		</tr>');
document.writeln('	</table>');
document.writeln('</div>');



