
gallery_1 = new Image(); gallery_1.src = "../img_c/menu_gallery01.gif";
gallery_2 = new Image(); gallery_2.src = "../img_c/menu_gallery02.gif";
report_1 = new Image(); report_1.src = "../img_c/menu_report01.gif";
report_2 = new Image(); report_2.src = "../img_c/menu_report02.gif";
works_1 = new Image(); works_1.src = "../img_c/menu_works01.gif";
works_2 = new Image(); works_2.src = "../img_c/menu_works02.gif";
works_1 = new Image(); works_1.src = "../img_c/menu_works01.gif";
works_2 = new Image(); works_2.src = "../img_c/menu_works02.gif";
profile_1 = new Image(); profile_1.src = "../img_c/menu_profile01.gif";
profile_2 = new Image(); profile_2.src = "../img_c/menu_profile02.gif";
news_1 = new Image(); news_1.src = "../img_c/menu_news01.gif";
news_2 = new Image(); news_2.src = "../img_c/menu_news02.gif";
about_1 = new Image(); about_1.src = "../img_c/menu_about01.gif";
about_2 = new Image(); about_2.src = "../img_c/menu_about02.gif";

english_1 = new Image(); english_1.src = "img/btn_english_1.gif";
english_2 = new Image(); english_2.src = "img/btn_english_2.gif";

ghana_1 = new Image(); ghana_1.src = "img/img_ghana.gif";
ghana_2 = new Image(); ghana_2.src = "img/txt_ghana.gif";
afghanistan_1 = new Image(); afghanistan_1.src = "img/img_afghanistan.gif";
afghanistan_2 = new Image(); afghanistan_2.src = "img/txt_afghanistan.gif";
gures_1 = new Image(); gures_1.src = "img/img_gures.gif";
gures_2 = new Image(); gures_2.src = "img/txt_gures.gif";
intoherself_1 = new Image(); intoherself_1.src = "img/img_intoherself.gif";
intoherself_2 = new Image(); intoherself_2.src = "img/txt_intoherself.gif";
morocco_1 = new Image(); morocco_1.src = "img/img_morocco.gif";
morocco_2 = new Image(); morocco_2.src = "img/txt_morocco.gif";
rebirth_1 = new Image(); rebirth_1.src = "img/img_rebirth.gif";
rebirth_2 = new Image(); rebirth_2.src = "img/txt_rebirth.gif";
srilanka_1 = new Image(); srilanka_1.src = "img/img_srilanka.gif";
srilanka_2 = new Image(); srilanka_2.src = "img/txt_srilanka.gif";
tokyo_1 = new Image(); tokyo_1.src = "img/img_tokyo.gif";
tokyo_2 = new Image(); tokyo_2.src = "img/txt_tokyo.gif";
turkey_1 = new Image(); turkey_1.src = "img/img_turkey.gif";
turkey_2 = new Image(); turkey_2.src = "img/txt_turkey.gif";
undertheveil_1 = new Image(); undertheveil_1.src = "img/img_undertheveil.gif";
undertheveil_2 = new Image(); undertheveil_2.src = "img/txt_undertheveil.gif";
indonesia_1 = new Image(); indonesia_1.src = "img/img_indonesia.gif";
indonesia_2 = new Image(); indonesia_2.src = "img/txt_indonesia.gif";
xinjiang_1 = new Image(); xinjiang_1.src = "img/img_xinjiang.gif";
xinjiang_2 = new Image(); xinjiang_2.src = "img/txt_xinjiang.gif";
women_1 = new Image(); women_1.src = "img/img_women.gif";
women_2 = new Image(); women_2.src = "img/txt_women.gif";
pakistan_1 = new Image(); pakistan_1.src = "img/img_pakistan.gif";
pakistan_2 = new Image(); pakistan_2.src = "img/txt_pakistan.gif";
china_1 = new Image(); china_1.src = "img/img_china.gif";
china_2 = new Image(); china_2.src = "img/txt_china.gif";



function imgOn(imgName) {
document[imgName].src = eval(imgName + "_2.src");
}
function imgOff(imgName) {
document[imgName].src = eval(imgName + "_1.src");
}