function news(url){
var newWin;
var w=800;
var h=500;
var x=(screen.width-w)/2;
var y=(screen.height-h)/2;
if(!newWin || newWin.closed){
	newWin = window.open(url, 'terms', 'width='+w+', height='+h+', left='+x+', top='+y+', toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes');
	newWin.focus();}
else{name.focus();};
void(0);
}

function terms(url){
var newWin;
var w=476;
var h=480;
var x=(screen.width-w)/2;
var y=(screen.height-h)/2;
if(!newWin || newWin.closed){
	newWin = window.open(url, 'press', 'width='+w+', height='+h+', left='+x+', top='+y+', toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=yes');
	newWin.focus();}
else{name.focus();};
void(0);
}
