var cch = new Array("cf3sp","Lke98","yA3p9","69pbj");
function startInterval() {

	time = setInterval("shortProtect()", 1000);
	document.capchaSpot.src="../../gifs/preloader.gif";
}
function clearInt() {
	
	
	document.capchaSpot.src="../../gifs/blank.gif";
	formProtect();
}
function shortProtect() {
	var chinp = document.getElementById('capcha').value;
	if (chinp == cch[rnum]) {
		document.form1.setAttribute("action","../../safemail.php");
		document.form1.submitbut.disabled=false;
		
		document.capchaSpot.src="../../gifs/check.gif";
		clearInt();
	}
	
}
function formProtect() {

	var chinp = document.getElementById('capcha').value;
	if (chinp == cch[rnum]) {
		document.form1.setAttribute("action","../../safemail.php");
		document.form1.submitbut.disabled=false;
		clearInterval(time);
		document.capchaSpot.src="../../gifs/check.gif";
	} else {
	
	document.capchaSpot.src="../../gifs/x.gif";	
	document.form1.setAttribute("action","sendform.php");
		document.form1.submitbut.disabled=true;
	}
}// JavaScript Document
