function toggleMe(id){toggling = new fx.Combo('post-'+id, {height: true, opacity: false, duration: 350}); toggling.toggle(); }
function togglePort(id){toggling = new fx.Combo('port-'+id, {height: true, opacity: false, duration: 350}); toggling.toggle(); }