<!-- Begin

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

// MESSAGE IN A BOTTLE MENU LINKS



var topspacing		= "15"		// NUDGE PRODUCTS MENU DOWN
var bottomspacing	= "20"		// SPACING UNDER PRODUCT MENU


document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="10"><br>');
document.write('&nbsp;');


document.write('<img src="picts/blinkingstar.gif" height="6" width="6"> Deluxe Styled Bottles:');
document.write('&nbsp;|&nbsp;');


document.write('<a href="deluxe_bottles1.htm">Page 1</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="deluxe_bottles2.htm">Page 2</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="deluxe_bottles3.htm">Page 3</a><br><br>');
document.write('&nbsp;&nbsp;');



// NEXT LINE OF LINKS OR INSTRUCTIONS DOWN

document.write('<img src="picts/blinkingstar.gif" height="6" width="6"> Original Styled Bottles:');
document.write('&nbsp;|&nbsp;');


document.write('<a href="original_bottles1.htm">Page 1</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="original_bottles2.htm">Page 2</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="original_bottles3.htm">Page 3</a><br><br>');
document.write('&nbsp;&nbsp;');



// NEXT LINE OF LINKS OR INSTRUCTIONS DOWN

document.write('<img src="picts/blinkingstar.gif" height="6" width="6"> Economical Styled Bottles:');
document.write('&nbsp;|&nbsp;');


document.write('<a href="economical_bottles1.htm">Page 1</a>');
document.write('&nbsp;|&nbsp;');


//document.write('<a href="economical_bottles2.htm">Page 2</a>');
//document.write('&nbsp;|&nbsp;');


//document.write('<a href="economical_bottles3.htm">Page 3</a><br><br>');
//document.write('&nbsp;|&nbsp;');



// SLIDESHOW LINK

//document.write('<a href="slideshow.htm">Slideshow</a>');
//document.write('&nbsp;|&nbsp;');





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

// END -->