function hideUnlimited(){
	setVisibility('Unlimited', 'hidden');
}

function showUnlimited(){
	setVisibility('Unlimited', 'visible');
}

// do not change anything above this line, and only the stuff within the single quote in the ones below.

// First, we have the text for the Saab Unlimited popup thingy:
var unlimitedText = '<img src="image/mapka1.gif" alt="Mapa dojazdu" border=0 height=325 width=460>';


//and here is the name of the dealer, so it won't have to be entered into the headline of each individual page:
var dealerName = 'Nivette - serwis Saab';

