function News(){
url="news/index.html";
wname="news";
ww = 785;
wh = 600;
x = (screen.width  - ww) / 2;
y = (screen.height - wh) / 2;
newWin = window.open(url,wname,"left="+x+",top="+y+",width="+ww+",height="+wh+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,titlebar=no");
newWin.window.focus();
}