
function popup(){
	document.write('<div id="ss" align="left">');
	document.write('<img src="../../../image/ss_title.gif" width="290" height="24" border="0" alt="サイト内ページ検索の使い方">');
	document.write('<p>');
	document.write('　手順<br>');
	document.write('　 １．テキスト入力欄に検索キーワードを１つ入力します。<br>');
	document.write('　 ２．入力したら、「検索」ボタンをクリックします。<br>');
	document.write('　 ３．新しいウインドウが開き、検索結果を表示します。');
	document.write('</p>');
	document.write('　　　　　<img src="../../../image/ss_input.gif" width="180" height="20" border="0">');
	document.write('<p>');
	document.write('　※サイト内ページ検索は簡易的な検索機能ですので…<br>');
	document.write('　 ・ページ内を完全に検索できるものではありません。<br>');
	document.write('　 ・検索キーワードによって、検索できない場合があります。<br>');
	document.write('　 ・部品品番での検索はできない場合があります。<br>');
	document.write('　 ・検索キーワードは、カタカナは全角で入力してください。');
	document.write('</p>');
	document.write('<a onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'ss_close\',\'\',\'../../../image/ss_close_on.gif\')" href="JavaScript:closelayer(\'ss\')">');
	document.write('<img src="../../../image/ss_close.gif" name="ss_close" width="70" height="21" border="0" alt="閉じる"></a>');
	document.write('</div>');
}
