<!-- Begin   SUb sidebar right

// NOTE: If you use a ' add a slash before it like this \'
//  links use full http... img src need ../../ and full path

// RIGHT SIDEBAR FILE


var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW RIGHT SIDEBAR

var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage2		= "yes"		// SHOW 2ND LINKED IMAGE
var showimage3		= "yes"		// SHOW 1ST LINKED IMAGE
var showimage4		= "yes"		// SHOW 2ND LINKED IMAGE
var showimage5		= "yes"		// SHOW 1ST LINKED IMAGE
//var showimage6		= "yes"		// SHOW 2ND LINKED IMAGE



document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('RECENT PHOTO EVENTS<br>');



document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="5" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="../../html/cart_picts/spacer.gif" height="2" width="10" border="0" alt="Image"><br>');


// START SIDEBAR TEXT TO EDIT


document.write('ORDER PRINTS ONLINE');
document.write('<br>');
document.write('MAKE A PUZZLE');
document.write('<br>');
document.write('CREATE A CALENDAR');
document.write('<br><br>');

document.write('<a href="Http://www.cannedswank.com/html/greatideas/index.html" class="menu2">.....Great Ideas...</a><br>');

document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');




// START 1ST LINKED SIDEBAR IMAGE
document.write('Menu - Eventus/Vernon');
document.write('<br>');

   if (showimage1 == "yes") {
document.write('<a href="http://www.cannedswank.com/Purchase/fotoplayer_out/index.html">');

document.write('<img src="../../html/top10/picts/01.jpg" border="0" class="bordersSB"  vspace="8" alt="Click to View">');

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


// START 2ND LINKED SIDEBAR IMAGE
document.write('Menu - Theater/Dance/Nutcracker');
document.write('<br>');

   if (showimage2 == "yes") {
document.write('<a href="http://www.cannedswank.com/Purchase/fotoplayer_out/index.html">');
document.write('<img src="../../html/top10/picts/02.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br><br><br>');
}




document.write('Menu - Mountanus/Railroad');
document.write('<br>');

   if (showimage3 == "yes") {
document.write('<a href="http://www.cannedswank.com/Purchase/fotoplayer_out/index.html">');
document.write('<img src="../../html/top10/picts/03.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br><br><br>');
}


document.write('Menu- Destinare/Cape Flatery');
document.write('<br>');

   if (showimage4 == "yes") {
document.write('<a href="http://www.cannedswank.com/Purchase/fotoplayer_out/index.html">');
document.write('<img src="../../html/top10/picts/04.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br><br><br>');
}

document.write('CannedSwank Man');
document.write('<br>');

   if (showimage5 == "yes") {
document.write('<a href="http://www.cannedswank.com/Purchase/fotoplayer_out/index.html">');
document.write('<img src="../../html/top10/picts/martini.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br><br>');
}


//document.write('Nutcracker');
//document.write('<br><br>');

//   if (showimage5 == "yes") {
//document.write('<a href="Purchase/fotoplayer_out/index.html">');
//document.write('<img src="html/top10/picts/05.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
//document.write('</a><br>');
//}




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

document.write('<img src="../../cart_picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->
