// _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
// _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
//
//　更新日：2004年1月10日
//
// _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
// _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


//	アイコンによるイメージ情報の切り替え
//---------------------------------------------------------------
function photo_change(no){
	var change_img;
	change_img = "../images/" + no + ".jpg";
	document ["photo"].src = change_img;
}

function MM_preloadImages() {
	data = new Array("images/02.jpg","images/03.jpg","images/04.jpg");
	prImg= new Array();
	for (i=0; i<data.length; i++)
	{
		prImg[i] = new Image();
		prImg[i].src = data[i];
	}}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
