Forum Moderators: coopster
fn=view means that the variable fn will be passed to the script with a value of view.
Functions can be used to perform just about any action, you can think of them as mini scripts. Using functions within a script makes it easier to maintain and read.