i found a way to do it,
Code:
<script language="JavaScript1.2">
<!--
function flashit(){
if (!document.all)
return
if (soldat.style.backgroundColor=="#004444")
soldat.style.backgroundColor="#003333"
else
soldat.style.backgroundColor="#003333"
}
setInterval("flashit()", 9999)
//-->
</script>
it was that simple ^.^
thanks anyway
feal free to lock/close this topic