﻿function CodeRow_OnMouseMove(id,row){if(document.getElementById(id+"l"+row).style.backgroundColor=document.getElementById(id+"ll"+row).style.backgroundColor!="#990000"){document.getElementById(id+"l"+row).style.backgroundColor=document.getElementById(id+"ll"+row).style.backgroundColor="#E1EAF3";}}
function CodeRow_OnMouseOut(id,row){if(document.getElementById(id+"l"+row).style.backgroundColor=document.getElementById(id+"ll"+row).style.backgroundColor!="#990000"){document.getElementById(id+"l"+row).style.backgroundColor=document.getElementById(id+"ll"+row).style.backgroundColor="";}}
function CodeRow_OnClick(id,row){}
