function san_price_open(){
		document.getElementById("san_price").style.display = '';
		document.getElementById("san_price").style.border = '2px dotted red';
		document.getElementById("san_price").style.margin = '10px auto';
		document.getElementById("san_detail").href = 'javascript:san_price_close()';
}
function san_price_close(){
		document.getElementById("san_price").style.display = 'none';
		document.getElementById("san_detail").href = 'javascript:san_price_open()';
}
function iu(){
document.getElementById("aa").src = '../../aspx/AccessLogs/count.aspx?id=fukuoka&sw=' + screen.width + '&sh=' + screen.height + '&sd=' + screen.colorDepth + '&r=' + document.referrer;
}