//******************* Function for Window open...

	function openImg(num) {

		var img;

		switch(num) {

			case 01:
			img = window.open("http://www.188.jp/creator/gaku.html","lrgimg","width=691, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 02:
			img = window.open("http://www.188.jp/creator/yamawaki.html","lrgimg","width=880, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 03:
			img = window.open("http://www.188.jp/creator/mori.html","lrgimg","width=753, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 04:
			img = window.open("http://www.188.jp/creator/ann.html","lrgimg","width=880, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 05:
			img = window.open("http://www.188.jp/creator/kenbo.html","lrgimg","width=725, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 06:
			img = window.open("http://www.188.jp/creator/chika.html","lrgimg","width=710, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 07:
			img = window.open("http://www.188.jp/creator/duo.html","lrgimg","width=736, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 08:
			img = window.open("http://www.188.jp/creator/hanco.html","lrgimg","width=728, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 09:
			img = window.open("http://www.188.jp/creator/morita.html","lrgimg","width=751, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 10:
			img = window.open("http://www.188.jp/creator/yokoyama.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 11:
			img = window.open("http://www.188.jp/creator/masuda.html","lrgimg","width=750, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 12:
			img = window.open("http://www.188.jp/creator/tesshu.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 13:
			img = window.open("http://www.188.jp/creator/hirata.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 14:
			img = window.open("http://www.188.jp/creator/ishinha.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 15:
			img = window.open("http://www.188.jp/creator/hico.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;
/***
			case 16:
			img = window.open("http://www.188.jp/creator/mitsui.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;
***/
			case 17:
			img = window.open("http://www.188.jp/creator/saito.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 18:
			img = window.open("http://www.188.jp/creator/nishizawa.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			case 19:
			img = window.open("http://www.188.jp/creator/yamashita.html","lrgimg","width=755, height=600, scrollbars=yes, location=no, menubar=no");
			break;

			}
			img.focus();
		}

