<!--

function popprofile() {
profile = window.open("profile.html","profile","status=0,width=582,height=600,menubar=yes,toolbar=0,resizable=yes,scrollbars=yes")
profile.focus();
}


function show_feedback() {
feedback = window.open("http://www.nhk.or.jp/nhkworld/english/mail_kitchen_e.html","feedback","status=0,width=580,height=600,menubar=yes,toolbar=0,resizable=yes,scrollbars=yes")
feedback.focus();
}


//-->


