function resizeSWF(nHeight, div) 
{
    nHeight += "px";
    document.getElementById(div).style.height = nHeight;
}