
function malenavi(){
	document.write('<br>');
	document.write('<table border="0" cellspacing="0" cellpadding="0" width="600">');
	document.write('<tr>');
	document.write('<td align="right" valign="top" width="550"><font size="-1">');
	document.write('<img src="/en/20111001/obj/arrow.gif" width="15" height="15" border="0">');
	document.write('</font></td>');
	document.write('<td align="left" valign="top" width="50"><font size="-1">');
	document.write('<a href="#top">TOP</a>');
	document.write('</font></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td align="right" valign="top" width="550"><font size="-1">');
	document.write('<img src="/en/20111001/obj/arrow.gif" width="15" height="15" border="0">');
	document.write('</font></td>');
	document.write('<td align="left" valign="top" width="50"><font size="-1">');
	document.write('<a href="milestones_e.html">MENU</a>');
	document.write('</font></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<br>');
	document.close();
}

function maletitle(value){
	document.write('<table border="0" cellspacing="0" cellpadding="2" width="600" bgcolor="#ADD8E6">');
	document.write('<tr>');
	document.write('<td align="left" valign="top" width="600"><font size="+0" color="#778899">');
	document.write(value);
	document.write('</font></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<br>');
	document.close();
}

function MileSubTitle(value){
	document.write('<table border="0" cellspacing="0" cellpadding="2" width="600">');
	document.write('<tr>');
	document.write('<td align="left" valign="top" width="600"><font size="+0" color="#ef3366">');
	document.write('<b>< ' + value +' ></b>');
	document.write('</font></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<br>');
	document.close();
}

function PopUpImg(img,width,height,name){
	var option = "width="+ width +",height="+ (height+70) +",directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no";
	var newwin = window.open("","",option);
	newwin.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ');
	newwin.document.write('"http://www.w3.org/TR/html40/loose.dtd">');
	newwin.document.write('<HTML lang="en-US">');
	newwin.document.write('<LINK REV="MADE" HREF="mailto:webmaster@www.kline.co.jp">');
	newwin.document.write('<LINK REL="INDEX" HREF="http://www.kline.co.jp/">');
	newwin.document.write('<META HTTP-EQUIV="Content-Script-Type" content="JavaScript">');
	newwin.document.write('<META HTTP-EQUIV="Content-Style-Type" content="text/css">');
	newwin.document.write('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">');
	newwin.document.write('<META NAME="DESCRIPTION" CONTENT="Kawasaki Kisen Kaisha, LTD.">');
	newwin.document.write('<META NAME="AUTHOR" CONTENT="glovix.com">');
	newwin.document.write('<META NAME="COPYLIGHT" CONTENT="Kawasaki Kisen Kaisha, LTD.">');
	newwin.document.write('<SCRIPT LANGUAGE="JavaScript" SRC="/en/20111001/lib/style.js"></SCRIPT>');
	newwin.document.write('<title>'+ name +'</title>');
	newwin.document.write('<SCRIPT LANGUAGE="JavaScript">CSS("../en/20111001/");</SCRIPT>');
	newwin.document.write('</head>');
	newwin.document.write('<body link="#3333cc" vlink="#00055" bgcolor="#ffffff" text="#000000" alink="#00ff00" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">');
	newwin.document.write('<div align="center">');
	newwin.document.write('<font size="-1">');
	newwin.document.write('<br>');
	newwin.document.write('<table border="0" cellspacing="0" cellpadding="2" width="100%">');
	newwin.document.write('<tr>');
	newwin.document.write('<td align="right" valign="top" width="50"><font size="-1">');
	newwin.document.write('<img src="/en/20111001/corp/obj/popuptitle.gif" width="15" height="15" alt=">" border="0"><br>');
	newwin.document.write('</font></td>');
	newwin.document.write('<td align="left" valign="top" width="100%"><font size="+0" color="#B0C4DE">');
	newwin.document.write( name + '<br>');
	newwin.document.write('</font></td>');
	newwin.document.write('</tr>');
	newwin.document.write('</table>');
	newwin.document.write('<a href="javascript:window.close();">');
	newwin.document.write('<img src="/en/20111001/corp/obj/'+ img +'.gif" width="'+ width +'" height="'+ height +'" border="0" alt="'+ name +'"><br>');
	newwin.document.write('close</a><br>');
	newwin.document.write('</font>');
	newwin.document.write('</body>');
	newwin.document.write('</html>');
}

