
<!--

d='ma'
e='kansli'
f='.com'
d+='ilto:'
e+='@'
e+='varvinden'

function epost_varvinden(){
window.location=d + e + f
}

function bildspel(url,w,h) {
window.open(url,"Open",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+w+',height='+h+'');
  }

function storbild(url,w,h) {
window.open(url,"Open",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+w+',height='+h+'');
  }

function epost_styrelsen(medlem){
	
	a='ma'
	a+='ilto:'


switch (medlem) {

case 1:
	b='mats'
	c='.se'
	b+='@'
	b+='coriolis'	
break;
case 2:
	b='denny.andreasson'
	c='.com'
	b+='@'
	b+='philips'	
break;
case 3:
	b='hampus'
	c='.se'
	b+='@'
	b+='coriolis'	
break;
case 4:
	b='p-f.lagerstedt'
	c='.com'
	b+='@'
	b+='telia'	
break;
case 5:
	b='moys_51'
	c='.com'
	b+='@'
	b+='hotmail'	
break;
case 6:
	b='fialutta82'
	c='.se'
	b+='@'
	b+='hotmail.yahoo'	
break;
case 7:
	b='lennart.hanson'
	c='.com'
	b+='@'
	b+='bredband2'	
break;
case 8:
	b='runeb-son'
	c='.se'
	b+='@'
	b+='hem.utfors'	
break;
case 9:
	b='thomas.svensson'
	c='.com'
	b+='@'
	b+='branemarkintegration'	
break;
case 10:
	b='lars.winnberg'
	c='.com'
	b+='@'
	b+='teliasonera'	
break;
case 11:
	b='roger.fogelstrand'
	c='.com'
	b+='@'
	b+='varvinden'	
break;
case 12:
	b='dan_'
	c='.se'
	b+='@'
	b+='live'	
break;
case 13:
	b='jan.longnell'
	c='.com'
	b+='@'
	b+='telia'	
break;
case 14:
	b='emiltimlin'
	c='.com'
	b+='@'
	b+='msn'	
break; 
case 15:
	b='runeb-son'
	c='.net'
	b+='@'
	b+='bredband'	
break;
case 16:
	b='anders.larsson'
	c='.se'
	b+='@'
	b+='crosstalk'	
break;
case 17:
	b='kjell.ring'
	c='.com'
	b+='@'
	b+='telia'	
break;
case 18:
	b='anders.zeilon'
	c='.com'
	b+='@'
	b+='telia'	
break;
case 19:
	b='Reimond.Jonsson'
	c='.com'
	b+='@'
	b+='telia'	
break;
	}


window.location=a + b + c
}
//-->
