/* ------------ HOME MENU ----------------- */
$(document).ready(
	function() { 		
		 		
				
		$("#protDeDatos").click(function () {
		  $("#contactoCont_1,#contactoCont_2").toggle(
				function(){ return false;}
		    );
		  return false;
		});
		
		$("#mod_1").click(function () {									
		  document.location.href = "indexaudi.php";
		  return false;
		});
		$("#mod_2").click(function () {									
		  document.location.href = "indexvw.php";
		  return false;
		});
		$("#mod_3").click(function () {									
		  document.location.href = "indexvwcom.php";
		  return false;
		});

	}
);




function goToFicha(id)
{
	document.location.href = id;
	return false;
}
