// JavaScript Document


/*Funcion Enlaces*/

function gotomudanzas(){
	 document.open('http://www.mudanzasginescazorla.es/','_top','');
	 }
function gototransportes(){
	 document.open('Transportes.php','_top','');
	 }
function gotoprecios(){
	 document.open('Precios.php','_top','');
	 }
function gotoembalajes(){
	 document.open('Embalajes.php','_top','');
	 }

/*Fin*/


/*Funcion cambio imagen boton*/
function mudanzas1() 
{ 
  document.images["mudanzas"].src="images/mudanzas2.png";
  document.body.style.cursor = "pointer";
  }
function mudanzas2() 
{ 
  document.images["mudanzas"].src="images/mudanzas1.png";
  document.body.style.cursor = "default";
  }
function transportes1() 
{ 
  document.images["transportes"].src="images/transportes2.png";
  document.body.style.cursor = "pointer";
  }
function transportes2() 
{ 
  document.images["transportes"].src="images/transportes1.png";
  document.body.style.cursor = "default";
  }
function contactar1() 
{ 
  document.images["contactar"].src="images/contacto2.png";
  document.body.style.cursor = "pointer";
  }
function contactar2() 
{ 
  document.images["contactar"].src="images/contacto1.png";
  document.body.style.cursor = "default";
  }
function precios1() 
{ 
  document.images["precios"].src="images/precios2.png";
  document.body.style.cursor = "pointer";
  }
function precios2() 
{ 
  document.images["precios"].src="images/precios1.png";
  document.body.style.cursor = "default";
  }
function embalajes1() 
{ 
  document.images["embalajes"].src="images/embalajes2.png";
  document.body.style.cursor = "pointer";
  }
function embalajes2() 
{ 
  document.images["embalajes"].src="images/embalajes1.png";
  document.body.style.cursor = "default";
  }
  
/*fin*/
