function testDialogWithoutWidth(){
 if (document.getElementById("iframe_shop")){
  frameHeight = getNewHeight();
  document.getElementById("iframe_shop").height = frameHeight - 170;
  //document.getElementById("iframe_shop").width = 732;
 }
}
