var SemaphoreNexus = 118;
function CheckKeyUp()  {if(!bPageLoaded){return;}if(window.event.keyCode == SemaphoreNexus) MyForm.hid_button_state.value=0;}
function CheckKeyDown(){if(!bPageLoaded){return;}if(window.event.keyCode == SemaphoreNexus) MyForm.hid_button_state.value=1;}
