if(navigator.appVersion.charAt(0) >= 3) {
var img = new Array();

img[1] = new Image();  img[1].src="../img/top.gif"; 
img[2] = new Image();  img[2].src="../img/top_on.gif"; 
img[3] = new Image();  img[3].src="../img/concept.gif"; 
img[4] = new Image();  img[4].src="../img/concept_on.gif"; 
img[5] = new Image();  img[5].src="../img/menu.gif"; 
img[6] = new Image();  img[6].src="../img/menu_on.gif"; 
img[7] = new Image();  img[7].src="../img/ganga.gif"; 
img[8] = new Image();  img[8].src="../img/ganga_on.gif"; 
img[9] = new Image();  img[9].src="../img/zakka.gif"; 
img[10] = new Image();  img[10].src="../img/zakka_on.gif"; 
img[11] = new Image();  img[11].src="../img/yoga.gif"; 
img[12] = new Image();  img[12].src="../img/yoga_on.gif"; 
img[13] = new Image();  img[13].src="../img/event.gif"; 
img[14] = new Image();  img[14].src="../img/event_on.gif"; 
img[15] = new Image();  img[15].src="../img/contact.gif"; 
img[16] = new Image();  img[16].src="../img/contact_on.gif"; 
img[17] = new Image();  img[17].src="../img/access.gif"; 
img[18] = new Image();  img[18].src="../img/access_on.gif"; 




}
function change_image(nam,num) {
  if(navigator.appVersion.charAt(0) >= 3) {
    document.images[nam].src = img[num].src;
  }
}