function change(img, ref) {
       document.images[img].src = ref;
   }
{
a1=new Image; a1.src="img/m_home_on.gif";
a2=new Image; a2.src="img/m_price_on.gif";
a3=new Image; a3.src="img/m_order_on.gif";
a4=new Image; a4.src="img/m_buy_on.gif";
a5=new Image; a5.src="img/m_contacts_on.gif";
}

