window.onload = function()
{

changeHeightNews = new fx.Height('news' , {duration: 250});
changeHeight = new fx.Height('newsar' , {duration: 200});
changeHeight.hide();
changeBubble1 = new fx.Height('bubbleedit1' , {duration: 250});
changeBubble2 = new fx.Height('bubbleedit2' , {duration: 250});
changeBubble1.hide();
changeBubble2.hide();
}
