var Balanco = {
	
	iniciar: function() {

		//2009
		sScrollbars = (screen.height < 900) ? ', scrollbars=1' : ''
		addEvent('bs-2009', 'click', Popup.eventFeatures('width=625, height=900 top=' + ((screen.width - 625) / 2) + ', left=' + ((screen.height - 900) / 2) + sScrollbars))
	}
	
}