// プロフィール
function openwin(para) {
	window.open(para,"newwindow","width=580, height=550, scrollbars=1, location=1, menubar=0, resizable=1")
}
