Begging for help with action scripts

[COLOR=blue]Hi I am desperate for someone to please please help me.[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]I have a website created on flash cs4. I want the following to happen:[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]1 - open page 1[/COLOR]
[COLOR=#0000ff]2 - open 1st pop up from page one[/COLOR]
[COLOR=#0000ff]3 - open 2nd pop up from 1st pop up[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]I have 5 pages that require multiple pop ups.[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]The scripting I have (seen at bottem) works perfectly to open the 1st pop up from page one but by using the same script on the 1st pop up to get the 2nd pop up it has created the 3 following problems:[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]1 - on this 1st pop up, when you put the curser over the area to open the 2nd pop up it opens it automatically instead of by clicking the curser[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]2 - then for some reason, no matter the correct scripting it opens the same wrong pop up everytime[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]3 - Lastly when you close the 2nd pop up it goes all the way back to the 1st page NOT the 1st pop up[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]The company I purchased the template from just keep jerking me around and wont help, I am so desperate, my website is ready apart from this - PLEASE PLEASE IS THERE SOMEONE WHO CAN HELP, have cash will pay:crazy:.[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]The current action script I have is as follows[/COLOR]

[COLOR=#0000ff]on (rollOver) {
gotoAndPlay(“s1”);
}
on (releaseOutside, rollOut) {
gotoAndPlay (“s2”);
}
on (release) {
_root.popup_pressed=1;
_root.scrHEIGHT=480
_root.scroller.scroller.gotoAndStop(2);

_root.TM_title= “pop up name”;
_root.READ = 23;
_root.scroller.gotoAndPlay(“s1”);
}[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]Hope to hear from someone suppa brainy, cheers Annie[/COLOR]