/**
 * オンロード処理
 */
function ol(){
	ROfunction();
}

window.onload = ol;
