		toc1an = new Image(69, 40); // picture size
toc1an.src = "./images/menu/o_nas_mouse_on.gif"; // URL of picture for mous on it
		toc2an = new Image(85, 40);
toc2an.src = "./images/menu/sortiment_mouse_on.gif";
              toc3an = new Image(130, 40);
toc3an.src = "./images/menu/predajne_miesta_mouse_on.gif"; 
              toc4an = new Image(80, 40);
toc4an.src = "./images/menu/kontakt_mouse_on.gif";
                    
		toc10an = new Image(68, 70); // picture size
toc10an.src = "./images/menu_partneri/logo_mam.jpg"; // URL of picture for mous on it
		toc20an = new Image(160, 70);
toc20an.src = "./images/menu_partneri/logo_essence.jpg";
              toc30an = new Image(113, 70);
toc30an.src = "./images/menu_partneri/logo_sebamed.jpg"; 
              toc40an = new Image(103, 69);
toc40an.src = "./images/menu_partneri/scheller_mouse_on.gif";
		toc50an = new Image(72, 69); // picture size
toc50an.src = "./images/menu_partneri/manhattan_mouse_on.gif"; // URL of picture for mous on it
		toc60an = new Image(200, 70);
toc60an.src = "./images/menu_partneri/logo_salvequick.jpg";

         
      		toc1aus = new Image(69, 40); // picture size	
          	toc1aus.src = "./images/menu/o_nas_mouse_off.gif"; // URL of picture for mouse not on it
      		toc2aus = new Image(85, 40);	
          	toc2aus.src = "./images/menu/sortiment_mouse_off.gif";
      		toc3aus = new Image(130, 40);
          	toc3aus.src = "./images/menu/predajne_miesta_mouse_off.gif";
      		toc4aus = new Image(80, 40);
          	toc4aus.src = "./images/menu/kontakt_mouse_off.gif";

      		toc10aus = new Image(68, 70); // picture size	
          	toc10aus.src = "./images/menu_partneri/logo_mam_bw.jpg"; // URL of picture for mouse not on it
      		toc20aus = new Image(160, 70);	
          	toc20aus.src = "./images/menu_partneri/logo_essence_bw.jpg";
      		toc30aus = new Image(113,70);
          	toc30aus.src = "./images/menu_partneri/logo_sebamed_bw.jpg";
      		toc40aus = new Image(103, 69);
          	toc40aus.src = "./images/menu_partneri/scheller_mouse_off.gif";       
      		toc50aus = new Image(72, 69);
          	toc50aus.src = "./images/menu_partneri/manhattan_mouse_off.gif";
      		toc60aus = new Image(200, 70);
          	toc60aus.src = "./images/menu_partneri/logo_salvequick_bw.jpg";    
			        
function img_act(imgName) {
	imgOn = eval(imgName + "an.src");
      			document [imgName].src = imgOn;
}
function img_inact(imgName) {
	imgOff = eval(imgName + "aus.src");
	document [imgName].src = imgOff;
}
