function iftr(f) {
	if (zforma.scode.value != 'b1dd53') {
	zforma.scode.focus();
	alert('Klaida! Neteisingai įvestas saugos kodas.');
	return false	
	}
	
}
document.write('<form method="post" name="zforma" onsubmit="return iftr(this)" action="http://www.toverta.lt/send_it.php"><table border="0" cellspacing="0" cellpadding="2" height="0" width="500"><tr><td colspan="3" height="15"></td></tr><tr><td  height="20" width="10"></td><td height="22" width="200">Vardas/įmonės pavadinimas:</td><td height="22" width="290"><input type="text" name="klientas" maxlength="100" size="15" style="width: 240px;"></td></tr><tr><td  height="22" width="10"></td><td height="22" width="200">Telefonas:</td><td height="22" width="290"><input type="text" name="tel" maxlength="20" size="15" style="width: 240px;"></td></tr><tr><td  height="22" width="10"></td><td height="22" width="200">El. paštas:</td><td height="22" width="290"><input type="text" name="email" maxlength="100" size="15" style="width: 240px;"></td></tr><tr><td height="22" width="10"></td><td width="200">Trumpas aprašymas:</td><td width="290"><textarea name="info" rows="5" style="width: 240px;"></textarea></td></tr><tr><td height="22" width="10"></td><td height="22" width="200">Atsakymą pageidauju gauti:</td><td  height="22" width="290"><select size="1" name="atsakyti" style="width: 240px;"><option value="">pasirinkite</option><option value="telefonu">telefonu</option><option value="el. pastu">el. paštu</option></select></td></tr><tr><td height="22"  width="10"></td><td  height="22" width="200">Saugos kodas:</td><td  height="22" width="290"><input size="7" type="text" readonly value="b1dd53" name="tcode"></td></tr><tr><td width="10"></td><td width="200">Pakartokite saugos kodą:</td><td width="290"><input size="7" type="text" name="scode"></td></tr><tr><td width="10" height="10"></td><td width="200" height="10"></td><td width="290" height="10"></td></tr><tr><td width="10"></td><td width="200"></td><td width="290" height="30"><input name="submit" type="submit"  style="width: 70px" value="Siųsti">&nbsp;&nbsp;<input name="reset"  style="width: 70px" type="reset" value="Išvalyti"></td></tr></table></form>');
