function musind(obj){
obj.style.color="#CCFF99"
//obj.style.filter='alpha(opacity=50,)'
}

function musud(obj){
obj.style.color="#FFFF00"
//if(obj.getAttribute('klik')=='niks')
//obj.style.filter='alpha(opacity=100,)'

}

function armail(){
var a, b, c, d
a="a"
b="rasmus"
c="privat"
var tmpmal=a+"."+b+"@"+c+".dk"
document.location.href="mailto:"+tmpmal
}
