<!--
function no(fileName){
        realURL=fileName+".html";

window.open(realURL,"resu",
  "toolbar=no,scrollbars=yes,resizable=yes,width=420,height=480") 
}


// -->
