function displayIt(id)
{
	elem = document.getElementById(id);
	elem.style.display = "";
}

// Terms and Conditions

document.write('<div id="security" style="display:none">')
document.write('<a href="#1" onClick="document.getElementById(\'security\').style.display = \'none\';"><img src="images/close_bttn.gif" border="0" style="float:right"></a><h2>Our online booking security:</h2>');
document.write('<ul>');
document.write('<li>The site uses SSL (Secure Socket Layer) technology to protect your online data.');
document.write('<li>All data entered by customers, from your address to your credit card details, is encrypted and completely unreadable by unauthorised persons.');
document.write('<li>Our encryption technology is the strongest commercially available, ensuring your data is safe at all times.');
document.write('<li>When the padlock symbol is displayed at the bottom right of your internet browser this means you are entering your credit card details over a secure, encrypted connection.</div>');

// Privacy Policy

document.write('<div id="privacy" style="display:none">');
document.write('<a href="#1" onClick="document.getElementById(\'privacy\').style.display = \'none\';"><img src="images/close_bttn.gif" border="0" style="float:right"></a><h2>Our privacy policy</h2>');
document.write('<ul>');
document.write('<li>All data is managed in accordance with the Data Protection Act 1998');
document.write('<li>Data is collected to process your booking and provide a good service');
document.write('<li>We\'ll only contact you for marketing purposes with your consent');
document.write('<li>If you do consent to marketing, you can opt out again at any time');
document.write('<li>We never pass data on to third parties');
document.write('<li>You can request a copy of any information we have about you. If anything is incorrect we will update it immediately.');
document.write('<li>All personal information is held securely in accordance with our internal security policy, and the law.');
document.write('<li>We may use technology to track patterns of behaviour of visitors to our site:');
document.write('<li>This is generally done using a \'cookie\'  stored on your browser.');
document.write('<li>Change your browser settings to stop this happening. Information collected on you in this way can be used to identify you unless you modify your browser settings.');
document.write('</ul>');
document.write('<p>If you have any questions/comments about privacy, please email us:<br><a href="#1" onclick="window.open(\'mailto:webhelp@brightskies-airport-parking.co.uk\',null,\'\');">webhelp@brightskies-airport-parking.co.uk</a></p>');
document.write('</div>');

