Extra photo gallery feature - !HELP!

[font=Century Gothic]Im back, darn flash.[/font]

[font=Century Gothic]Anyway, I have a plan, which I have been formulating during work today, to create a modified version of the photo gallery. I’m going to try and explain it first, and the show you my plan, so you action script gurus can give it the once over.[/font]

[font=Century Gothic]The tutorial I am basing this on is here [/font][font=Century Gothic][color=#800080]http://www.kirupa.com/developer/mx/photogallery.htm[/color][/font]

[font=Century Gothic]Heres the plan ………[/font]

[font=Century Gothic]I want to set up a photo gallery, with options of which section of images you view. So when the gallery is first loaded it displays one single image with instructions of how to use the gallery. The user then clicks on a link of which image set they want to view, and the gallery loads up the new first image and subsequent set, then, when the next link is pressed a new set loads up are you with me??[/font]

[font=Century Gothic]………… and the PLAN plan………[/font]

[font=Century Gothic]to get this to work I was thinking of setting up a number of extra variables to the gallery so – [/font]

[font=Century Gothic][color=navy][font=Courier New]this[/font][/color][font=Courier New].pArray = [[color=blue]“flash.jpg”[/color], [color=blue]“windows.jpg”[/color]];[/font][/font]

[font=Courier New][font=Century Gothic][/font][/font]
[font=Courier New][font=Century Gothic]would become [/font][/font]

[font=Courier New][font=Century Gothic][/font][/font]
[font=Century Gothic][color=navy][font=Courier New]this[/font][/color][font=Courier New].pArray = selectedimages[/font][/font]

[font=Courier New][font=Century Gothic][/font][/font]
[font=Courier New][font=Century Gothic]where selctedimages is a variable set when each button is clicked so the button for say, lemon would do [/font][/font]

[font=Courier New][font=Century Gothic][/font][/font]
[font=Courier New][font=Century Gothic]set (selectedimages) = [[color=blue]“lemon1.jpg”[/color], [color=blue]“lemon2.jpg”[/color]];[/font][/font]

[font=Courier New][font=Century Gothic][/font][/font]
[font=Courier New][font=Century Gothic]do you see?? [/font][/font]

[font=Courier New][font=Century Gothic][/font][/font]
[font=Courier New][font=Century Gothic]Ok so if some of you guys could help me with this it would be a great help, and please excuse my action script im a complete as n00b.[/font][/font]

[font=Courier New][font=Century Gothic][/font][/font]
[font=Courier New][font=Century Gothic]Cheers for the help in advance, I know you guys will deliver, as you have with everything else I have asked, andy.[/font][/font]

[font=Courier New][font=Century Gothic][/font][/font]
[font=Courier New][font=Century Gothic]Ps – I have got my first client and was wondering what I should charge them, im sure I saw a post for this topic, but I’ll be darned if I could find it, any ideas??[/font][/font]