function gnav_search() {

	var htmlSource = '';

	htmlSource += '<div id="gnav_search">\n';
	htmlSource += '<p>希望職種検索</p>\n';
	htmlSource += '<dl>\n';
	htmlSource += '<dt><a href="https://progres02.jposting.net/pgcanon/u/index.phtml" onmouseover="ImgChange(\'/employ/img_common/gnav_btn02_h.jpg\',\'gnav_btn02\')" onmouseout="ImgChange(\'/employ/img_common/gnav_btn02.jpg\',\'gnav_btn02\')"><img src="/employ/img_common/gnav_btn02.jpg" width="210" height="45" alt="技術系職種から探す" id="gnav_btn02" /></a></dt>\n';
	htmlSource += '<dd>研究開発、製品開発、生産技術開発、技能職など</dd>\n';
	htmlSource += '<dt><a href="https://progres02.jposting.net/pgcanon/u/job.phtml" onmouseover="ImgChange(\'/employ/img_common/gnav_btn03_h.jpg\',\'gnav_btn03\')" onmouseout="ImgChange(\'/employ/img_common/gnav_btn03.jpg\',\'gnav_btn03\')"><img src="/employ/img_common/gnav_btn03.jpg" width="210" height="45" alt="技術系職種から探す" id="gnav_btn03" /></a></dt>\n';
	htmlSource += '<dd>法務、経理など</dd>\n';
	htmlSource += '</dl>\n';
	htmlSource += '</div>\n';

	document.write(htmlSource);

}
