well... instead of:

<PARAM NAME="MOVIE" VALUE="flash_home.swf?docWidth="+getDocWidth()>

write:

<PARAM NAME="MOVIE" VALUE="flash_home.swf?docWidth=
<script language="JavaScript">
document.write(getDocWidth());
</script>
>

hope it helps...