function shem(){
  var str;
  str = 'scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=950, height=720,screenX=430,screenY=400,left=200, top=200';
  window.open('/sxem/', "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); 
}

