function chkInput(me) { var full = true; if (document.getElementById('lngTest_fld_nomen').value == '') { full = false; document.getElementById('lngTest_fld_nomen').style.backgroundColor = '#FFE0E0'; } else { document.getElementById('lngTest_fld_nomen').style.backgroundColor = ''; } if (document.getElementById('lngTest_fld_email').value == '') { full = false; document.getElementById('lngTest_fld_email').style.backgroundColor = '#FFE0E0'; } else { document.getElementById('lngTest_fld_email').style.backgroundColor = ''; } if (full) { me.submit(); return true; } else { window.scrollTo(0, document.getElementById('testDisp').offsetTop); return false; } }var pathVar = 'http://www.egeyurtdisiegitim.com/_language_test/';document.write("
");URL = document.location.protocol + '//' + document.location.hostname + document.location.pathname;queryString = document.location.search;if (queryString.length > 2) {document.getElementById('testSel').style.display = 'none';var query = queryString.slice(1);paramsArr = query.split('&');if (paramsArr[0] == 'rlt=1') {document.getElementById('embedJS').src = "http://www.egeyurtdisiegitim.com/_language_test/_JS_result.asp" + queryString + "&mail=info@turkishlanguagecenter.com";document.getElementById('testDisp').style.display = '';}else {for (var i=0; i