function goSend(url){top.location.href = url;	return true;}
function chM(i,m){if (document.getElementById(i)) document.getElementById(i).style.cursor = m;}
function nM(i){if (!i) return;if (document.getElementById(i)) document.getElementById(i).style.cursor = 'default';}
function chMp(i){chM( i, 'pointer' );}
var rowWithMouse = null;
function rowRollover(myId, isInRow, sstyle) {
/*if (isInRow == 1){setBackgroundImage(myId, true);}else{setBackgroundImage(myId, false);}return;*/
	_color = sstyle;  var row = document.getElementById(myId);rowWithMouse = (isInRow) ? row : null;if (row) {rowUpdateBg(row)};}
function rowUpdateBg(row){row.style.backgroundColor = _color;}
function rowRolloverBgImg(myId, isInRow, sstyle) {_color = sstyle;var row = document.getElementById(myId);rowWithMouse = (isInRow) ? row : null;if (row) {rowUpdateBgBgImg(row)};}
function rowUpdateBgBgImg(row){	row.style.backgroundColor = _color;	row.style.backgroundImage = url("../i/bgrow3.png");}
//function setBackgroundImage (id, seton) {if (seton){var imageURL = 'i/y.bmp';}else{var imageURL = 'i/s.gif';}
var imageOff = 'i/s.gif';
var imageOn = 'i/s.gif';
function setBackgroundImage (id, seton) {if (seton){var imageURL = imageOn;}else{var imageURL = imageOff;}
  if (document.layers)
    document[id].background.src = imageURL == 'none' ? null : imageURL;
  else if (document.all)
    document.all[id].style.backgroundImage = imageURL == 'none' ? 'none' : 'url(' + imageURL + ')';
  else if (document.getElementById)
    document.getElementById(id).style.backgroundImage = imageURL == 'none' ? 'none' : 'url(' + imageURL + ')';
}


function cb(id) {
	setBackgroundImage(id, false);
}


function setfaqbgc(id){

var i=0;
for(i=7;i<65;i+=2){
cb('t' + i);
}
cb('t69');
	setBackgroundImage(id, true);
}
