function jumplink(acs) {
loc=document.acsform.acslist.options
    [document.acsform.acslist.selectedIndex].value;
location.href = loc
}


function crcdropprice(crc) {
loc=document.crcform.crclist.options
    [document.crcform.crclist.selectedIndex].value;
location.href = loc
}