//Found error? select text and email it to us
document.onkeydown = gaudyk;
function gaudyk (event) {
if (!document.getElementById) return;
if (window.event) event = window.event;
if (event.ctrlKey) {
switch (event.keyCode ? event.keyCode : event.which ? event.which : null) {
case 13:
SiustiErrora();
break;
 }
}
}

function SiustiErrora() {
var html = ErrorLangas();
}

function ErrorLangas(Puslapis, args, width, height) {
fm_error_Window = window.open("/texto_klaida.htm", "Klaida_texte", 'width=400,height=400')
}


