


var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// 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('Cursos de Idiomas<br></legend>');

document.write('Le hacemos un examen de nivel sin ningún coste. Tenemos un sistema de 7 niveles para cada idioma adaptado a sus necesidades. <a href="contacto.html">Contacto.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}


if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="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('Exámenes<br></legend>');

document.write('Alemán, Ingles, Frances exámenes oficiales en centros oficiales.<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="fotos.html"><img src="thumbs/LENGUAGE-CAMPUS-0.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

document.write('</td></tr></table>');


