// (C) TargetMedia 2006

function targetpay (id, rtlo, language, country, parameters) {
	var title="targetpay"+Math.round(Math.random()*100000);
    var url="http://www.targetpay.nl/send/?id="+id+"&rtlo="+rtlo+
    	"&ref="+escape(document.location)+"&pm="+escape(parameters)+
        "&lang="+language+"&country="+country;
	window.open(url, title, "toolbar=no,location=no,directories=no,"+
    	"status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,"+
        "width=452,height=402,screenX=50,screenY=50,top=50,left=50");
	}
