my_path = "/";

if(document.images )
{	
	// MAIN MENU
	
    ro_mm_1p = new Image(194,42);
    ro_mm_1p.src =  my_path+"images/mm_film_passive.gif";
    ro_mm_1a = new Image(194,42);
    ro_mm_1a.src =  my_path+"images/mm_film_active.gif";
    
    ro_mm_blau_1p = new Image(194,42);
    ro_mm_blau_1p.src =  my_path+"images/mm_film_farbe_passive.gif";
    ro_mm_blau_1a = new Image(194,42);
    ro_mm_blau_1a.src =  my_path+"images/mm_film_farbe_active.gif";
    
    ro_mm_4p = new Image(194,42);
    ro_mm_4p.src =  my_path+"images/mm_berlin_passive.gif";
    ro_mm_4a = new Image(194,42);
    ro_mm_4a.src =  my_path+"images/mm_berlin_active.gif";
    
    ro_mm_5p = new Image(194,42);
    ro_mm_5p.src =  my_path+"images/mm_vincentino_passive.gif";
    ro_mm_5a = new Image(194,42);
    ro_mm_5a.src =  my_path+"images/mm_vincentino_active.gif";
    
    ro_mm_farbe_5p = new Image(194,42);
    ro_mm_farbe_5p.src =  my_path+"images/mm_vincentino_farbe_passive.gif";
    ro_mm_farbe_5a = new Image(194,42);
    ro_mm_farbe_5a.src =  my_path+"images/mm_vincentino_farbe_active.gif";
    
    // STATIC MENU (TOP)
    
    ro_stm_1p = new Image(194,14);
    ro_stm_1p.src =  my_path+"images/stm_start_passive.gif";
    ro_stm_1a = new Image(194,14);
    ro_stm_1a.src =  my_path+"images/stm_start_active.gif";
	    
    ro_stm_2p = new Image(194,14);
    ro_stm_2p.src =  my_path+"images/stm_hier_passive.gif";
    ro_stm_2a = new Image(194,14);
    ro_stm_2a.src =  my_path+"images/stm_hier_active.gif";
    
    ro_stm_3p = new Image(194,14);
    ro_stm_3p.src =  my_path+"images/stm_hftgsaussch_passive.gif";
    ro_stm_3a = new Image(194,14);
    ro_stm_3a.src =  my_path+"images/stm_hftgsaussch_active.gif";
    
    ro_stm_4p = new Image(194,14);
    ro_stm_4p.src =  my_path+"images/stm_imprint_passive.gif";
    ro_stm_4a = new Image(194,14);
    ro_stm_4a.src =  my_path+"images/stm_imprint_active.gif"; 
    
    ro_stm_5p = new Image(194,14);
    ro_stm_5p.src =  my_path+"images/stm_webdesign_passive.gif";
    ro_stm_5a = new Image(194,14);
    ro_stm_5a.src =  my_path+"images/stm_webdesign_active.gif";  
    
    
    ro_vincentino_p = new Image(126,16);
    ro_vincentino_p.src = my_path+"images/button_vincentino_p.gif";
    ro_vincentino_a = new Image(126,16);
    ro_vincentino_a.src = my_path+"images/button_vincentino_a.gif";
}

function chkVer(imagename00,objectsrc00){
  	document.images[imagename00].src=eval(objectsrc00 + ".src");
}
