<!--

// 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/bluray_disc_player/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/bluray_disc_player/bd_hp20/index.html">BD-HP20</a></td>'+
'</TR><TR valign="top">'+
'</TABLE>';

	 
	// Insert data into the content area
	//document.getElementById("localMenuArea").innerHTML = display;
	document.write(display);
}

//-->
