-
Show/Hide Windows
actionCommand ("window_AboutUs", parameter1);
// window_AboutUs: About us window
// shows or hides window - call it without parameter for opposite status (show/hide)
// parameter1: STRING - "hide" or "show" (optional)
actionCommand ("window_help", parameter1);
// window_help: help window
// shows or hides window - call it without parameter for opposite status (show/hide)
// parameter1: STRING - "hide" or "show" (optional)
actionCommand ("window_thumbs", parameter1);
// window_thumbs: thumbnails window
// shows or hides window - call it without parameter for opposite status (show/hide)
// parameter1: STRING - "hide" or "show" (optional)
actionCommand ("window_search", parameter1);
// window_search: search window
// shows or hides window - call it without parameter for opposite status (show/hide)
// parameter1: STRING - "hide" or "show" (optional)
actionCommand ("window_stickit", parameter1);
// window_stickit: stickit window
// shows or hides window - call it without parameter for opposite status (show/hide)
// parameter1: STRING - "hide" or "show" (optional)
actionCommand ("window_sendFriend", parameter1);
// window_sendFriend: send to friend window
// shows or hides window - call it without parameter for opposite status (show/hide)
// parameter1: STRING - "hide" or "show" (optional)
actionCommand ("window_settings", parameter1);
// window_settings: settings window
// shows or hides window - call it without parameter for opposite status (show/hide)
// parameter1: STRING - "hide" or "show" (optional)
actionCommand ("cropTool", parameter1);
// goes into crop mode where user can make page selection for sending via e-mail
// parameter1: STRING - "start" or "end" (optional)
actionCommand ("openPrintWindow");
// open print window