// JavaScript Document
function checkSubmit(){
	
	/*
	var value = returnContent('captcha/ajax_captcha.php');

	if(document.getElementById('captcha').value == "") {
		alert("Prepišite znakove za provjeru");
		document.getElementById('captcha').focus();
		return false;
	}
		
	if(value != document.getElementById('captcha').value) {
		alert("Provjera nije uspjela");
		document.getElementById('captcha').focus();
		return false;
	}	
	
	if(value == document.getElementById('captcha').value) {
		alert("Provjera uspješna");
	}*/
	
	content('captcha/mail.php',$('form1').serialize(),'contact_form'); 
}
