function recurring_payment(url) {newwindow=window.open(url,'name', '+screen.width+',x,'+screen.height+', 'toolbar=1 scrollbars=1');if (window.focus) {newwindow.focus()}	return false;}