function checkHTTP(ref){var src=document.getElementById(ref);if(src.value==""||src.value=="http://"){return false}else{if(src.value.length>3){if(src.value.substring(0,7).toLowerCase()!="http://"){src.value="http://"+src.value}return true}else{return false}}}function checkFile(ref){var src=document.getElementById(ref);if(src.value==""||src.value=="http://"){return false}else{return true}}function checkDomain(ref){var src=document.getElementById(ref);if(src.value.length<2||src.value=='zadajte doménu'){return false}else{return true}}function checkForm0(){if(!checkHTTP('uri')){return false}else{return true}}function checkForm1(){if(!checkFile('uploaded_file')){return false}else{return true}}function checkForm2(){if(!checkHTTP('uri2')){return false}else{return true}}function checkForm3(){if(!checkHTTP('file')){return false}else{return true}}function checkForm4(){if(!checkHTTP('Url1')){return false}else{return true}}function checkForm5(){if(!checkHTTP('uri7')){return false}else{return true}}function checkForm6(){if(!checkHTTP('uri4')){return false}else{return true}}function checkForm7(){if(!checkHTTP('uri5')){return false}else{return true}}function checkForm8(){if(!checkHTTP('uri6')){return false}else{return true}}function checkForm9(){if(!checkHTTP('uri8')){return false}else{return true}}function checkForm10(ref){if(!checkDomain('domena')){return false}else{return true}}function initForms(){document.forms[0].onsubmit=checkForm10;document.forms[1].onsubmit=checkForm0;document.forms[2].onsubmit=checkForm1;document.forms[3].onsubmit=checkForm2;document.forms[4].onsubmit=checkForm3;document.forms[5].onsubmit=checkForm4;document.forms[6].onsubmit=checkForm5;document.forms[7].onsubmit=checkForm6;document.forms[8].onsubmit=checkForm7;document.forms[9].onsubmit=checkForm8;document.forms[10].onsubmit=checkForm9;document.getElementById("t1").target="main";document.getElementById("t2").target="main";document.getElementById("t3").target="_blank";document.getElementById("t4").target="main";document.getElementById("t5").target="main";document.getElementById("t6").target="_blank";document.getElementById("t7").target="main";document.getElementById("t8").target="_blank";document.getElementById("t9").target="main";document.getElementById("t10").target="main";document.getElementById("t11").target="main";document.getElementById("t12").target="_blank";document.getElementById("t13").target="main";document.getElementById("t14").target="main";document.getElementById("t15").target="main";document.getElementById("t16").target="main";document.getElementById("t17").target="main";document.getElementById("t18").target="main";document.getElementById("t19").target="_blank"}window.onload=initForms;
