// その他 No.5 Produced by「CLUB とむやん君」
// URL http://www2s.biglobe.ne.jp/~club_tom/

// プルダウンメニューで画像を変更する部分です。
function chaImgIenn5(foName,elName,imgName) {
	if (document.images) {
		var p=document.forms[foName].elements[elName];
		var v=p.options[p.selectedIndex].value;
		if (v!="defult") {
			var img=new Image();
			img.src=v;
			document.images[imgName].src=img.src;
		}
	}
}

function ImageUp() {
window.open("./ahvb.cgi?mode=image","window1","width=600,height=450,scrollbars=1");
}