<!--

// Central source for Local Menu content for 1-bit

prourl = "window.open('/products/aquos/','_self');contentswin('/contents/aquos/');";

function getLocalMenu(section)
{
	
	// initialize the content var
	var display =	'<TABLE border="0" cellspacing="0" cellpadding="2" width="130"><TR valign="top">' +
					'<TD rowspan="7" width="7"><IMG src="/global/img/spacer.gif" width="3" height="1" alt=""></TD>' +
					'<td colspan="2"><IMG src="/global/img/spacer.gif" width="119" height="3" alt=""></td></TR>';
	
	if (section == '1bit')
	{
		// The menu contents
		display +=	'<TR valign="top"><TD width="11" align="right"><IMG src="/global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top" width="112"><A href="/products/1-bit/index.html">Top</A></TD>' +
					'</TR><TR valign="top">' +
					'<TD colspan="2" align="right"><IMG src="/global/img/spacer.gif" width="1" height="3" alt=""></TD>' +
					'</TR><TR valign="top">' +
					'<TD align="right"><IMG src="/global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="/products/1-bit/an-acs1u/index.html">AN-ACS1U</A></TD>' +
					'</TR><TR valign="top">' +
					'<td colspan="2"><IMG src="/global/img/spacer.gif" width="1" height="20" alt=""></td>' +
					'</TR><TR valign="top">' +
					'<TD class="small" colspan="2"><img src="/products/1-bit/common/sidehead_arc.gif" alt="Archives" border="0" width="100" height="14"></TD>' +
					'</TR><TR valign="top">' +
					'<TD class="small" colspan="2"><A href="/products/1-bit/archives.html">' +
					'<img src="/products/1-bit/common/ticket_1-bit.gif" alt="1-Bit Archive" border="0" width="110" height="35"></A></TD></TR>' +
					'</TABLE>';
	
	} 
	else if(section == 'archives')
	{
		// Just show plain javascript for archives at the moment
		display +=	'<TR valign="top"><TD colspan="2" class="small"><a href="/products/1-bit/archives.html">' +
					'<img src="/products/1-bit/common/sidehead_arctop.gif" alt="Archives Top" width="100" height="14" border="0">' +
					'</a></TD></TR><TR valign="top"><TD colspan="2" class="small"><a href="/products/1-bit/index.html">' +
					'<img src="/products/1-bit/common/sidehead_prodtop.gif" alt="Products Top" width="100" height="14" border="0">' +
					'</A></TD></TR>' +
					'</TABLE>' ;
	}
	
	// Insert data into the content area
	//document.getElementById("localMenuArea").innerHTML = display;
	document.write(display);
}

//-->
