<!-- 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		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH - Nick
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showlinks		= "no"		// SHOW GALLERY LINKS - Nick
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "150"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


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




// 1ST NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">For Contact:</span></legend>');

document.write('Silky Smooth Waxing Studio<br>226 N. Washington St.<br>Suite # 2<br>Naperville IL 60540<br>Phone: (630) 687-1130<br>Fax: (866) 705-0269<p><b>Business hours:</b><br>Mon, Wed, Thu - 10am-8pm<br>Sat - 10am-5pm<p>');
document.write('<a href="contact_us_form.htm" class="sidelink"><b>Request an appointment</b></a><br>');

document.write('<a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Silky+Smooth+Waxing+Studio&sll=37.0625,-95.677068&sspn=35.219929,93.076172&ie=UTF8&hq=Silky+Smooth+Waxing+Studio&hnear=&ll=41.80459,-88.14743&spn=0.129496,0.363579&z=12&iwloc=A&cid=17583469649309306163" target="_blank" class="sidelink"><b>Directions</b></a><br>');

document.write('<a href="picts/map-large.gif" target="_blank" class="sidelink"><b>Printable Map</b></a><br>');

document.write('<a href="http://www.facebook.com/people/Zdravka-Simova/1456779980" target="_blank" class="sidelink"><b>Follow us on Facebook</b></a>');


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

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

// END FIRST NOTES AREA







// GALLERY LINKS


   if (showlinks == "yes") {
document.write('<span class="linkfont">');

document.write('<a href="gallery1.htm" class="sidelink">Gallery One</a><br>');
document.write('<a href="gallery2.htm" class="sidelink">Gallery Two</a><br>');
document.write('<a href="slideshow.htm" class="sidelink">Slide Show</a><br>');

document.write('</span>');
}











// IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="borders">');
document.write('<IMG SRC="picts/sidebar.jpg" border="0"><br>');
document.write('</td></tr></table><br>');
}






// 2ND NOTES AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Optional Notes:</span></legend>');

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

document.write('<a href="about.htm" class="sidelink">Click for more...</a>');

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

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





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



//  End -->