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 = '<FONT CLASS="header">Saab Unlimited</FONT><BR>Saab Unlimited information text goes here. Saab Unlimited information text goes here. Saab Unlimited information text goes here. Saab Unlimited information text goes here. Saab Unlimited information text goes here. Saab Unlimited information text goes here.Saab Unlimited information text goes here. Saab Unlimited information text goes here';

//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 = 'Bandon Motors Saab';