function reports() {
	var l = (screen.availWidth - 700)/2;
	var t = (screen.availHeight - 500)/2;
	window.open("reports.html","parep","height=500,width=700,scrollbars=yes,top="+t+",left="+l);
}

