<!-- Begin

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF  stc

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 2ND PARAGRAPH
var links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP

document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');

// FIRST IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/sidebar-1.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:center; width:143px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Worldwide Wines</span></legend>');
document.write('80 Defco Park Road ');
document.write('<br>');
document.write('North Haven, CT 06473');
document.write('<br>');
document.write('Order Dept: (800) 922-6525');
document.write('<br>');
document.write('<a href="profile.aspx"> Company Profile</a>');
document.write('<br>');
document.write('<a href="about.aspx"> About Worldwide</a>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END FIRST TEXT AREA
// SECOND IMAGE AREA

   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START second TEXT AREA

if (showarea_2 == "yes") {
document.write('<fieldset style=" text-align:center; width:143px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Cognos Access</span></legend>');

document.write(' ');

document.write('<a href="http://cognos.brescomebarton.com/cognos/"> Cognos7 Login...</a>');
document.write('<br>');
document.write('<a href="http://cognos8.brescomebarton.com/cognos8/"> Cognos8 Login...</a>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END second TEXT AREA

// third IMAGE AREA
   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/goodfilmstrip.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START Third TEXT AREA  document.write('<a href="video.htm">The Biodynamic Man</a>');
// document.write('<br>');
// document.write('<a href="media/WildRockUSPresso6.exe">Introducing...Wild Rock</a>');
    if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:center; width:143px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Media Gallery</span></legend>');
document.write('<a href="media.aspx"> Media Gallery</a>');
document.write(' ');

document.write('</fieldset>');
document.write('<br><br>');
}

// END third TEXT AREA

// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:center; width:143px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');

document.write('<a href="about.aspx"></a><br>');

document.write('<a href="about.aspx"></a><br>');

document.write('<a href="http://www.worldwidewines.com" target="_blank"> Link</a><br>');

document.write('<a href="http://www.worldwidewines.com" target="_blank"> Link</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}
// SAMPLE LINKS AREA

document.write('</td></tr></table>');
//  End -->