<!-- Begin

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


// LEFT SIDEBAR FILE


var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "products@myyarnboutique.com"	// EDIT WITH YOUR PAYPAL E-MAIL

var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "15"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "no"		// SHOW 1ST LINKED IMAGE
var showimage2		= "no"		// 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('Services and News<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="3" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');





// START SIDEBAR TEXT TO EDIT





// START SIDEBAR TEXT TO EDIT

//STORE HRS
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="store-hours.htm">Store Hours</a><br>');




//Breaking News
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="news.htm">Breaking News</a><br>');




//YB Staff
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="yb-staff.htm">YB Staff</a><br>');





//CLASSES
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="classes.htm">Classes</a><br>');



//Services We Provide
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');

document.write('<a href="services.htm">Services We Provide</a><br>');



//TIPS
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


document.write('<a href="tips.htm">Tip of the Month</a><br>');


//LINKS
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


document.write('<a href="links.htm">Interesting Links</a><br>');



//STORE PHOTOS
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


document.write('<a href="ybpics/ybpics.html">Store Photos</a><br>');


//Testimonials
document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


document.write('<a href="testimonials.htm">Testimonials</a><br>');




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




   if (paypal == "yes") {
document.write('<br>');
document.write('<a href="https://www.paypal.com/cart/business='+paypalemail+'&display=1" target="paypal"><img src="picts/cart-view-off.gif" border="0" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"></a>');
document.write('<br><br>');
}




// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="picts/sidebar-1.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}



// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="picts/sidebar-2.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="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->