<!-- Begin

// 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 THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





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

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('<a href="/pdf docs/Tent packages 2009.pdf">Tent Packages</a><br></legend>');

document.write('Are you looking for information to get your graduation party or backyard party moving forward?  We have taken some of the most requested items and put them together in a package for you!  All you need to do is pick the color linens you need or accessorize the package with other items for your specific needs!<br> <a href="quotes.htm">Contact us if you need some help!</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1






// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('<a href="ProductLinen.htm">Linens with Flair!</a><br></legend>');

document.write('Are you looking to dress up your event with linens? We have linens that can suit any occasion. We carry a wide selection of table linen colors and sizes, as well as linen accessories such as napkins, chair ties and more!.<br> <a href="quotes.htm">Contact us...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="Products.htm"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}








// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('<a href="decor.htm">Décor Services</a></legend>');

document.write('We can help you handle all your professional event décor needs. No matter what type of theme or look you are trying to achieve, we are able provide custom event furnishings such as grand entrance façades, room or tent liners, chandeliers, and other event décor accessories.<br><a href="quotes.htm">Contact us...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3









// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('Driving Directions<br></legend>');
document.write('Need some help finding us?<br>');
document.write('<br>');
document.write('<a href="http://maps.yahoo.com/maps_result?addr=5300+W.+35th+St.&%20%20%20%20%20%20%20%20csz=St.+Louis+Park%2C+MN+55416&country=us&new=1&name=&%20%20%20%20%20%20%20%20qty=/" target="_blank"><img src="picts/map.jpg" border="0" class="borders"><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4



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


// -- END -->