function shem(){
  var str;
  str = 'scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=530,height=400,screenX=530,screenY=400,left=450,top=200';
  window.open('/kak_proehat', "show", str); 
}
function newmail(){
  var str;
  str = 'scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=450,height=515,screenX=450,screenY=200,left=450,top=200';
  window.open('/feedback', "show", str); 
}
