#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:700px;
  min-height:200px;
  display:none;
  z-index:9999;

}

#boxes #dialog {
  width:700px; 
  min-height:203px;
  background-color:#ffffff;
   margin-top:1500px;
}

#boxes #dialog object {
  width:700px; 
  height:2000px;
overflow:hidden;
}

#boxes #dialog2 {
  width:700px; 
  min-height:203px;
  background-color:#ffffff;
   margin-top:590px;
}

#boxes #dialog2 object {
  width:700px; 
  height:700px;
overflow:hidden;
}