function menu_on(what){
what.className='m2';

}

function menu_off(what){
what.className='m1';

}

function pokaz()
{
var selIndex= document.form1.elements[0];
var zaznaczonyIndex =  selIndex.selectedIndex;
var id =  selIndex.options[zaznaczonyIndex].value;
var pomoc='';

if(id==1){
pomoc='<a href="mailto:gdansk@woerwagpharma.pl">gdansk@woerwagpharma.pl</a>';
}

if(id==2){
pomoc='<a href="mailto:warszawa-zachod@woerwagpharma.pl">warszawa-zachod@woerwagpharma.pl</a>';
}
if(id==3){
pomoc='<a href="mailto:olsztyn@woerwagpharma.pl">olsztyn@woerwagpharma.pl</a>';
}

if(id==4){
pomoc='<a href="mailto:bydgoszcz@woerwagpharma.pl">bydgoszcz@woerwagpharma.pl</a>';
}

if(id==5){
pomoc='<a href="mailto:lodz@woerwagpharma.pl">lodz@woerwagpharma.pl</a>';
}
if(id==6){
pomoc='<a href="mailto:bialystok@woerwagpharma.pl">bialystok@woerwagpharma.pl</a>';
}
if(id==7){
pomoc='<a href="mailto:poznan@woerwagpharma.pl">poznan@woerwagpharma.pl</a>';
}

if(id==8){
pomoc='<a href="mailto:rzeszow@woerwagpharma.pl">rzeszow@woerwagpharma.pl</a>';
}

if(id==9){
pomoc='<a href="mailto:wroclaw@woerwagpharma.pl">wroclaw@woerwagpharma.pl</a>';
}

if(id==10){
pomoc='<a href="mailto:katowice@woerwagpharma.pl">katowice@woerwagpharma.pl</a>';
}

if(id==11){
pomoc='<a href="mailto:slask@woerwagpharma.pl">slask@woerwagpharma.pl</a>';
}

if(id==12){
pomoc='<a href="mailto:krakow@woerwagpharma.pl">krakow@woerwagpharma.pl</a>';
}

if(id==13){
pomoc='<a href="mailto:lublin@woerwagpharma.pl">lublin@woerwagpharma.pl</a>';
}

if(id==14){
pomoc='<a href="mailto:warszawa-wschod@woerwagpharma.pl">warszawa-wschod@woerwagpharma.pl</a>';
}

if(id==15){
pomoc='<a href="mailto:kielce@woerwagphrama.pl">kielce@woerwagphrama.pl</a>';
}


if(id==16){
pomoc='<a href="mailto:szczecin@woerwagphrama.pl">szczecin@woerwagphrama.pl</a>';
}







var cel=document.getElementById("help");
cel.innerHTML=''+pomoc+'';
}





function gen_pass(id)
{

if((id==1) || (id==2))
{
pass='worewag';
}

if(id==3){pass='';}

formu =document.forms[0];
pole=formu.haslo;
pole.value=pass;

}
