<!--
//ファンクション「画像をチェンジ」
function DrawChange(graph,icons){
	document[icons].src = graph;
}

-->