function open_frame(){

	//---------------------------------
	//骨格表示開始
	//---------------------------------
	document.write("<table border=0 cellpadding=1 cellspacing=0 width='505'>");
	document.write("<tr>");
		document.write("<td bgcolor='#000000' align='center' valign='top' width='505'>");

			document.write("<table border=0 cellpadding=10 cellspacing=0 width='505'>");
			document.write("<tr>");
				document.write("<td bgcolor='#ffffff' align='left' valign='top' width='505'>");

}




function close_frame(){

	//---------------------------------
	//骨格表示修了
	//---------------------------------
				document.write("</td>");
			document.write("</tr>");
			document.write("</table>");

		document.write("</td>");
	document.write("</tr>");
	document.write("</table>");

}



function image_change(id, imageFileName){

	//---------------------------------
	//マウスオーバー画像切り替え
	//---------------------------------
	window.document.images[id].src  = imageFileName;

}



function win_close(){

	//---------------------------------
	//ウィンドウクローズ
	//---------------------------------
	close();
}
