/*          contacts               */

function m_reset(){

	

    $('#t_comments').html('');
//  document.getElementById('t_email').value='';
    document.getElementById('t_firstname').value='';
    document.getElementById('t_position').value='';
    document.getElementById('id_captcha').value='';
    
		img=new Image();
		i=Math.random();
		img.src='captcha/code.php?'+i;
		
		$('#t_code').attr('src','');	
		$('#t_code').attr('src',img.src);
		
    $('#testimonialsR').html('');

	return false; 

}


function m_reset2(){

	

    $('#t_comments').html('');
    document.getElementById('t_email').value='';
    document.getElementById('t_comp').value='';
    document.getElementById('t_firstname').value='';
//    document.getElementById('id_captcha').value='';
    
		img=new Image();
		i=Math.random();
		img.src='captcha/code.php?'+i;
		
		$('#t_code').attr('src','');	
		$('#t_code').attr('src',img.src);
		
    $('#testimonialsR').html('');
//    $('.testimonialsR').attr(''value', Please use the following form to submit the message');

	return false; 

}


/*          contacts               */ 