function activaNot(obj,arxiu,totes){
				
                for(t=0;t<totes;t++){
                     tmp="not"+t;
                     document.getElementById(tmp).className="not";
                 }
                 obj.className='not_sel';
				
                 document.getElementById('imgnot').src='http://www.calidae.net/thumbs/300_'+arxiu;    
             }  


function Oficina(obj,url){
    document.getElementById('url_oficina').value=url;
    document.getElementById('dv_titol_oficina').innerHTML=obj.innerHTML;$('#dv_items_oficines').toggle();
}

function anarOficina(){
    window.location.href=document.getElementById('url_oficina').value;
}
