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;} 
	// end setPointer
function okno(url){window.open(url,"","scrollbars=yes,status=yes,menubar=yes,resizable=yes,width=700");}
function tlac(url){window.open(url,"","scrollbars=yes,status=yes,menubar=no,toolbar=yes,resizable=yes,width=700");}
function akredinfo(url){window.open(url,"","toolbar=no,scrollbars=yes,location=no,status=no,width=700,height=600,resizable=1");}