profil_reiter_update_art="profil";


function profil_reiter_update(art){


var alt_div4=document.getElementById('profil_reiter_' + profil_reiter_update_art + '4');
alt_div4.style.fontWeight='normal';
alt_div4.style.cursor='pointer';
alt_div4.style.backgroundColor='#E5E5E5';
var alt_div1=document.getElementById('profil_reiter_' + profil_reiter_update_art + '1');
alt_div1.style.backgroundPosition='-224px 0';
var alt_div2=document.getElementById('profil_reiter_' + profil_reiter_update_art + '2');
alt_div2.style.backgroundPosition='-303px 0';
var alt_div3=document.getElementById('profil_reiter_' + profil_reiter_update_art + '3');
alt_div3.style.backgroundColor='#E5E5E5';
var alt_div_bottom3=document.getElementById('profil_bottom_' + profil_reiter_update_art + '3');
alt_div_bottom3.style.backgroundColor='#E5E5E5';
alt_div_bottom3.style.borderBottom='1px solid #000';
var alt_div_bottom3_img1=document.getElementById('profil_bottom_' + profil_reiter_update_art + '3_img1');
alt_div_bottom3_img1.src='./images/transparent.gif';
alt_div_bottom3_img1.style.height='4px';
alt_div_bottom3_img1.style.width='4px';
alt_div_bottom3_img1.style.borderBottom='1px solid #000';
alt_div_bottom3_img1.style.borderRight='1px solid #000';
var alt_div_bottom3_img2=document.getElementById('profil_bottom_' + profil_reiter_update_art + '3_img2');
alt_div_bottom3_img2.src='./images/transparent.gif';
alt_div_bottom3_img2.style.height='4px';
alt_div_bottom3_img2.style.width='4px';
alt_div_bottom3_img2.style.borderBottom='1px solid #000';
alt_div_bottom3_img2.style.borderLeft='1px solid #000';


var neu_div4=document.getElementById('profil_reiter_' + art + '4');
neu_div4.style.fontWeight='bold';
neu_div4.style.cursor='default';
neu_div4.style.backgroundColor='#FFF';
var neu_div1=document.getElementById('profil_reiter_' + art + '1');
neu_div1.style.backgroundPosition='-254px 0';
var neu_div2=document.getElementById('profil_reiter_' + art + '2');
neu_div2.style.backgroundPosition='-339px 0';
var neu_div3=document.getElementById('profil_reiter_' + art + '3');
neu_div3.style.backgroundColor='#FFF';
var neu_div_bottom3=document.getElementById('profil_bottom_' + art + '3');
neu_div_bottom3.style.backgroundColor='#FFF';
neu_div_bottom3.style.borderBottom='0';
var neu_div_bottom3_img1=document.getElementById('profil_bottom_' + art + '3_img1');
neu_div_bottom3_img1.src='./images/ru_trans.png';
neu_div_bottom3_img1.style.height='5px';
neu_div_bottom3_img1.style.width='5px';
neu_div_bottom3_img1.style.borderBottom='0';
neu_div_bottom3_img1.style.borderRight='0';
var neu_div_bottom3_img2=document.getElementById('profil_bottom_' + art + '3_img2');
neu_div_bottom3_img2.src='./images/lu_trans.png';
neu_div_bottom3_img2.style.height='5px';
neu_div_bottom3_img2.style.width='5px';
neu_div_bottom3_img2.style.borderBottom='0';
neu_div_bottom3_img2.style.borderLeft='0';


profil_reiter_update_art=art;

}


