/*
 * Behaviour.register({
	
	'div.tl_button': function(el) {
		el = $(el);
		Event.observe(el, 'click', function() {

			openStandardPopup(el.down('a'), 480, 600);


		});
	}
});
*/

