var gotBodyFocus=0;
function escBackSpace()
{
//if(event.keyCode == 8){if  (gotBodyFocus == 1 ||  ((document.activeElement.getAttribute("type") != "text") && (document.activeElement.getAttribute("type") != "textarea"))){event.returnValue=false;}}
}
function gotBfocus(){
//gotBodyFocus = 1;
}
function lostBfocus()
{
//gotBodyFocus = 0;}
//if(window.history.forward(1) != null){window.history.forward(1);
}
///////REM //on body load   onkeydown="escBackSpace();" onblur="lostBfocus();" onfocus="gotBfocus();"


