window.addEvent('domready', function() {
	if($('ipp_dropdown')) $('ipp_dropdown').addEvent('change',function(){this.parentNode.submit();});
});