if (document.getElementById('DOC_SUBMIT')&&document.getElementById('DOC_SUBMIT').value=="Add to Your Order") document.getElementById('DOC_SUBMIT').value="Add to Cart";

if (document.cart) {
var a=document.getElementsByTagName('a');
for (i=0;i<a.length;i++) {
if (a[i].firstChild&&a[i].firstChild.data&&(a[i].firstChild.data=="adding to this order"||a[i].firstChild.data=="Add to This Order")) {
a[i].style.fontWeight="bold";
a[i].style.fontSize="16px";
}
}

}
