
var gui={updateContent:function(selelement){$(selelement).visualEffect('Highlight',{startcolor:'#acfcff',endcolor:'#ffffff',duration:'3'});},appearContent:function(selelement){$(selelement).visualEffect('Highlight',{startcolor:'#ffffef',endcolor:'#ffffff',duration:'1'})},appearMessage:function(selelement){$(selelement).visualEffect('Highlight',{startcolor:'#e9e9dd',endcolor:'#ffffff',duration:'1'})},disappearMessage:function(selelement){$(selelement).visualEffect('Fade',{startcolor:'#e9e9dd',endcolor:'#ffffff',duration:'1'})},disappearContent:function(selelement){$(selelement).toggle('Fade',{startcolor:'#e9e9dd',endcolor:'#ffffff',duration:'3'})},fadeContent:function(selelement){$(selelement).visualEffect('Fade',{from:'1.0',to:'0.0',duration:'2'})}}