Photoshop - scale effects

I am working on a Photoshop CS script that will scale specified Photoshop files. I am able to scale the entire document, but am having difficulty figuring out how to scale the effects in the layers ie. bevel, emboss and shadow. Any help would be greatly appreciated.

Please let me know if you have any questions or need clarification.

Thanks in advance for your help.

Tom

Bump

tell application "Adobe Photoshop CS"
	scale of current layer of current document horizontal scale 50.0 vertical scale 50.0
end tell

— note there is a third option after the scale values that I did not use- Anchor position - see scripting dictionary
iolaire