<!--
function showfeedback(file,sent,word,menu) {
   //window.location.href = file + ".php#sent?sent=" + sent + "&word=" + word;
   //alert( "word["+word+"]");
   parent.feedback.document.location.href = "blank.php?file=" + file + "&sent=" + sent + "&word=" + word + "&menu=" + menu;
   //top.frames[0].document.location.href = "blank.php?file=" + file + "&sent=" + sent + "&word=" + word + "&menu=" + menu;
}
// -->

