function ap() {
	var x = (screen.availWidth-760)/2;
	var y = (screen.availHeight-540)/2;
	window.open('formap.html','allpay','width=760,height=540,left='+x+',top='+y+',resizable=1,scrollbars=yes,menubar=no' );
}