function GenericButton_DoFSCommand(command, args) {

alert("pickles");
 
    if(command == "GoBack") {
        back(0);
    }
}

