**************************************************
Double Clicking on the document runs the function. Double click between asterisks to see example.
<script>
<!--
function page(){
document.location.href="yourpage.htm";
}
document.ondblclick=page
// -->
</script>
**************************************************