my_path = "http://www.steuerberaterin-hamburg.de";

if(document.images )
{
			
	<!-- ## Main Menu ## -->
	ro_menu_1p = new Image(90,17);
    ro_menu_1p.src =  my_path+"/images/nav_01_p.gif";
    ro_menu_1a = new Image(90,17);
    ro_menu_1a.src =  my_path+"/images/nav_01_a.gif";
					
	ro_menu_2p = new Image(70,17);
    ro_menu_2p.src =  my_path+"/images/nav_02_p.gif";
    ro_menu_2a = new Image(70,17);
    ro_menu_2a.src =  my_path+"/images/nav_02_a.gif";
					
	ro_menu_3p = new Image(85,17);
    ro_menu_3p.src =  my_path+"/images/nav_03_p.gif";
    ro_menu_3a = new Image(85,17);
    ro_menu_3a.src =  my_path+"/images/nav_03_a.gif";
			
	ro_menu_4_1p = new Image(65,17);
    ro_menu_4_1p.src =  my_path+"/images/nav_04_1_p.gif";
    ro_menu_4_1a = new Image(65,17);
	ro_menu_4_1a.src =  my_path+"/images/nav_04_1_a.gif";
	
	ro_menu_4_2p = new Image(103,17);
    ro_menu_4_2p.src =  my_path+"/images/nav_04_2_p.gif";
    ro_menu_4_2a = new Image(103,17);
	ro_menu_4_2a.src =  my_path+"/images/nav_04_2_a.gif";
	
	ro_menu_5_1p = new Image(65,17);
    ro_menu_5_1p.src =  my_path+"/images/nav_05_1_p.gif";
    ro_menu_5_1a = new Image(65,17);
	ro_menu_5_1a.src =  my_path+"/images/nav_05_1_a.gif";
	
	ro_menu_5_2p = new Image(60,17);
    ro_menu_5_2p.src =  my_path+"/images/nav_05_2_p.gif";
    ro_menu_5_2a = new Image(60,17);
	ro_menu_5_2a.src =  my_path+"/images/nav_05_2_a.gif";
	
	<!-- Bottom Menu -->
	ro_bottom_1p = new Image(70,17);
    ro_bottom_1p.src =  my_path+"/images/nav_foot_01_p.gif";
    ro_bottom_1a = new Image(70,17);
    ro_bottom_1a.src =  my_path+"/images/nav_foot_01_a.gif";
					
	ro_bottom_2p = new Image(80,17);
    ro_bottom_2p.src =  my_path+"/images/nav_foot_02_p.gif";
    ro_bottom_2a = new Image(80,17);
    ro_bottom_2a.src =  my_path+"/images/nav_foot_02_a.gif";
					
	ro_bottom_3p = new Image(80,17);
    ro_bottom_3p.src =  my_path+"/images/nav_foot_03_p.gif";
    ro_bottom_3a = new Image(80,17);
    ro_bottom_3a.src =  my_path+"/images/nav_foot_03_a.gif";
	
	<!-- Functions -->
	ro_hp_email_p = new Image(137,13);
    ro_hp_email_p.src =  my_path+"/images/hp_email_p.gif";
    ro_hp_email_a = new Image(137,13);
    ro_hp_email_a.src =  my_path+"/images/hp_email_a.gif";
	
	ro_home_p = new Image(55,64);
    ro_home_p.src =  my_path+"/images/btn_home_p.gif";
    ro_home_a = new Image(55,64);
    ro_home_a.src =  my_path+"/images/btn_home_a.gif";
					
	ro_email_p = new Image(55,64);
    ro_email_p.src =  my_path+"/images/btn_email_p.gif";
    ro_email_a = new Image(55,64);
    ro_email_a.src =  my_path+"/images/btn_email_a.gif";
	
	ro_email_txt_p = new Image(133,14);
    ro_email_txt_p.src =  my_path+"/images/btn_email_small.gif";
    ro_email_txt_a = new Image(133,14);
    ro_email_txt_a.src =  my_path+"/images/btn_email_small_a.gif";
						          		           		   
}
			   
function chkVerSimple(imagename00,objectsrc00){
	document.images[imagename00].src=eval(objectsrc00 + ".src");
}