function changeActive(Obj) {
 	Obj.style.border ="0px solid #FFFFFF";
 	//var newimage = "url(../Bilder/Winter_over.jpg)";
 	//Obj.style.backgroundImage = newimage; 	
 }
 function changePassive(Obj) {
 	//Obj.style.backgroundColor="transparent"; 
 	//bj.style.backgroundImage = "";
 	Obj.style.border ="0px solid";
 }
 

