var bo = new Array();
bo[0] = new Image(); bo[0].src = "/pimages/200010905/btn_home!.gif";
bo[1] = new Image(); bo[1].src = "/pimages/200010905/btn_products!.gif";
bo[2] = new Image(); bo[2].src = "/pimages/200010905/btn_contact!.gif";
bo[3] = new Image(); bo[3].src = "/pimages/200010905/btn_customers!.gif";
var bn = new Array();
bn[0] = new Image(); bn[0].src = "/pimages/200010905/btn_home.gif";
bn[1] = new Image(); bn[1].src = "/pimages/200010905/btn_products.gif";
bn[2] = new Image(); bn[2].src = "/pimages/200010905/btn_contact.gif";
bn[3] = new Image(); bn[3].src = "/pimages/200010905/btn_customers.gif";

function Bip(idx)
{
  window.document.images["b"+idx].src = bo[idx].src;
}

function Bop(idx)
{
  window.document.images["b"+idx].src = bn[idx].src;
}

