<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var transparent		= "40"		// MENU TOP TRANSPARENCY
var showimage 		= "yes" 	// SHOW THE SMALL IMAGE ON THE MENU
var imaglink		= "contact.htm"	// SMALL IMAGE PAGE LINK
var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "106"		// DATE Y LOCATION


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<DIV id="menutop" style="width : 150px; filter:alpha(opacity='+transparent+');">');
document.write('<img src="menu1.gif" width="150" height="78"></a><br>');
document.write('</DIV>');
document.write('<img src="menu2.gif" width="168" height="52"></a><br>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="calendar.htm" class="menu">Event Calendar</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="banquet.htm" class="menu">Private Parties</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="direct.htm" class="menu">Directions</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="photo.htm" class="menu">Photo Gallery</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="order.htm" class="menu">Our Wines</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="history.htm" class="menu">History</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="recipes.htm" class="menu">Recipes</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm" class="menu">In the News</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="newslet.htm" class="menu">Newsletter</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Useful Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="mailto:info@ravissantwinery.com" class="menu">Contact Us</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td>');

   if (showimage == "yes") {
document.write('<a href="'+imaglink+'"><img src="image.jpg" border="0"></a><br>');
}

document.write('<img src="spacer.gif" width="150" height="1"></a><br>');



document.write('</td></tr></table></DIV>');




// COPYRIGHT 2004 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

