function ConfirmDeletePicture(id){
	if(confirm("Usunac zaznaczone zdjecie?")){
		document.location = "rejestracja_process_get.php?mode=deletePicture&id=" + id;
	}
}

function ConfirmDeleteMotor(id){
	if(confirm("Czy napewno usunac motocykl?")){
		document.location = "rejestracja_process_get.php?mode=deleteMotor&id=" + id;
	}
}

function tr_on(_tr){
	_tr.style.backgroundColor  = "#E3E3E3";
	_tr.style.color  = "#000";
}
function tr_off(_tr){
	_tr.style.backgroundColor  = "#000";
	_tr.style.color  = "#727272";
}
function tr_click(_tr, _url){
	//_tr.style.backgroundColor  = "#ACC3D2";
	document.location = _url;
}

function tr_on1(_tr){
	_tr.style.backgroundColor  = "#141414";
}
function tr_off1(_tr){
	_tr.style.backgroundColor  = "#181818";
}

function tr_on2(_tr){
	_tr.style.backgroundColor  = "#181818";
}
function tr_off2(_tr){
	_tr.style.backgroundColor  = "#141414";
}


