function header_top_tmpl_1(path){

	 // for pre
//	var sslpath = "https://www.elint.co.jp/sumihppre/";

	// for honban
	var sslpath = "https://www.sumitomo-hp.or.jp/";



// for output
var html = "";

html += '<ul class="txtLink clearfix">';
html += '<li><a href="' + sslpath + 'inquiry/index.php">&#12362;&#21839;&#21512;&#12379;</a></li>';
html += '<li class="last">' + path + '<a href="map/index.html">&#20132;&#36890;&#26696;&#20869;</a></li>';
html += '</ul>';


	document.write(html);
}



function header_top_tmpl_2(path){

	 // for pre
//	var sslpath = "https://www.elint.co.jp/sumihppre/";

	// for honban
	var sslpath = "https://www.sumitomo-hp.or.jp/";



// for output
var html = "";

html += '<div class="searchBox clearfix">';
html += '<form method="get" action="' + path + 'search/search.cgi">';
html += '<input name="query" type="text" class="textarea" id="search">';
html += '<input type="hidden" name="index" value="">';
html += '<input type="hidden" name="config" value="">';
html += '<input type="hidden" name="set" value="1">';
html += '<input type="hidden" name="num" value="20">';
html += '<input type="hidden" name="hint" value="&#12402;&#12425;&#12364;&#12394;">';
html += '<input type="image" src="' + path + 'images/home/btn_search.jpg" alt="&#26908;&#32034;" name="Image4" width="40" height="19" id="Image4" class="rollover">';
html += '</form>';
html += '</div>';

	document.write(html);
}


// for bottom link
function header_top_tmpl_3(path){

	 // for pre
//	var sslpath = "https://www.elint.co.jp/sumihppre/";

	// for honban
	var sslpath = "https://www.sumitomo-hp.or.jp/";

var html = "";

html += '<ul>';
html += '<li><a href="' + sslpath + 'inquiry/index.php">&#12362;&#21839;&#21512;&#12379;</a></li>';
html += '<li><a href="' + path + 'map/index.html">&#20132;&#36890;&#26696;&#20869;</a></li>';
html += '<li><a href="' + path + 'privacy/index.html">&#20491;&#20154;&#24773;&#22577;&#21462;&#12426;&#25201;&#12356;&#12395;&#12388;&#12356;&#12390;</a></li>';
html += '<li><a href="' + path + 'privacy/index.html#scan">&#12473;&#12461;&#12515;&#12490;&#12395;&#12424;&#12427;&#38651;&#23376;&#21270;&#12395;&#38306;&#12377;&#12427;&#31649;&#29702;&#35201;&#38917;</a></li>';
html += '<li><a href="' + path + 'sitemap/index.html">&#12469;&#12452;&#12488;&#12510;&#12483;&#12503;</a></li>';
html += '</ul>';

	document.write(html);
}



