function full_open(adress, width, height){
  window.open(adress, "preview", "toolbar=no, location=no, directiones=no, status=no, menubar=no, scrollbars=no, resizable=no, width= " + width + ", height=" + height);
}
