/* コカイド */

function jumpurl(jumpURL) {
	var url = jumpURL.options[jumpURL.selectedIndex].value;
	if(url != "") { location.href = "list.php?" + url; }
}

function addpic() {
	document.getElementById("addpic").style.display = 'block';
	document.getElementById("addpictxt").style.display = 'none';
}