


var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage1		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH



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>');




   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Combined courses<br></legend>');

document.write('Looking for variety? Want to go home with something more than just Spanish? Try one of our interesting or dynamic courses, such as the fun and popular Spanish & Salsa course. <a href="http://www.lcspain.com/eng/contacto.html">Contacto.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}


if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.lcspain.com/eng/index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Learn Spanish  <br></legend>');

document.write('Language Campus offers a truly wide range of courses for people with all kinds of needs and learning preferences. Here we give you some of the most demand courses with prices for 3, 6 or 12 weeks for your references.  <a href="http://www.lcspain.com/eng/especial_packages.html">Packages</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
  if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Profesores Nativos<br></legend>');

document.write('Profesores especializados y con títulos académicos.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}

if (showimage1 == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.lcspain.com/eng/fotos.html"><img src="picts/lcspain-1.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

document.write('</td></tr></table>');

