
/* Designed by Net-Technic 2008
*	firma@net-technic.pl
*
*/

function showElement1() {
    var showItem1 = document.getElementById('infoSaab1');
    if (showItem1.style.display=='block') {
         showItem1.style.display='none';
	  
    }
	  else {
          showItem1.style.display='block';
		    showItem1.innerHTML = "Poznaj ofertê tego modelu.";	
    }
	 
	 }
	 
	 
function showElement2() {
    var showItem1 = document.getElementById('infoSaab2');
    if (showItem1.style.display=='block') {
         showItem1.style.display='none';
	  
    }
	  else {
          showItem1.style.display='block';
		    showItem1.innerHTML = "Poznaj ofertê tego modelu.";	
    }
}
  
	
  function showElement3() {	
    var showItem1 = document.getElementById('infoSaab3');
    if (showItem1.style.display=='block') {
         showItem1.style.display='none';
	  
    }
	  else {
          showItem1.style.display='block';
		    showItem1.innerHTML = "Poznaj ofertê tego modelu.";	
    }
}


  function showElement4() {	
    var showItem1 = document.getElementById('infoSaab4');
    if (showItem1.style.display=='block') {
         showItem1.style.display='none';
	  
    }
	  else {
          showItem1.style.display='block';
		    showItem1.innerHTML = "Poznaj ofertê tego modelu.";	
    }
}


  function showElement5() {	
    var showItem1 = document.getElementById('infoSaab5');
    if (showItem1.style.display=='block') {
         showItem1.style.display='none';
	  
    }
	  else {
          showItem1.style.display='block';
		    showItem1.innerHTML = "Poznaj ofertê tego modelu.";	
    }
}


  function showMap() {	
    var showItem1 = document.getElementById('map');
    if (showItem1.style.display=='block') {
         showItem1.style.display='none';
	  
    }
	  else {
          showItem1.style.display='block';
    }
}


function showInfoOffer() {
    var showItem = document.getElementById('offerSpecialInfo');
    if (showItem.style.visible=='yes') {
         showItem.style.visible='none';
	  
    }
    
    else {
          showItem.style.visible ='yes';
		    showItem.innerHTML = "Oferty specjalne /";	
    }
}

function hideInfoOffer() {
    var showItem = document.getElementById('offerSpecialInfo');
    if (showItem.style.visible=='none') {
         showItem.style.visible='none';
	  
    }
    
    else {
          showItem.style.visible='none';
		    showItem.innerHTML = "";	
    }
}


function showStatusForm() {
    var showItem = document.getElementById('showInfoForm');
    if (showItem.style.visible=='yes') {
         showItem.style.visible='none';
	  
    }
    
    else {
          showItem.style.visible ='yes';
		    showItem.innerHTML = "Formularz /";	
    }
}

function hideStatusForm() {
    var showItem = document.getElementById('showInfoForm');
    if (showItem.style.visible=='none') {
         showItem.style.visible='none';
	  
    }
    
    else {
          showItem.style.visible='none';
		    showItem.innerHTML = "";	
    }
}

