var top = "http://www.4japan.info/"
document.write('<img src="' + top + 'graphics/header katana.gif" usemap="#header" style="border:none;cursor:pointer">');
document.write('<map name="header">');
document.write('<area shape="rect" coords="50,5,160,22" href="mailto:info@4japan.info?subject=4Japan Web Site Request Request" alt="Contact Us">');
document.write('<area shape="rect" coords="230,5,390,22" href="http://www.4japan.info/Mailing List.htm" alt="Click here to join a 4Japan.Info Mailing List">');
document.write('<area shape="rect" coords="470,5,760,22" onclick="popJLKHelp(event,400,180)" alt="Click Here To Learn About Displaying Japanese Characters in Your Browser">');
document.write('</map>');

function popJLKHelp(evt,w,h){
	if (w==null){w = 250}
	if (h==null){h = 150}
	scrX = evt.screenX;scrY = evt.screenY
	defwin = window.open("","4JapanInfo","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top="+(scrY-100)+",left="+(scrX-350)+",width="+w+",height="+h)
	defwin.document.open()
	defwin.document.write("<html><head><title>4Japan.Info Japanese Character Support</title></head><body>")
	defwin.document.write('<h1 style="text-align:center;font:bold 14pt arial,helvetica,sans-serif">Japanese Character Support</h1><div style="font-size:10;font-family:arial;color:000000">Some of the pages in this site contain Japanese characters that require Japanese Language Support (JLS).&nbsp;&nbsp;If you see square shaped characters displayed, then you don\'t have the Japanese language support loaded into your browser.&nbsp;&nbsp;To automatically download JLS, select <i>Encoding</i> from the <i>View</i> menu, then select <i>Japanese</i> from the list of languages.&nbsp;&nbsp;You can obtain the necessary downloads from Microsoft by clicking <a href="http://windowsupdate.microsoft.com/default.htm?page=productupdates" style="text-decoration:none onMouseOver="window.status=\'This will take you to the Microsoft Site to download the Japanese Language Kit and required fonts\'; return true" onMouseOut="window.status=\'\'; return true;" target="_blank">HERE</a>.&nbsp;&nbsp;For Netscape Navigator, click <a href=\"http://help.netscape.com/kb/consumer/19981206-1.html" style="text-decoration:none" target="_blank" onMouseOver="window.status=\'This will take you to the Netscape Site page explaining how to view Japanese characters using Navigator\'; return true" onMouseOut="window.status=\'\'; return true;">HERE</a>.</div>');
	defwin.document.write('<br><div style="text-align:right;font:bold 8pt arial,helvetica,sans-serif"><a style="text-decoration:none;color:black;" href="javascript:window.close()">close</a></div>')
	defwin.document.write("</body></html>")
}