function resizeFlash()
{
     var myHeight;
     myHeight = document.body.clientHeight - 72 - 85;
     if (myHeight < 640)
          myHeight = 640;

     setswfHeightPixels("flashcontent", myHeight, null);
}