pos_y																= parseInt((browserHeight-614)/2);
if(pos_y < 0)
  {
  pos_y																= 0;
  }

//document.write('<style type="text/css">div#div_global_container { margin-top: '+(pos_y)+'px; }</style>');