<!--
// JavaScript Document

function showBottle(gpCode)
{
	eval("document.images.bottleshot.src = '" + smBottle + gpCode + ".jpg'");
}

function hideBottle()
{
	eval("document.images.bottleshot.src = '" + siteRoot + "img/spacer.gif'");
}

// TODO: convert to Prototype
function clearText(obj)
{
	if (obj != null && obj != undefined && obj.value == 'SEARCH HERE')
	{
		obj.value = '';
	}
}


// formerly MM_jumpMenu() and was generated by Dreamweaver
//
// TODO: convert to Prototype
function jumpMenu(targ, selObj, restore)
{
	eval(targ + ".location='" + selObj.options[selObj.selectedIndex].value + "'");

	if (restore)
	{
		selObj.selectedIndex = 0;
	}
}

//-->

