
function news_win ()
{
  top.aomnew=window.open("i_newslist.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,toolbar=no,menubar=no,status=no,resizable=no,scrollbars=yes,top=1,left=1");
}

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);
}

