function rollon(row,where){ var tablecolor; if (where == 'over'){ currentcolor=document.getElementById(row).style.getAttribute("backgroundColor") document.getElementById(row).style.backgroundColor='#C0DCC0' }else{ document.getElementById(row).style.setAttribute("backgroundColor",currentcolor) } } function zmien_statusTEST(id_zamow,status_real,u_id,tytul_k){ ow = window.open('okno_wyboru','okienko','status=no,toolbar=no,width=300,height=150,left=300, top=300'); ow.focus(); }//end okno_wyboru()