<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= "no"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 2ND PARAGRAPH
var links		    = "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "15"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');






// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/imagine_logo.gif" border="0" width="148" height="83" class="borders"><br><br>');
}
{
document.write('<a href="http://imagineschool.net/Pera_Pera.htm"><IMG SRC="picts/pera_pera2.jpg" border="0" width="120" height="170" class="borders"></a><br><br>');
}

{
	document.write('<span class="subtitle">New! Click book for info!</span></legend><br><br>');
}

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Note to Amanda:</span></legend>');

document.write('This area is for notes, links, or sub-menus. It will also hold pictures like the sample above. ');


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

// END FIRST TEXT AREA











// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/3men_edited.gif" border="0" width="145" height="101" class="borders"><br><br>');
}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Note:</span></legend>');

document.write('Here is another space for notes, links, or sub-menus. It is infinitely expandable down this column. ');



document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA










// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; font-weight:bold; width:148px; padding: 10px;" class="just"><legend>');
document.write('<span class="subtitle">School Schedule:</span></legend>');

document.write('<a href="http://news.bbc.co.uk/cbbcnews/"></a><br>');

document.write('Thursday:  1:00 - 6:00<br>');

document.write('Friday: &nbsp;&nbsp;&nbsp;10:00 - 6:00<br>');

document.write('Saturday:   &nbsp;9:00 - 12<br><br>');

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

document.write('<fieldset style=" text-align:left; width:148px; padding: 10px;" class="just"><legend>');
document.write('<span class="subtitle">Useful Study Links:</span></legend>');

document.write('<a href="http://news.bbc.co.uk/cbbcnews/" target="_blank"></a><br>');

document.write('<a href="http://www.ielts.org" target="_blank">IELTS</a><br>');

document.write('<a href="http://www.elllo.org/" target="_blank">Elllo Listening Lab</a><br>');

document.write('<a href="http://www.britishcouncil.org/japan.htm" target="_blank">British Council</a><br>');

document.write('<a href="http://www.cambridge-efl.org.uk" target="_blank">Cambridge EFL</a><br>');

document.write('<a href="http://news.bbc.co.uk/cbbcnews/" target="_blank">BBC Newsround</a><br>');

document.write('<a href="http://www.the-cotswolds.org" target="_blank">The Cotswolds</a><br>');

document.write('<a href="http://www.visitbritain.com" target="_blank">Visit Britain</a><br>');

document.write('<a href="http://www.esl-lab.com" target="_blank">ESL Listening Lab</a><br>');

document.write('<a href="http://www.manythings.org" target="_blank">Manythings Quizzes</a><br>');

document.write('<a href="http://www.alc.co.jp" target="_blank">ALC J-E Dictionary</a><br>');



document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA











// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');

document.write('<a href="about.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA







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