<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Latest News<br></legend>');

document.write('John Childs Garages Ashford Kent has just launched their new website boasting an impressive selection of new and used cars. John Childs is particularly proud to be the UK\'s largest Perodua dealership..<br><a href="contact.php">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// SMALL PICTURE AREA

//   if (showimage == "yes") {

// document.write('<br><center>');
// document.write('<a href="index.php"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
// document.write('</center>');
// document.write('<br><br>');
//}

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Myvi Features<br></legend>');

document.write('The Perodua Myvi represents an exciting development for Perodua UK and marks the beginning of a new era for the brand as it moves into a whole new sector of the UK market. This supermini is in a class of its own with its high standard specification, stylish looks and versatile features.<br><br>The Myvi Sxi provides a high level of sophistication, equipment, comfort and safety. This is shared by the Ezi model which also has the additional specification of a four speed, fully automatic transmission with switchable overdrive and a digital gear selection indicator in the instrument binnacle.  <br><a href="contact.php">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Kenari Features<br></legend>');

document.write('The Kenari features the latest technology and safety equipment and has an overall specification which includes a side-opening tailgate and individual folding/reclining rear seats. Power assisted steering also comes as standard along with metallic paintwork.<br><br>Kenari is a car for individuals who need extra space at no extra cost: the Kenari has 20 percent more interior space than a conventional hatchback.<br><a href="contact.php">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('Kelisa Features<br></legend>');

document.write('The Perodua Kelisa is Britain\'s least expensive car to own and run and one of the most sophisticated super minis to enter the market. On sale in the UK since 2001 through Perodua\'s dealer network the Kelisa has picked up where the Nippa left off in providing unparalleled, affordable, entry level motoring.<br><br>Where as Nippa was conceived for the 1990\'s, Kelisa is built for today and boasts the latest technology and safety equipment. This includes driver and passenger airbags, side impact protection, seat belt pre-tensioners and a high overall specifiction that includes power assisted steering as standard. <br><a href="contact.php">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 4

document.write('</td></tr></table>');

// -- END -->