if(!document.getElementById){
if(document.all){
document.getElementById=function(){
if(typeof document.all[arguments[0]]!="undefined"){return document.all[arguments[0]]}else{return null}
}
}else if(document.layers){
document.getElementById=function(){
if(typeof document[arguments[0]]!="undefined"){return document[arguments[0]]}else{return null}
}
}
}document.write('
');function validcolor(color,def) {
var re = new RegExp("^#[a-fA-F0-9]{3,6}$");
if (re.test(color)) return color;
return false;
}
meteostrastexte = validcolor(meteostrastexte,"#ffffff");
document.getElementById('meteostrascfond').style.color=meteostrastexte;
document.getElementById('meteostrasctexte').style.color=meteostrastexte;
if (meteostrasfond = validcolor(meteostrasfond,false)) {
document.getElementById('meteostrascfond').style.background=meteostrasfond;
}