function changeColour(aName, aSrc) {
	document.detailForm[aName].src = aSrc;
}
function openPriceList() {
   window.open('PriceList.html', 'a', 'width=500 height=500');
}