<!--

// Central source for Local Menu content for Dataprojector
function getLocalMenu()
{
	
	// initialize the content var
	var display =	'<TABLE border="0" cellspacing="0" cellpadding="2" width="130">'+
'<TR valign="top">'+
'<TD rowspan="20" 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 width="9" align="right"><img src="/global/img/local_arrow.gif" width="9" height="9"></td>'+
'<td class="small"><a href="/products/dvd-hdd_recorder/index.html">Top</a></td>'+
'</TR><TR valign="top">'+
'<td colspan="2"><img src="/global/img/spacer.gif" width="1" height="3" alt=""></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"><a href="/products/dvd-hdd_recorder/dvhr480s/index.html">DV-HR480S/<br>DV-HR450S/<br>DV-HR400S</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"><a href="/products/dvd-hdd_recorder/dvhr480h/index.html">DV-HR480H/<br>DV-HR400H</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"><a href="/products/dvd-hdd_recorder/dvhr480f/index.html">DV-HR480F/<br>DV-HR450F/<br>DV-HR400F</a></td>'+
'</TR>'+
'</TABLE>';

	 
	// Insert data into the content area
	//document.getElementById("localMenuArea").innerHTML = display;
	document.write(display);
}

//-->
