<!--
function jrbmwin(){
 		var H = screen.height-20;
 		var W = screen.width-20;
 		if (H > 600) H=600;
 		if (W > 800) W=800;
 		var mWindow=window.open('http://www.rollbackmalaria.org','main', 'history=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width='+W+',height='+H);
 		mWindow.focus();
}
self.name="newwindow";
self.focus();
//-->
