///preloadif (document.images) {h0 = new Image();h0.src = root + "images/h_welcome.gif"h1 = new Image();h1.src = root + "images/h_menus.gif"h2 = new Image();h2.src = root + "images/h_wine.gif"h3 = new Image();h3.src = root + "images/h_events.gif"h4 = new Image();h4.src = root + "images/h_contact.gif"h5 = new Image();h5.src = root + "images/h_views.gif"}/////TABSfunction doTab(index) {	el = document.getElementById("tabCont");	var tabs = el.childNodes.length;	if (isMac) {tabs = tabs - 3;}		  for (var i = 1; i <= tabs; i++)   {	    if (i == index)  {			showBlock('tab'+i+'txt','block');			swapClass('tab'+i,'tabon')	    }	    else  {			showBlock('tab'+i+'txt','');			swapClass('tab'+i,'tab')	    }	}}function doHead(id) {parent.swapImg('head','h'+ id)}function doView() {var w = getwindowWidth();var h = getwindowHeight();var leftPos = (w - 280) / 2 ;var topPos = (h - 300) / 2;var URL = root + "errata/viewer.htm";popUp(URL,280,300,'top='+topPos+',left='+leftPos+',scrollbars=0')}function doReserve() {var URL = "http://opentable.com/single.aspx?rid=4553&amp;restref=4553";popUp(URL,800,350, 'scrollbars=1')}