You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
481 B

<!--
function keypress()
{if(event.keyCode==82)show('Layerdisplay');
if(event.keyCode==84)show('time');
if(event.keyCode==91)MenuClick();
if(event.keyCode==17)MenuClick();
if(event.keyCode==91)ctrl();
if(event.keyCode==17)ctrl();
if(event.keyCode==72)show('help');
if(event.keyCode==13)hide('help');
if(event.keyCode==27)hide('help');
if(event.keyCode==27)hide('layerdisplay');
if(event.keyCode==27)hide('readme')}
function show(c_Str)
{document.all(c_Str).style.display='block';}