// JScript source code
function TopMenu(home)
	{
		document.write('<td');
		if (navigator.appName != "Netscape")
			{
				if (home)
					{ document.write(' width="360">'); }
				else
					{ document.write(' width="321">'); }
			}
		document.write('<a href="http://www.systransoft.com/company/index.html" class="nav_white bold">Company</a> | <a href="http://www.systransoft.com/products/index.html" class="nav_white bold">Products &amp; Services</a> | <a href="http://www.systransoft.com/solutions/index.html" class="nav_white bold">Solutions</a> | <a href="http://www.systransoft.com/support/index.html" class="nav_white bold">Support</a> | <a href="http://www.systransoft.com/contact/index.html" class="nav_white bold">Contact</a> | ');
		if (home)
			{ document.write('<a href="http://www.systransoft.com/index.html" class="nav_white bold">Home</a> |'); }
		if (navigator.appName == "Netscape")
			{ document.write('<a href="http://www.systransoft.com/company/globalstore.html" class="nav_white bold">Purchase</a>'); }
		else
			{
				document.write('</td>');
				document.write('<td class="top_nav_blue" width="0" align="left">');
				document.write('<DIV Id="menuBar" class="menuBar">');
				document.write('<DIV Id="Bar1" class="Bar" menu="menu1">Purchase</DIV></DIV>');
				document.write('<!--MenuItem Definition -->');
				document.write('<div Id="menu1" class="menu">');
				document.write('<div Id="menuItem1_1" class="menuItem" cmd="http://shop.digitalriver.com/dr/v2/ec_Main.Entry17c?SP=1&SID=28102&CID=0&pn=1&pid=0&CUR=840">US Store</div>');
				document.write('<div Id="menuItem1_2" class="menuItem" cmd="http://www.systransoft.com/company/globalstore.html">Global Store</div>');
				document.write('<div Id="menuItem1_3" class="menuItem" cmd="http://www.systransoft.com/company/partners/distribution.html">Authorized Resellers</div>');
				document.write('</div>');
				document.write('<!-- End of Menu -->');
				document.write('</td>');
			}
	}

