function goPay(url){
  w = window.open(url,'payment','status=0,addressbar=0,toolbar=0,menubar=0,scrollbars=1,title=0,resizable=1,width=470,height=500,top=10,left=10');
	
}
function showAdult(url){
  w = window.open(url,'adultwarning','status=0,addressbar=0,toolbar=0,menubar=0,scrollbars=0,title=0,resizable=0,width=300,height=220,top=100,left=100');
}
function unitsFill(url){
  w = window.open(url,'unitspayment','status=0,addressbar=0,toolbar=0,menubar=0,scrollbars=0,title=0,resizable=0,width=460,height=375,top=10,left=10');
}