<!--

function OpenWinTopnews(url){
win=window.open(url,"new","resizable=yes,toolbar=yes,location=yes,status=yes,menubar=no,scrollbars=yes,width=700,height=500,left=0,top=0");
}

function OpenWinNextWin(url){
win=window.open(url,"","resizable=yes,toolbar=yes,location=yes,status=yes,menubar=no,scrollbars=yes,width=700,height=500,left=10,top=10");
}

// -->


