function scrollMain(){
  //$('main').hide();
  //h=$('main').getHeight();
  //h2=$$('div.maincontent').getHeight();
  //h2=arr.getHeight();
  //alert(h+' - '+h2);
  
  //$('main').setStyle({ marginTop: '-'+h+'px'});
  //$('main').show();
  //new Effect.Morph('main',{style:'margin-top: 0px;', duration:3.2 });
  //$('main').setStyle({ height: '0px'});
  //$('main').show();
  //new Effect.Morph('main',{style:'height: '+h+'px;', duration:3.2 });
  new Effect.SlideDown('main',{duration:1.5 });
}

