<!-- Begin POP-UP SIZES AND OPTIONS CODE

// 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 TEXT PARAGRAPH
var boxwidth		= "150"		// WIDTH OF THE TEXT BOX
var showimage		= "yes"		// SHOW A SMALL SIDEBAR IMAGE
var linked		= "#"	// SIDEBAR IMAGE LINK
var sidewidth		= "161"		// WIDTH OF THE LEFT SIDEBAR
var pageheight		= "10"		// ADJUST OVERALL PAGE HEIGHT
var nudge		= "12"		// NUDGE SIDEBAR DOWN


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

document.write('<div id="sidebar" class="menu-layer">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+sidewidth+'">');
document.write('<tr><td align="center">');
document.write('<img src="http://www.self-esteem-nase.org/picts/spacer.gif" height="'+nudge+'" width="5"><br>');




// START SIDEBAR TEXT - EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<TABLE cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('Self Esteem:</a><br>');

document.write('</td></tr><tr><td class="sidetext">');

// START NOTE TEXT AREA - EDIT THE NEXT LINE


document.write('<BR><li><a href=http://www.self-esteem-nase.org/products.php>Books and Products</a></li>');
document.write('<li><a href=http://www.self-esteem-nase.org/more-products.php>Additional Products</a></li>');
document.write('<li><a href=http://www.self-esteem-nase.org/what.php>What is Self Esteem</a></li>');
document.write('<li><a href=http://www.self-esteem-nase.org/quotes.php>Quotes</a></li>');
document.write('<li><a href=http://www.self-esteem-nase.org/links.php>Links</a></li>');
document.write('<li><a href=http://www.self-esteem-nase.org/faq.php>FAQ</a></li><BR>');

// SIDEBAR LINK

document.write('<a href="http://www.self-esteem-nase.org/selfesteem.php"><img src="http://www.self-esteem-nase.org/picts/more-off.jpg" vspace="6" border="0" onmouseover="this.src=\'http://www.self-esteem-nase.org/picts/more-on.jpg\'" onmouseout="this.src=\'http://www.self-esteem-nase.org//picts/more-off.jpg\'"></a><br>');

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







// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<br>');
document.write('<a href="'+linked+'"><IMG SRC="/picts/index1.jpg" border="0" width="148" class="bordersSB"></a><br>');

}






document.write('</td></tr></table>');
document.write('</div>');
document.write('<br>');
document.write('<div id="sidebar-spacer">');
document.write('<img src="http://www.self-esteem-nase.org/picts/spacer.gif" height="'+pageheight+'" width="'+sidewidth+'"><br>');
document.write('</div>');




//  End -->
