For example, go to your SHOWTHREAD template and near the top, just after </head> you'll see the body tag. Change it from this
Code:
<body<vb:if condition="$onload"> onload="{vb:raw onload}"</vb:if>>
to this
Code:
<body<vb:if condition="$onload"> onload="{vb:raw onload}"</vb:if> onselectstart="return false">
Then you can do the same for all the other page templates. They are all listed in ALL CAPS