function t1(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#cccccc';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/l1_inact.gif')";
	 obj.style.color='#ffffff';
}

function t1o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/l1_inact.gif')";
	 obj.style.color='#000000';
}

function t2(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/l2_act.gif')";
	 obj.style.color='#ff00cc';
}

function t2o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#bbbbbb';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/l2_act.gif')";
	 obj.style.color='#000000';
}

function t3(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/l3_inact.gif')";
	 obj.style.color='#ffffff';
}

function t3o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#888888';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/l3_inact.gif')";
	 obj.style.color='#cccccc';
}

function t4(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#e4e4e4';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/')";
	 obj.style.color='#000000';
}

function t4o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#f3f3f3';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/')";
	 obj.style.color='#000000';
}

function t5(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#e4e4e4';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/')";
	 obj.style.color='#000000';
}

function t5o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#f3f3f3';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/')";
	 obj.style.color='#000000';
}

function t6(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#e4e4e4';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/')";
	 obj.style.color='#000000';
}

function t6o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#f3f3f3';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/')";
	 obj.style.color='#000000';
}

function t7(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/l7_rollover.gif')";
	 obj.style.color='#CFB0B0';
}

function t7o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/ich will das auch/l7_inact.gif')";
	 obj.style.color='#909090';
}


