function toggleBox(element){
   new Effect.toggle(element,'Blind', {duration:1});
}
