function pbV(o) {
 o.style.color=orange;
}
function pbO(o) {
 o.style.color=white;
}
function gc(n) {
 var s = n + "=";
 var c = document.cookie;
 if (c.length > 0)
  return c.indexOf(s);
 return -1;
}
function bil() {
 if (gc('basketID')==-1)
  document.images["b"].src='/i/boffe.gif';
 else
  document.images["b"].src='/i/bofff.gif';    
}
function biv(n) {
 if (gc('basketID')==-1)
  document.images["b"].src='/i/bone.gif';
 else
  document.images["b"].src='/i/bonf.gif';    
}
function bio(n) {
 if (gc('basketID')==-1)
  document.images["b"].src='/i/boffe.gif';
 else
  document.images["b"].src='/i/bofff.gif';    
}

