// JavaScript Document

function paymentSystem_open() {
	var ericsoftPrenotazione=window.open('https://www.ericsoft.biz/bookingengine/reservation.aspx?id=FgTbcoaP9aU%3d','ericsoftPrenotazione','top=' + (screen.height - 550)/2 + ',left=' + (screen.width - 580)/2 + ',width=680,height=600,status=yes,menubar=no,location=yes,toolbar=no,scrollbars=yes');
	ericsoftPrenotazione.focus();
}
