<!--

// Central source for Local Menu content for Fax machines
function getLocalMenu()
{
	
	// initialize the content var
	var display =	'<TABLE border="0" cellspacing="0" cellpadding="2" width="130"><TR valign="top">' +
					'<TD rowspan="22" width="4"><IMG src="../../../global/img/spacer.gif" width="5" height="1" alt=""></TD>' +
					'<td colspan="2"><IMG src="../../../global/img/spacer.gif" width="1" height="3" alt=""></td></TR>' +
					'<TR valign="top"><TD colspan="2" class="smallem" valign="top">Multifunction</TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/am-400_am-300/index.html">AM-400/AM-300</A></TD>' +
					'</TR><TR valign="top">' +
					'<td colspan="2"><IMG src="../../../global/img/spacer.gif" width="1" height="1" alt=""></td>' +
					'</TR>' +
					'<TR valign="top"><TD colspan="2" class="smallem" valign="top">Thermal</TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/ux-41_fo-51/index.html">UX-41/FO-51</A></TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/ux-61_fo-71/index.html">UX-61/FO-71</A></TD>' +
					'</TR><TR valign="top">' +
					'<td colspan="2"><IMG src="../../../global/img/spacer.gif" width="1" height="1" alt=""></td>' +
					
					'</TR><TR valign="top"><TD colspan="2" class="smallem" valign="top">Thermal Transfer</TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/ux-p520/index.html">UX-P520</A></TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/fo-a660/index.html">FO-A660<BR>UX-P410<BR>FO-P610</A></TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/fo-cc500/index.html">FO-CC500</A></TD>' +
					'</TR><TR valign="top">' +
					'<td colspan="2"><IMG src="../../../global/img/spacer.gif" width="1" height="1" alt=""></td>' +
					
					'</TR><TR valign="top"><TD colspan="2" class="smallem" valign="top">Inkjet</TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/ux-b30/index.html">UX-B30</A></TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/fo-b1600/index.html">FO-B1600</A></TD>' +
					'</TR><TR valign="top">' +
					'<td colspan="2"><IMG src="../../../global/img/spacer.gif" width="1" height="1" alt=""></td>' +
					
					'</TR><TR valign="top"><TD colspan="2" class="smallem" valign="top">Laser</TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/fo-3150/index.html">FO-3150</A></TD>' +
					'</TR><TR valign="top">' +
					'<TD width="9" align="right"><IMG src="../../../global/img/local_arrow.gif" width="9" height="9"></TD>' +
					'<TD class="small" valign="top"><A href="../../../products/facsimile/fo-5900/index.html">FO-5900</A></TD>' +
					'</TR><TR valign="top">' +
					'<td colspan="2"><IMG src="../../../global/img/spacer.gif" width="1" height="1" alt=""></td>' +
					'</TR><TR valign="top"><TD class="smallem" colspan="2"><A href="../../../products/facsimile/archives.html">Archives</A></TD></TR>' +
					'</TABLE>';			
	
	// Insert data into the content area
	//document.getElementById("localMenuArea").innerHTML = display;
	document.write(display);
}

//-->
