<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF




var paypal_email	="paypal@your-web-domain.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART

var showcart		= "no"		// SHOW VIEW CART BUTTON

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 4th PARAGRAPH
var showarea_5		= "no"		// SHOW THE 5th PARAGRAPH


var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR
var movedown		= "45"		// 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('<a href="stuff.html"><IMG SRC="picts/surfOscarsSepia150.jpg" border="0" width="150" height="112" class="borders"></a><br><br>');
}

// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<a href="class.html"><IMG SRC="picts/schoolSkechLrg160.jpg" border="0" width="150" height="227" class="borders"></a><br><br>');
}


// START FOURTH TEXT AREA

   if (showarea_4 == "yes") {

document.write('<fieldset style=" text-align:left; width:155px; padding: 2px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Credits</span></legend>');

document.write('Above sketches by John Clampitt');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END Fourth TEXT AREA





// 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">Please Help:</span></legend>');

document.write('Send us a current picture and a short overview on what you have been up to since graduation. ');

document.write('<a href="contact.htm"> Contact Us...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA


// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<a href="mm.html"><IMG SRC="picts/shirtNado150.jpg" border="0" width="150" height="101" class="borders"></a><br><br>');
}


// START Fifth TEXT AREA

   if (showarea_5 == "yes") {

document.write('<fieldset style=" text-align:left; width:155px; padding: 2px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Memories</span></legend>');

document.write('Remember the ferry? Click on the picture above for more memories.');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END Fifth TEXT AREA








// 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">Pix Old/New:</span></legend>');

document.write('See who has checked in with their profile and current picture. ');

document.write('<a href="class.html"> Pix/Profiles...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA




// START VIEW CART CODE
   if (showcart == "yes") {

document.write('<img src="picts/cart-paypal.gif" alt="Payments By Paypal" vspace="2"><br>');
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypal_email+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<input type="image" SRC="picts/cart-view-off.gif" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');
document.write('</form><br>');
}





// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Quick Links:</span></legend>');

document.write('<a href="stuff.html">Want Souvenirs?</a><br>');

document.write('<a href="form.htm">Contact Form</a><br>');

document.write('<a href="http://travel.yahoo.com/p-hotel-474192-coronado_hotels-i?fromiy=1" target="_blank">Need Coronado lodging?</a><br>');

document.write('<a href="signups.html">Who\'s Coming?</a><br>');

document.write('<a href="history.html">History</a><br>');

document.write('<a href="http://islandbeerclub.com/" target="_blank">Island Beer Club</a><br>');

document.write('<a href="grammar.html">Pre-High School Pix</a><br>');

document.write('<a href="mm.html">"Some Like It Hot"</a><br>');

document.write('<a href="memories.html">"Past Reunions"</a><br>');

document.write('<a href="CherryPi.html">"Cherry Pi Art"</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA




// 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="products.htm">View Store...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA







document.write('</td></tr></table>');
//  End -->