Ok got it..
code:
 Function HlpBtn_Click()
Dim $ie,$doc,$f,$t
$ie = CreateObject("internetexplorer.application")
$ie.addressbar=0
$ie.menubar=0
$ie.toolbar=0
$ie.statusbar=0
$ie.navigate("$InstallDir\Help.htm")
$ie.visible=1
$Silent = SetFocus("PassSync Help Version $Build")
While $ie.visible Sleep 0.1 Loop
Exit
EndFunction

Now I have another question in the same line. If I want to be able to double click an image and call a function but I dont want to use the toolbutton because I dont want it to look like a button.. is there a way to make it flat?

Thanks
_________________________
Austin Henderson