On Oct 12, 2011, at 7:00 PM, MACSCRPT automatic digest system wrote:

>> 
> 
> This toggles it 
> 
> tell application "System Events"
> 	tell process "Safari"
> 		click menu item "Block Pop-up Windows" of menu "Safari" of menu bar 1
> 	end tell
> end tell
> 
> But I am having issues finding a way to read it.  
> 
> -Mark


> _______________________
> 
> tell application "System Events"
> tell process "Safari"
>   value of attribute "AXMenuItemMarkChar" of menu item "Block Pop-up Windows" of menu "Safari" of menu bar 1
> end tell
> end tell
> 

Mark and Christopher,

You guys are great, thank you.

Ed