window.addEvent('domready',function() {
	$$('.dhl').addEvent('click',function(event) {
		event.stop();
		window.open(this.href,'dhlretourenabwicklung','width=990px,height=655px,scrollbars=no,toolbar=no,location=no,status=no,menubar=no');
	});
});
