function news(){
mywindow=open('news.html','myname','status=yes,resizable=yes,scrollbars=yes,width=500, height=350');
    mywindow.location.href = 'news.html';
    if (mywindow.opener == null) mywindow.opener = self; 
}