function view_header ()
{
      parent.document.all.Info.rows = "120,*"
}

function hide_header ()
{
      parent.document.all.Info.rows = "0,*";
}

function news_win ()
{
  top.aomnew=window.open("i_news2008.html","aomnew","width=430, height=550, toolbar=no,menubar=no,status=no,resizable=no,scrollbars=yes,top=1,left=1");
}


function news_winh ()
{
  news_windoc('./i_newslist.html');
}

function news_windoc (dd)
{
//  if(top.aomnew && !top.aomnew.closed) {
//    top.aomnew.close();
//  }
   top.aomnew=window.open(dd,"aomnew","width=430,height=550,navigationbar=no,toolbar=no,menubar=no,status=no,resizable=no,scrollbars=yes,top=1,left=1");
  top.aomnew.focus();
}

function news_winpar (ww,hh,dd)
{
//  if(top.aombignew && !top.aombignew.closed) {
//    top.aombignew.close();
//  }
  x=(screen.availWidth-ww); 
  top.aombignew=window.open(dd,"aombignew","width="+ww+",height="+hh+",toolbar=no,menubar=no,status=no,resizable=yes,scrollbars=yes,top=1,left="+x);
  top.aombignew.resizeTo(ww,hh+10);
}
