I used this information and within a few minutes was able to modify the manila internet tab file and creating a couple png icons and now my internet tab looks like this the attached.
Code:
<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
<IncludeUserFavorites>True</IncludeUserFavorites>
<Banner
DefaultImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner.qtc"
SelectedImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc"
Text="Launch Browser"
Width="240"
Height="107" />
<OperatorLinks>
<Link
Text="Kinoma"
Executable="\Storage Card\Program Files\Kinoma\BIN\Kinoma.exe"
ImagePath="\Windows\kinoma.png" />
<Link
Text="Messenger"
Executable="\Windows\WLMMessenger.exe"
ImagePath="\Windows\msn.png" />
<Link
Text="Live Search"
Executable="\Storage Card\Program Files\LiveSearch\LiveSearch.exe"
ImagePath="\Windows\livesearch.png" />
</OperatorLinks>
</InternetPortal>