<!-- 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 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND 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>');


// SMALL PICTURE AREA

   if (showimage == "yes") {

// document.write('Select language:<br><left>');
document.write('<a href="#"><img src="flags/uk_flag22x16.gif" border="0" class="borders"> </a>');
document.write('<a href="gr_elc/index.html"><img src="flags/greekflag22x16.gif" border="0" class="borders"> </a>');
document.write('<a href="fr_elc/index.html"><img src="flags/frenchflag.gif" border="0" class="borders"> </a>');
document.write('<a href="de_elc/index.html"><img src="flags/germanflag.gif" border="0" class="borders"> </a>');
document.write('<a href="it_elc/index.html"><img src="flags/italianflag22x16.gif" border="0" class="borders"> </a>');

// document.write('<a href="#"><img src="flags/swissflag17x12.gif" border="0" class="borders"> </a><br>');
// document.write('<a href="de_elc/index.html"> Gruezi - D</a><br>');
// document.write('<a href="fr_elc/index.html">CH Romande - F</a><br>');
// document.write('<a href="it_elc/index.html">Italiano - I</a>');
// document.write('</left>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

// SAMPLE SCROLLING NEWS FOR A .JS FILE - NON-FLOATING
document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #996600 1px solid; background-color: #F0F0F0;COLOR: #996600; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
document.write('Newsfeed<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="150" height="200" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe>');
document.write('</td></tr></table>');
document.write('<br><br>');
// END NEWS SCROLLER


// document.write('<fieldset><legend>');
// document.write('Find Us<br></legend>');
// document.write('For directions on the best way to reach us click on the map below.<br>');
// document.write('</fieldset>');
// document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

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

// document.write('<br><br><center>');
// document.write('<a href="findus.htm"><img src="picts/map.jpg" border="0" class="borders"></a><br>');
// document.write('</center>');
// document.write('<br>');
// }



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<br><br><fieldset><legend>');
document.write('Contact Us<br></legend>');
document.write('For more information or free quotation please <a href="contact.htm">Contact us</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



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


// -- END -->