
function account_open(url){
	window.open(url, 'アカウントメニュー', 'left=30,top=30,width=350,height=500,menubar=no,location=no,status=yes,resizable=yes,scrollbars=yes');
}

