I am calling functions within functions and was wondering how you pass a variable from one to another. Declaring the variable as global only seems to work within the first and highest level function called, but not for other functions that are being called within functions. Thanks in advace for any help.