// Top Page Menu

	var val = '../../';
	var host_name = location.hostname + location.pathname  ;
	var status = 0 ;

	if ( host_name.indexOf("www.sdk.co.jp") != -1 ) {
		status = 0 ;
	}

	if ( host_name.indexOf("trial2.sdk.co.jp") != -1 ) {
		status = 0 ;
	}

	if ( host_name.indexOf("www.ki-net.u00014.sdk.co.jp") != -1 ) {
		val  ='http://www.ki-net.sdk.co.jp/';
		status = 1 ;
	}
	// test
	if ( host_name.indexOf("cmstest.sdk.co.jp") != -1 ) {
		val  ='http://cmstest.sdk.co.jp/';
		status = 1 ; 
	}


	document.write('<a href="group/index.html">');
	document.write('<img src="common_img/gnavi_group.gif" width="180" height="43" alt="Showa Denko Group">');
	document.write('</a>');
	document.write('<a href="../../aa/english/news/index.html">');
	document.write('<img src="common_img/gnavi_news.gif" width="180" height="43" alt="News Releases">');
	document.write('</a>');
	document.write('<a href="../../aa/english/whatsnew/index.html">');
	document.write('<img src="common_img/gnavi_info.gif" width="180" height="43" alt="Information">');
	document.write('</a>');
	document.write('<a href="ir/index.html">');
	document.write('<img src="common_img/gnavi_ir.gif" width="180" height="43" alt="Investor Relations">');
	document.write('</a>'); 

	if (status == 0) {
		document.write('<a href="http://www.products-e.sdk.co.jp/top_e.html">');
		document.write('<img src="common_img/gnavi_products.gif" width="180" height="43" alt="Products">');
		document.write('</a>');
	}
	else {
		//document.write('<a href="http://www.ki-net.sdk.co.jp/products-e/top_e.html">');
		document.write('<a href="'+val+'products-e/top_e.html">');
		document.write('<img src="common_img/gnavi_products.gif" width="180" height="43" alt="Products">');
		document.write('</a>'); 
	}

	document.write('<a href="rd/index.html">');
	document.write('<img src="common_img/gnavi_rd.gif" width="180" height="43" alt="R & D Measures">');
	document.write('</a>'); 
	document.write('<a href="csr/index.html">');
	document.write('<img src="common_img/gnavi_csr.gif" width="180" height="60" alt="Social and Environmental Measures (CSR)">');
	document.write('</a>'); 

