// 				Copyright 2005, Bob Parnass


function SoftwareLinks()
{

	// Software

	document.write('<br>\n');
	document.write('<P>\n');
	document.write('<font class="NavLeftTitle">Software\
		</font>\n');

	document.write('<ul>\n');

	document.write('<li>\n');
	document.write('<a href="../tk2" class="NavLeftLink" \
		target=_top >tk2, ICOM IC-R2</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk3" class="NavLeftLink" \
		target=_top >tk3, ICOM IC-R3</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk5" class="NavLeftLink" \
		target=_top >tk5, ICOM IC-R5</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk7" class="NavLeftLink" \
		target=_top >tk7, ICOM IC-Q7</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk10" class="NavLeftLink" \
		target=_top >tk10, ICOM IC-R10</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk75" class="NavLeftLink" \
		target=_top >tk75, ICOM IC-R75</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk92" class="NavLeftLink" \
		target=_top >tk92, Radio Shack PRO-92 \
		and PRO-2067</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk120" class="NavLeftLink" \
		target=_top >tk120, Yaesu VR-120</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk150" class="NavLeftLink" \
		target=_top >tk150, Standard VR-150</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk500" class="NavLeftLink" \
		target=_top >tk500, Yaesu VR-500</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk545" class="NavLeftLink" \
		target=_top >tk545, JRC NRD-545</a>\n');

	document.write('<li>\n');
	document.write('<a href="../tk8500" class="NavLeftLink" \
		target=_top >tk8500, ICOM IC-R8500</a>\n');

	document.write('</ul>\n');
	return;
}
function BeforeR(pgmname)
{
	document.write('<TABLE width="100%" cellspacing=0 \
		cellpadding=10 border=0> \
		<TR valign=top>');
	document.write('<TD align=left valign=top width="20%" \
		class="NavBar">');

	RadioNav(pgmname);

	document.write('</TD>');
	document.write('<TD valign=top>');

	return;
}

function AfterR()
{
	document.write('</TD>\
		</TR>\
		</TABLE>');
	document.write('<div class="copyright">');
	document.write('Copyright 2005, Bob Parnass');
	document.write('</div>');
	return;
}

//
// This JavaScript script
// displays the navigation bar along the left
// edge of radio software web pages.

function RadioNav(pgmname)
{

	// Web site info

	document.write('<br>\n');
	document.write('<P>\n');
	document.write('<font class="NavLeftTitle">Site Info</font>\n');

	document.write('<ul>\n');
	document.write('<li>\n');
	document.write('<a href="../index.html" class="NavLeftLink" \
		target=_top >Home</a>\n');

	document.write('<li>\n');
	document.write('<a href="../contact.html" \
 		class="NavLeftLink" target=_top>Contact</a>\n');

	document.write('<li>\n');
	document.write('<a href="../pubs.htm" class="NavLeftLink" \
		target=_top>Publications</a>\n');

	document.write('<li>\n');
	document.write('<a href="../sale.html" class="NavLeftLink" \
		target=_top>For Sale</a>\n');

	document.write('</ul>\n');



	document.write('<br>\n');
	document.write('<P>\n');
	document.write('<font class="NavLeftTitle">');
	document.write(pgmname);
	document.write('</font>\n ');

	document.write('<ul>\n');
	document.write('<li>\n');
	document.write('<a class="NavLeftLink" href="index.html" \
		target=_top>\n');
	document.write('Overview');
	document.write('</a>\n');

	document.write('<li>\n');
	document.write('<a class="NavLeftLink" href="screens.html" \
		target=_top>\n');
	document.write('Screen shots</a>\n');

	document.write('<li>\n');
	document.write('<a class="NavLeftLink" href="relnotes.html" \
		target=_top>\n');
	document.write('Release notes</a>\n');
	document.write('</ul>\n');

	// Downloads

	document.write('<br>\n');
	document.write('<P>\n');
	document.write('<font class="NavLeftTitle">');
	document.write(pgmname);
	document.write(' Downloads</font>\n');

	document.write('<ul>\n');
	document.write('<li>\n');
	document.write('<A class="NavLeftLink" href="dl4linux.html" \
		target=_top>Linux</A>\n');

	document.write('<li>\n');
	document.write('<A class="NavLeftLink" \
		href="../dl4osxtip.html" \
		target=_top>MacOS X</A>\n');

	document.write('<li>\n');
	document.write('<A class="NavLeftLink" href="dl4win98.html" \
		target=_top>Windows</A>\n');

	document.write('</ul>\n');


	// Software

	SoftwareLinks();







	return;
}

