﻿function exhibitions_ja() {
	nwin = window.open("japanese_ver.html","exhibitions_ja","scrollbars=0,resizable=0,width=500,height=200");
	nwin.document.open();
	nwin.document.write("<html><head>");
	nwin.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html\; charset=utf-8\">");
	nwin.document.write("<title>第5回国際ペプチドシンポジウム 日本語版趣意書等</title>");
	nwin.document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/style.css\">");
	nwin.document.write("</head>");
	nwin.document.write("<br>");
	nwin.document.write("<h3>&nbsp;&nbsp;&nbsp;&nbsp;日本語版の趣意書等は下記からダウンロードできます</h3>");
	nwin.document.write("<dir>");
	nwin.document.write("<a href=\"sponsorship_donation_ja1.pdf\" target=\"_blank\">ご案内 <img src=\"img/pdf.gif\"></a><br>");
	nwin.document.write("<a href=\"sponsorship_donation_ja2.pdf\" target=\"_blank\">スポンサーシップ募集要項 <img src=\"img/pdf.gif\"></a><br>");
	nwin.document.write("<a href=\"sponsorship_donation_ja3.pdf\" target=\"_blank\">開催趣意書 <img src=\"img/pdf.gif\"></a><br>");
	nwin.document.write("<a href=\"sponsorship_donation_ja4.pdf\" target=\"_blank\">協賛趣意書 <img src=\"img/pdf.gif\"></a><br>");
	nwin.document.write("<a href=\"sponsorship_donation_ja5.pdf\" target=\"_blank\">募金趣意書 <img src=\"img/pdf.gif\"></a><br>");
	nwin.document.write("</dir>");
	nwin.document.write("</html>");
	nwin.document.close();
	return false;
}

