Hide new quote button on opportunity

SOLVED

Hi

is there any way i can hide the 'new' button on the quotes tab on the opportunity (based on a value on the oppo record)?

ive tried various things but doesnt seem to work, this is what ive tried:

<script>
crm.ready(function () {
if (oppo_stage=="BC") {
crm.hideButton("newquotes.gif");
}
})
</script>