function selChange()
{
cCol=document.store.slt_colour.selectedIndex;
document.store.ADDITIONALINFO.value=document.store.slt_colour.options[cCol].value;
document.store.ADDITIONALINFO5.value=document.store.NAME.value + " " + "(Color: " + document.store.slt_colour.options[cCol].value + ")";

}

function golink()
{
document.location.href="../managecart.html";
}

