Error In Action Script when the ORG CHART FLA is opened

When I open this file in Flash [V5 or MX] some of the script is modified/corrected automatically by Flash. I don’t know how to disable.

Once this is script is updated, I’ll not be able to run that file properly any longer. There will be some error messages.

Can somebody help me in solving this puzzle. I’m a fresh newbie to Flash. Also, for the ORG chart, can we use a right angle connector instead of a straight line which runs diagonally and looks ugly. [Similar to the connectors in Sitemap file.] Can the Org chart be generalized to work in both Netscape and IE.

I need this Org chart very badly.

Thanks in advance.

Error:
Scene=Scene 1, Layer=labels & actions, Frame=71: Line 11: String literal was not properly terminated
if (char eq “”) {

Scene=Scene 1, Layer=labels & actions, Frame=71: Line 12: ‘)’ expected
i = Number(i)+1;

Scene=Scene 1, Layer=labels & actions, Frame=71: Line 23: Unexpected ‘}’ encountered
}

change:

if (char eq “”) {

to:

if (char eq “\”) {