


	var myImage
		
	/* OVER */
	
	function moveovercomprar()
	{		
	 foto=document.getElementById("comprar")
	 foto.src="imagens/bt2_comprarlances.jpg"
	}
	    
	function moveoverpacote()
	{
	 foto=document.getElementById("pacote")
	 foto.src="imagens/bt2_meuspacotes.jpg"
	}	   
	    	    
	function moveoverefetuar()
	{
	 foto=document.getElementById("efetuar")
	 foto.src="imagens/bt2_efetuarlances.jpg"
	}				
			
	function moveovermeulance()
	{		
	 foto=document.getElementById("meulance")
	 foto.src="imagens/bt2_meuslances.jpg"
	}
	
	function moveoverextrato()
	{
	 foto=document.getElementById("extrato")
	 foto.src="imagens/bt2_meuextrato.jpg"
	}
		
	function moveoveramigo()
	{
	 foto=document.getElementById("amigo")
	 foto.src="imagens/bt2_indiqueumamigo.jpg"
	}
		
	function moveoverindica()
	{
	 foto=document.getElementById("indica")
	 foto.src="imagens/bt2_minhasindicacoes.jpg"
	}
		
	function moveovercadastro()
	{
	 foto=document.getElementById("cadastro")
	 foto.src="imagens/bt2_dadoscadastrais.jpg"
	}
	
	/* BACK */
	    
	function movebackcomprar()
	{	
	 foto.src="imagens/bt_comprarlances.jpg"
	}  
		
	function movebackpacote()
	{	
	 foto.src="imagens/bt_meuspacotes.jpg"
	}  
						
	function movebackefetuar()
	{	
	 foto.src="imagens/bt_efetuarlances.jpg"
	}  
		
	function movebackmeulance()
	{		
	 foto.src="imagens/bt_meuslances.jpg"
	}
		
	function movebackextrato()
	{		 
	 foto.src="imagens/bt_meuextrato.jpg"
	}
	
	function movebackamigo()
	{		 
	 foto.src="imagens/bt_indiqueumamigo.jpg"
	}
		
	function movebackindica()
	{		 
	 foto.src="imagens/bt_minhasindicacoes.jpg"
	}
		
	function movebackcadastro()
	{		 
	 foto.src="imagens/bt_dadoscadastrais.jpg"
	}		
