self.name = 'sitecom';

function paiement()
{
	var win;
	win=window.open('','SPPLUS','width=750,height=560,status=1');
	win.focus();
}
