function del_windowCenter(w, h)
{
   window.moveTo((screen.width) ? (screen.width-w)/2 : 0, (screen.height) ? (screen.height-h)/2 : 0);
}
