<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>
&nbsp; put "h@FlexibleLearning.com" into tURL<BR>
&nbsp; if the platform is "MacOS" then<BR>
&nbsp;&nbsp;&nbsp; get the systemversion<BR>
&nbsp;&nbsp;&nbsp; set the itemdel to "."<BR>
&nbsp;&nbsp;&nbsp; if item 1 of it &gt;= 10 then # OS X<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; put "open location" &amp;&amp; quote &amp; tURL &amp; quote into tScript<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do tScript as AppleScript<BR>
&nbsp;&nbsp;&nbsp; else # MacOS<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; send tUrl to program "Finder" with "GURLGURL"<BR>
&nbsp;&nbsp;&nbsp; end if<BR>
&nbsp; end if<BR>
<BR>
<BR>
Many thanks!<BR>
<BR>
/H<BR>
</FONT></HTML>