
/* Javascript für Bildaustausch */

function btn_on(picname,picobj,text) {
    window.status = text;
    picname.src = picobj.src;
}

function btn_out(picname,picobj) {
    picname.src = picobj.src;
    window.status = '';
}

/* Def. für Buttons auf "Home"/index.html extra, da anderer Pfad */

h_head_home_o = new Image(); h_head_home_o.src = "russian-visa/style/gfx/head_home_o.gif";
h_head_home_n = new Image(); h_head_home_n.src = "russian-visa/style/gfx/head_home_n.gif";

h_head_info_o = new Image(); h_head_info_o.src = "russian-visa/style/gfx/head_info_o.gif";
h_head_info_n = new Image(); h_head_info_n.src = "russian-visa/style/gfx/head_info_n.gif";

h_head_appl_o = new Image(); h_head_appl_o.src = "russian-visa/style/gfx/head_appl_o.gif";
h_head_appl_n = new Image(); h_head_appl_n.src = "russian-visa/style/gfx/head_appl_n.gif";

h_head_reg_o = new Image(); h_head_reg_o.src = "russian-visa/style/gfx/head_reg_o.gif";
h_head_reg_n = new Image(); h_head_reg_n.src = "russian-visa/style/gfx/head_reg_n.gif";

h_head_contact_o = new Image(); h_head_contact_o.src = "russian-visa/style/gfx/head_contact_o.gif";
h_head_contact_n = new Image(); h_head_contact_n.src = "russian-visa/style/gfx/head_contact_n.gif";


head_home_o = new Image(); head_home_o.src = "../../style/gfx/head_home_o.gif";
head_home_n = new Image(); head_home_n.src = "../../style/gfx/head_home_n.gif";

head_info_o = new Image(); head_info_o.src = "../../style/gfx/head_info_o.gif";
head_info_n = new Image(); head_info_n.src = "../../style/gfx/head_info_n.gif";

head_appl_o = new Image(); head_appl_o.src = "../../style/gfx/head_appl_o.gif";
head_appl_n = new Image(); head_appl_n.src = "../../style/gfx/head_appl_n.gif";

head_reg_o = new Image(); head_reg_o.src = "../../style/gfx/head_reg_o.gif";
head_reg_n = new Image(); head_reg_n.src = "../../style/gfx/head_reg_n.gif";

head_contact_o = new Image(); head_contact_o.src = "../../style/gfx/head_contact_o.gif";
head_contact_n = new Image(); head_contact_n.src = "../../style/gfx/head_contact_n.gif";