// JavaScript File for site maerchenbrunnen-berlin.de

function preloadImages() {
	if (document.images) {
        // normal text
		menimg_out_01 = new Image(); menimg_out_01.src="icons/texts_menus_r_01_c_01.gif";
		menimg_out_02 = new Image(); menimg_out_02.src="icons/texts_menus_r_01_c_02.gif";
		menimg_out_03 = new Image(); menimg_out_03.src="icons/texts_menus_r_01_c_03.gif";
		menimg_out_04 = new Image(); menimg_out_04.src="icons/texts_menus_r_01_c_04.gif";
		menimg_out_05 = new Image(); menimg_out_05.src="icons/texts_menus_r_01_c_05.gif";
		menimg_out_06 = new Image(); menimg_out_06.src="icons/texts_menus_r_01_c_06.gif";
        // highlighted text
		menimg_ovr_01 = new Image(); menimg_ovr_01.src="icons/texts_menus_r_03_c_01.gif";
		menimg_ovr_02 = new Image(); menimg_ovr_02.src="icons/texts_menus_r_03_c_02.gif";
		menimg_ovr_03 = new Image(); menimg_ovr_03.src="icons/texts_menus_r_03_c_03.gif";
		menimg_ovr_04 = new Image(); menimg_ovr_04.src="icons/texts_menus_r_03_c_04.gif";
		menimg_ovr_05 = new Image(); menimg_ovr_05.src="icons/texts_menus_r_03_c_05.gif";
		menimg_ovr_06 = new Image(); menimg_ovr_06.src="icons/texts_menus_r_03_c_06.gif";
	}
}

function movr(k) {
 if (document.images) 
  eval('document.menimg_0'+k+'.src=menimg_ovr_0'+k+'.src');
}

function mout(k) {
 if (document.images) 
  eval('document.menimg_0'+k+'.src=menimg_out_0'+k+'.src');
}

// end of file
