// JavaScript Document
function updatePrice(oThis)
{
	oThis.nextSibling.value = oThis.options[oThis.options.selectedIndex].getAttribute("price")
}