function phones_collapse()
{
	document.write('<style>div.game_descr_block div#phones li { height:13px; overflow:hidden; } div.game_descr_block div#phones li a:hover { text-decoration:underline; }</style>');
}

function phones_expand(obj)
{
	obj.style.height= (obj.style.height=='auto')? '13px': 'auto';
}

function OpenUrlWindow(url, width, height)
{
  add_w = window.open(url,'wnd',
          'top='+(screen.height/2-height/2)+',left='+(screen.width/2-width/2)+
          ',resizable=no,menubar=no,scrollbars=1,status=no,width='+width+',height='+height+'');
  add_w.focus(); if (add_w.opener == null) { add_w.opener = window; }
  return false;
}

