3DBoard - Glasses Free 3D EFFECT for SpringBoard
via youtube.com

on run
tell application "Finder" to activate
tell application "System Events"
keystroke "h" using {command down, option down}
keystroke "m" using {command down, option down}
end tell
end run
on run try set _theVar to ((do shell script "defaults read com.apple.finder CreateDesktop") as integer) as boolean on error -- if the default value doesn't already exist, create it... do shell script "defaults write com.apple.finder CreateDesktop 1" set _theVar to ((do shell script "defaults read com.apple.finder CreateDesktop") as integer) as boolean end try do shell script "defaults write com.apple.finder CreateDesktop " & (((not _theVar) as integer) as string) do shell script "killall Finder" end run
About MacBook Air (Late 2010) Software Update 2.0
This update resolves an issue with some MacBook Air (Late 2010) systems that prevents the system from sleeping.