function shem(){
  var str;
  str = 'scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=900,height=800,screenX=200,screenY=200,left=200,top=200';
  window.open('/sxem/', "show", str); 
}

