<HTML><FONT FACE=arial,helvetica><FONT SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">I am presently Mac-less :(<BR>
<BR>
Could one of you let me know if this works on both flavours?<BR>
<BR>
put "h@FlexibleLearning.com" into tURL<BR>
if the platform is "MacOS" then<BR>
get the systemversion<BR>
set the itemdel to "."<BR>
if item 1 of it >= 10 then # OS X<BR>
put "open location" && quote & tURL & quote into tScript<BR>
do tScript as AppleScript<BR>
else # MacOS<BR>
send tUrl to program "Finder" with "GURLGURL"<BR>
end if<BR>
end if<BR>
<BR>
<BR>
Many thanks!<BR>
<BR>
/H<BR>
</FONT></HTML>