function setPointer(theRow,thePointerColor)
{if(typeof(theRow.style)=='undefined'||typeof(theRow.cells)=='undefined'){return false;}
var row_cells_cnt=theRow.cells.length;for(var c=0;c<row_cells_cnt;c++){theRow.cells[c].bgColor=thePointerColor;}
return true;}

<!--
if(window!=top)
top.location.href=location.href;
//-->

function Navigate(){pag=document.sorter.bedrag.selectedIndex; pagval=document.sorter.bedrag.options[pag].value;if(pagval=="x") return; 
location.href=""+ pagval +""; }
