//javascript by tude ajus;
	function erasing(){
        document.form1.gname.value = '';
        document.form1.email.value = '';
        document.form1.message.value = '';
    }

	$(document).ready(function(){
		$("#form1").validate();
		$("#form2").validate();
		$("a.photos").fancybox();
		$('.dateform').datepick();
		$('.datebirth').datepick({yearRange: '-90:+0'});
		$("#showimage").show('slow');
		$("#infoClose").click(function(){
		$.post("infoOff.php");
		});
	});
